public static interface Windmill.TimerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 |
getTimestamp()
optional int64 timestamp = 2 [default = -9223372036854775808]; |
Windmill.Timer.Type |
getType()
optional .windmill.Timer.Type type = 3 [default = WATERMARK]; |
boolean |
hasStateFamily()
optional string state_family = 4; |
boolean |
hasTag()
required bytes tag = 1; |
boolean |
hasTimestamp()
optional int64 timestamp = 2 [default = -9223372036854775808]; |
boolean |
hasType()
optional .windmill.Timer.Type type = 3 [default = WATERMARK]; |
boolean hasTag()
required bytes tag = 1;com.google.protobuf.ByteString getTag()
required bytes tag = 1;boolean hasTimestamp()
optional int64 timestamp = 2 [default = -9223372036854775808];long getTimestamp()
optional int64 timestamp = 2 [default = -9223372036854775808];boolean hasType()
optional .windmill.Timer.Type type = 3 [default = WATERMARK];Windmill.Timer.Type getType()
optional .windmill.Timer.Type type = 3 [default = WATERMARK];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;