public static interface Protos.FlagOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
java.lang.String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasValue()
optional string value = 2; |
boolean hasName()
required string name = 1;
java.lang.String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasValue()
optional string value = 2;
java.lang.String getValue()
optional string value = 2;
com.google.protobuf.ByteString getValueBytes()
optional string value = 2;