Interface PauseActivityExecutionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PauseActivityExecutionRequest,PauseActivityExecutionRequest.Builder
@Generated(value="protoc",
comments="annotations:PauseActivityExecutionRequestOrBuilder.java.pb.meta")
public interface PauseActivityExecutionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the activity to target.com.google.protobuf.ByteStringThe ID of the activity to target.The identity of the client who initiated this request.com.google.protobuf.ByteStringThe identity of the client who initiated this request.Namespace of the workflow which scheduled this activity.com.google.protobuf.ByteStringNamespace of the workflow which scheduled this activity.Reason to pause the activity.com.google.protobuf.ByteStringReason to pause the activity.Used to de-dupe pause requests.com.google.protobuf.ByteStringUsed to de-dupe pause requests.Resource ID for routing.com.google.protobuf.ByteStringResource ID for routing.getRunId()Run ID of the workflow or standalone activity.com.google.protobuf.ByteStringRun ID of the workflow or standalone activity.If provided, pause a workflow activity (or activities) for the given workflow ID.com.google.protobuf.ByteStringIf provided, pause a workflow activity (or activities) for the given workflow ID.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
-
getNamespace
String getNamespace()Namespace of the workflow which scheduled this activity.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Namespace of the workflow which scheduled this activity.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getWorkflowId
String getWorkflowId()If provided, pause a workflow activity (or activities) for the given workflow ID. If empty, targets a standalone activity.
string workflow_id = 2;- Returns:
- The workflowId.
-
getWorkflowIdBytes
com.google.protobuf.ByteString getWorkflowIdBytes()If provided, pause a workflow activity (or activities) for the given workflow ID. If empty, targets a standalone activity.
string workflow_id = 2;- Returns:
- The bytes for workflowId.
-
getActivityId
String getActivityId()The ID of the activity to target.
string activity_id = 3;- Returns:
- The activityId.
-
getActivityIdBytes
com.google.protobuf.ByteString getActivityIdBytes()The ID of the activity to target.
string activity_id = 3;- Returns:
- The bytes for activityId.
-
getRunId
String getRunId()Run ID of the workflow or standalone activity.
string run_id = 4;- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()Run ID of the workflow or standalone activity.
string run_id = 4;- Returns:
- The bytes for runId.
-
getIdentity
String getIdentity()The identity of the client who initiated this request.
string identity = 5;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the client who initiated this request.
string identity = 5;- Returns:
- The bytes for identity.
-
getReason
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()Reason to pause the activity.
string reason = 6;- Returns:
- The bytes for reason.
-
getResourceId
String getResourceId()Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.string resource_id = 7;- Returns:
- The resourceId.
-
getResourceIdBytes
com.google.protobuf.ByteString getResourceIdBytes()Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.string resource_id = 7;- Returns:
- The bytes for resourceId.
-
getRequestId
String getRequestId()Used to de-dupe pause requests.
string request_id = 8;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()Used to de-dupe pause requests.
string request_id = 8;- Returns:
- The bytes for requestId.
-