Interface UnpauseActivityByIdRequestOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:UnpauseActivityByIdRequestOrBuilder.java.pb.meta")
    public interface UnpauseActivityByIdRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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.
      • getWorkflowId

        java.lang.String getWorkflowId()
         ID of the workflow which scheduled this activity.
         
        string workflow_id = 2;
        Returns:
        The workflowId.
      • getWorkflowIdBytes

        com.google.protobuf.ByteString getWorkflowIdBytes()
         ID of the workflow which scheduled this activity.
         
        string workflow_id = 2;
        Returns:
        The bytes for workflowId.
      • getRunId

        java.lang.String getRunId()
         Run ID of the workflow which scheduled this activity.
         If empty - latest workflow is used.
         
        string run_id = 3;
        Returns:
        The runId.
      • getRunIdBytes

        com.google.protobuf.ByteString getRunIdBytes()
         Run ID of the workflow which scheduled this activity.
         If empty - latest workflow is used.
         
        string run_id = 3;
        Returns:
        The bytes for runId.
      • getActivityId

        java.lang.String getActivityId()
         ID of the activity we're updating.
         
        string activity_id = 4;
        Returns:
        The activityId.
      • getActivityIdBytes

        com.google.protobuf.ByteString getActivityIdBytes()
         ID of the activity we're updating.
         
        string activity_id = 4;
        Returns:
        The bytes for activityId.
      • getIdentity

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

        java.lang.String getRequestId()
         Used to de-dupe requests.
         
        string request_id = 6;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         Used to de-dupe requests.
         
        string request_id = 6;
        Returns:
        The bytes for requestId.
      • hasResume

        boolean hasResume()
        .temporal.api.workflowservice.v1.UnpauseActivityByIdRequest.ResumeOperation resume = 7;
        Returns:
        Whether the resume field is set.
      • hasReset

        boolean hasReset()
        .temporal.api.workflowservice.v1.UnpauseActivityByIdRequest.ResetOperation reset = 8;
        Returns:
        Whether the reset field is set.