Interface StartOperationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartOperationRequest,StartOperationRequest.Builder
@Generated(value="protoc",
comments="annotations:StartOperationRequestOrBuilder.java.pb.meta")
public interface StartOperationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanHeader that is expected to be attached to the callback request when the operation completes.Callback URL to call upon completion if the started operation is async.com.google.protobuf.ByteStringCallback URL to call upon completion if the started operation is async.Deprecated.intHeader that is expected to be attached to the callback request when the operation completes.Header that is expected to be attached to the callback request when the operation completes.getCallbackHeaderOrDefault(String key, String defaultValue) Header that is expected to be attached to the callback request when the operation completes.Header that is expected to be attached to the callback request when the operation completes.getLinks(int index) Links contain caller information and can be attached to the operations started by the handler.intLinks contain caller information and can be attached to the operations started by the handler.Links contain caller information and can be attached to the operations started by the handler.getLinksOrBuilder(int index) Links contain caller information and can be attached to the operations started by the handler.List<? extends LinkOrBuilder> Links contain caller information and can be attached to the operations started by the handler.Type of operation to start.com.google.protobuf.ByteStringType of operation to start.Full request body from the incoming HTTP request.Full request body from the incoming HTTP request.A request ID that can be used as an idempotentency key.com.google.protobuf.ByteStringA request ID that can be used as an idempotentency key.Name of service to start the operation in.com.google.protobuf.ByteStringName of service to start the operation in.booleanFull request body from the incoming HTTP request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getService
String getService()Name of service to start the operation in.
string service = 1;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()Name of service to start the operation in.
string service = 1;- Returns:
- The bytes for service.
-
getOperation
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()Type of operation to start.
string operation = 2;- Returns:
- The bytes for operation.
-
getRequestId
String getRequestId()A request ID that can be used as an idempotentency key.
string request_id = 3;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()A request ID that can be used as an idempotentency key.
string request_id = 3;- Returns:
- The bytes for requestId.
-
getCallback
String getCallback()Callback URL to call upon completion if the started operation is async.
string callback = 4;- Returns:
- The callback.
-
getCallbackBytes
com.google.protobuf.ByteString getCallbackBytes()Callback URL to call upon completion if the started operation is async.
string callback = 4;- Returns:
- The bytes for callback.
-
hasPayload
boolean hasPayload()Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;- Returns:
- Whether the payload field is set.
-
getPayload
Payload getPayload()Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;- Returns:
- The payload.
-
getPayloadOrBuilder
PayloadOrBuilder getPayloadOrBuilder()Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5; -
getCallbackHeaderCount
int getCallbackHeaderCount()Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6; -
containsCallbackHeader
Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6; -
getCallbackHeader
-
getCallbackHeaderMap
-
getCallbackHeaderOrDefault
-
getCallbackHeaderOrThrow
-
getLinksList
-
getLinks
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7; -
getLinksCount
int getLinksCount()Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7; -
getLinksOrBuilderList
List<? extends LinkOrBuilder> getLinksOrBuilderList()Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7; -
getLinksOrBuilder
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-