public static interface Protos.ParameterOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
java.lang.String |
getValue()
required string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
required string value = 2; |
boolean hasKey()
required string key = 1;
java.lang.String getKey()
required string key = 1;
com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
boolean hasValue()
required string value = 2;
java.lang.String getValue()
required string value = 2;
com.google.protobuf.ByteString getValueBytes()
required string value = 2;