public static interface Windmill.TagValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStateFamily()
optional string state_family = 3; |
com.google.protobuf.ByteString |
getStateFamilyBytes()
optional string state_family = 3; |
com.google.protobuf.ByteString |
getTag()
required bytes tag = 1; |
Windmill.Value |
getValue()
optional .windmill.Value value = 2; |
Windmill.ValueOrBuilder |
getValueOrBuilder()
optional .windmill.Value value = 2; |
boolean |
hasStateFamily()
optional string state_family = 3; |
boolean |
hasTag()
required bytes tag = 1; |
boolean |
hasValue()
optional .windmill.Value value = 2; |
boolean hasTag()
required bytes tag = 1;com.google.protobuf.ByteString getTag()
required bytes tag = 1;boolean hasValue()
optional .windmill.Value value = 2;Windmill.Value getValue()
optional .windmill.Value value = 2;Windmill.ValueOrBuilder getValueOrBuilder()
optional .windmill.Value value = 2;boolean hasStateFamily()
optional string state_family = 3;java.lang.String getStateFamily()
optional string state_family = 3;com.google.protobuf.ByteString getStateFamilyBytes()
optional string state_family = 3;