Interface InvokeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvokeRequest,InvokeRequest.Builder
public interface InvokeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()string key = 1;com.google.protobuf.ByteStringgetKeyBytes()string key = 1;ValuegetPayload().google.protobuf.Value payload = 2;ValueOrBuildergetPayloadOrBuilder().google.protobuf.Value payload = 2;booleanhasPayload().google.protobuf.Value payload = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 1;- Returns:
- The bytes for key.
-
hasPayload
boolean hasPayload()
.google.protobuf.Value payload = 2;- Returns:
- Whether the payload field is set.
-
getPayload
Value getPayload()
.google.protobuf.Value payload = 2;- Returns:
- The payload.
-
getPayloadOrBuilder
ValueOrBuilder getPayloadOrBuilder()
.google.protobuf.Value payload = 2;
-
-