Interface RespondActivityTaskCompletedByIdRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Id of the activity to complete
    com.google.protobuf.ByteString
    Id of the activity to complete
    The identity of the worker/client
    com.google.protobuf.ByteString
    The identity of the worker/client
    Namespace of the workflow which scheduled this activity
    com.google.protobuf.ByteString
    Namespace of the workflow which scheduled this activity
    Resource ID for routing.
    com.google.protobuf.ByteString
    Resource ID for routing.
    The serialized result of activity execution
    The serialized result of activity execution
    For a workflow activity - the run ID of the workflow which scheduled this activity.
    com.google.protobuf.ByteString
    For a workflow activity - the run ID of the workflow which scheduled this activity.
    Id of the workflow which scheduled this activity, leave empty to target a standalone activity
    com.google.protobuf.ByteString
    Id of the workflow which scheduled this activity, leave empty to target a standalone activity
    boolean
    The serialized result of activity execution

    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 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()
       Id of the workflow which scheduled this activity, leave empty to target a standalone activity
       
      string workflow_id = 2;
      Returns:
      The workflowId.
    • getWorkflowIdBytes

      com.google.protobuf.ByteString getWorkflowIdBytes()
       Id of the workflow which scheduled this activity, leave empty to target a standalone activity
       
      string workflow_id = 2;
      Returns:
      The bytes for workflowId.
    • getRunId

      String getRunId()
       For a workflow activity - the run ID of the workflow which scheduled this activity.
       For a standalone activity - the run ID of the activity.
       
      string run_id = 3;
      Returns:
      The runId.
    • getRunIdBytes

      com.google.protobuf.ByteString getRunIdBytes()
       For a workflow activity - the run ID of the workflow which scheduled this activity.
       For a standalone activity - the run ID of the activity.
       
      string run_id = 3;
      Returns:
      The bytes for runId.
    • getActivityId

      String getActivityId()
       Id of the activity to complete
       
      string activity_id = 4;
      Returns:
      The activityId.
    • getActivityIdBytes

      com.google.protobuf.ByteString getActivityIdBytes()
       Id of the activity to complete
       
      string activity_id = 4;
      Returns:
      The bytes for activityId.
    • hasResult

      boolean hasResult()
       The serialized result of activity execution
       
      .temporal.api.common.v1.Payloads result = 5;
      Returns:
      Whether the result field is set.
    • getResult

      Payloads getResult()
       The serialized result of activity execution
       
      .temporal.api.common.v1.Payloads result = 5;
      Returns:
      The result.
    • getResultOrBuilder

      PayloadsOrBuilder getResultOrBuilder()
       The serialized result of activity execution
       
      .temporal.api.common.v1.Payloads result = 5;
    • getIdentity

      String getIdentity()
       The identity of the worker/client
       
      string identity = 6;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       The identity of the worker/client
       
      string identity = 6;
      Returns:
      The bytes for identity.
    • getResourceId

      String getResourceId()
       Resource ID for routing. Contains "workflow:workflow_id" 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" or "activity:activity_id" for standalone activities.
       
      string resource_id = 7;
      Returns:
      The bytes for resourceId.