Interface PauseActivityRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PauseActivityRequest.ActivityCase getActivityCase()  
      WorkflowExecution getExecution()
      Execution info of the workflow which scheduled this activity
      WorkflowExecutionOrBuilder getExecutionOrBuilder()
      Execution info of the workflow which scheduled this activity
      java.lang.String getId()
      Only the activity with this ID will be paused.
      com.google.protobuf.ByteString getIdBytes()
      Only the activity with this ID will be paused.
      java.lang.String getIdentity()
      The identity of the client who initiated this request.
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the client who initiated this request.
      java.lang.String getNamespace()
      Namespace of the workflow which scheduled this activity.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace of the workflow which scheduled this activity.
      java.lang.String getReason()
      Reason to pause the activity.
      com.google.protobuf.ByteString getReasonBytes()
      Reason to pause the activity.
      java.lang.String getType()
      Pause all running activities of this type.
      com.google.protobuf.ByteString getTypeBytes()
      Pause all running activities of this type.
      boolean hasExecution()
      Execution info of the workflow which scheduled this activity
      boolean hasId()
      Only the activity with this ID will be paused.
      boolean hasType()
      Pause all running activities of this type.
      • 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 Detail

      • getNamespace

        java.lang.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.
      • hasExecution

        boolean hasExecution()
         Execution info of the workflow which scheduled this activity
         
        .temporal.api.common.v1.WorkflowExecution execution = 2;
        Returns:
        Whether the execution field is set.
      • getExecution

        WorkflowExecution getExecution()
         Execution info of the workflow which scheduled this activity
         
        .temporal.api.common.v1.WorkflowExecution execution = 2;
        Returns:
        The execution.
      • getExecutionOrBuilder

        WorkflowExecutionOrBuilder getExecutionOrBuilder()
         Execution info of the workflow which scheduled this activity
         
        .temporal.api.common.v1.WorkflowExecution execution = 2;
      • getIdentity

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

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

        boolean hasId()
         Only the activity with this ID will be paused.
         
        string id = 4;
        Returns:
        Whether the id field is set.
      • getId

        java.lang.String getId()
         Only the activity with this ID will be paused.
         
        string id = 4;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Only the activity with this ID will be paused.
         
        string id = 4;
        Returns:
        The bytes for id.
      • hasType

        boolean hasType()
         Pause all running activities of this type.
         
        string type = 5;
        Returns:
        Whether the type field is set.
      • getType

        java.lang.String getType()
         Pause all running activities of this type.
         
        string type = 5;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         Pause all running activities of this type.
         
        string type = 5;
        Returns:
        The bytes for type.
      • getReason

        java.lang.String getReason()
         Reason to pause the activity.
         
        string reason = 6;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         Reason to pause the activity.
         
        string reason = 6;
        Returns:
        The bytes for reason.