public static interface Service.ParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Key identifying this param.
|
com.google.protobuf.ByteString |
getKeyBytes()
Key identifying this param.
|
String |
getValue()
Value associated with this param.
|
com.google.protobuf.ByteString |
getValueBytes()
Value associated with this param.
|
boolean |
hasKey()
Key identifying this param.
|
boolean |
hasValue()
Value associated with this param.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
Key identifying this param.
optional string key = 1;
String getKey()
Key identifying this param.
optional string key = 1;
com.google.protobuf.ByteString getKeyBytes()
Key identifying this param.
optional string key = 1;
boolean hasValue()
Value associated with this param.
optional string value = 2;
String getValue()
Value associated with this param.
optional string value = 2;
com.google.protobuf.ByteString getValueBytes()
Value associated with this param.
optional string value = 2;
Copyright © 2018. All rights reserved.