Interface PauseWorkflowExecutionRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PauseWorkflowExecutionRequest, PauseWorkflowExecutionRequest.Builder

@Generated(value="protoc", comments="annotations:PauseWorkflowExecutionRequestOrBuilder.java.pb.meta") public interface PauseWorkflowExecutionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The identity of the client who initiated this request.
    com.google.protobuf.ByteString
    The identity of the client who initiated this request.
    Namespace of the workflow to pause.
    com.google.protobuf.ByteString
    Namespace of the workflow to pause.
    Reason to pause the workflow execution.
    com.google.protobuf.ByteString
    Reason to pause the workflow execution.
    A unique identifier for this pause request for idempotence.
    com.google.protobuf.ByteString
    A unique identifier for this pause request for idempotence.
    Run ID of the workflow execution to be paused.
    com.google.protobuf.ByteString
    Run ID of the workflow execution to be paused.
    ID of the workflow execution to be paused.
    com.google.protobuf.ByteString
    ID of the workflow execution to be paused.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 to pause.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       Namespace of the workflow to pause.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getWorkflowId

      String getWorkflowId()
       ID of the workflow execution to be paused. Required.
       
      string workflow_id = 2;
      Returns:
      The workflowId.
    • getWorkflowIdBytes

      com.google.protobuf.ByteString getWorkflowIdBytes()
       ID of the workflow execution to be paused. Required.
       
      string workflow_id = 2;
      Returns:
      The bytes for workflowId.
    • getRunId

      String getRunId()
       Run ID of the workflow execution to be paused. Optional. If not provided, the current run of the workflow will be paused.
       
      string run_id = 3;
      Returns:
      The runId.
    • getRunIdBytes

      com.google.protobuf.ByteString getRunIdBytes()
       Run ID of the workflow execution to be paused. Optional. If not provided, the current run of the workflow will be paused.
       
      string run_id = 3;
      Returns:
      The bytes for runId.
    • getIdentity

      String getIdentity()
       The identity of the client who initiated this request.
       
      string identity = 4;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       The identity of the client who initiated this request.
       
      string identity = 4;
      Returns:
      The bytes for identity.
    • getReason

      String getReason()
       Reason to pause the workflow execution.
       
      string reason = 5;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       Reason to pause the workflow execution.
       
      string reason = 5;
      Returns:
      The bytes for reason.
    • getRequestId

      String getRequestId()
       A unique identifier for this pause request for idempotence. Typically UUIDv4.
       
      string request_id = 6;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       A unique identifier for this pause request for idempotence. Typically UUIDv4.
       
      string request_id = 6;
      Returns:
      The bytes for requestId.