public static interface Windmill.WatermarkHoldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getReset()
optional bool reset = 3; |
java.lang.String |
getStateFamily()
optional string state_family = 4; |
com.google.protobuf.ByteString |
getStateFamilyBytes()
optional string state_family = 4; |
com.google.protobuf.ByteString |
getTag()
required bytes tag = 1; |
long |
getTimestamps(int index)
repeated int64 timestamps = 2 [packed = true]; |
int |
getTimestampsCount()
repeated int64 timestamps = 2 [packed = true]; |
java.util.List<java.lang.Long> |
getTimestampsList()
repeated int64 timestamps = 2 [packed = true]; |
boolean |
hasReset()
optional bool reset = 3; |
boolean |
hasStateFamily()
optional string state_family = 4; |
boolean |
hasTag()
required bytes tag = 1; |
boolean hasTag()
required bytes tag = 1;com.google.protobuf.ByteString getTag()
required bytes tag = 1;java.util.List<java.lang.Long> getTimestampsList()
repeated int64 timestamps = 2 [packed = true];int getTimestampsCount()
repeated int64 timestamps = 2 [packed = true];long getTimestamps(int index)
repeated int64 timestamps = 2 [packed = true];boolean hasReset()
optional bool reset = 3;boolean getReset()
optional bool reset = 3;boolean hasStateFamily()
optional string state_family = 4;java.lang.String getStateFamily()
optional string state_family = 4;com.google.protobuf.ByteString getStateFamilyBytes()
optional string state_family = 4;