Package dev.restate.generated
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 InvokeRequest.ArgumentCasegetArgumentCase()StructgetJson().google.protobuf.Struct json = 4 [json_name = "argument"];StructOrBuildergetJsonOrBuilder().google.protobuf.Struct json = 4 [json_name = "argument"];java.lang.StringgetMethod()Method name of the service to invoke, e.g.com.google.protobuf.ByteStringgetMethodBytes()Method name of the service to invoke, e.g.com.google.protobuf.ByteStringgetPb()bytes pb = 3;java.lang.StringgetService()Fully qualified name of the service, e.g.com.google.protobuf.ByteStringgetServiceBytes()Fully qualified name of the service, e.g.booleanhasJson().google.protobuf.Struct json = 4 [json_name = "argument"];booleanhasPb()bytes pb = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getService
java.lang.String getService()
Fully qualified name of the service, e.g. `counter.Counter`
string service = 1;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
Fully qualified name of the service, e.g. `counter.Counter`
string service = 1;- Returns:
- The bytes for service.
-
getMethod
java.lang.String getMethod()
Method name of the service to invoke, e.g. `Add`
string method = 2;- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
Method name of the service to invoke, e.g. `Add`
string method = 2;- Returns:
- The bytes for method.
-
hasPb
boolean hasPb()
bytes pb = 3;- Returns:
- Whether the pb field is set.
-
getPb
com.google.protobuf.ByteString getPb()
bytes pb = 3;- Returns:
- The pb.
-
hasJson
boolean hasJson()
.google.protobuf.Struct json = 4 [json_name = "argument"];- Returns:
- Whether the json field is set.
-
getJson
Struct getJson()
.google.protobuf.Struct json = 4 [json_name = "argument"];- Returns:
- The json.
-
getJsonOrBuilder
StructOrBuilder getJsonOrBuilder()
.google.protobuf.Struct json = 4 [json_name = "argument"];
-
getArgumentCase
InvokeRequest.ArgumentCase getArgumentCase()
-
-