Interface StartActivityExecutionResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Link to the started activity.
    Link to the started activity.
    The run ID of the activity that was started - or used (via ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING).
    com.google.protobuf.ByteString
    The run ID of the activity that was started - or used (via ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING).
    boolean
    If true, a new activity was started.
    boolean
    Link to the started activity.

    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

    • getRunId

      String getRunId()
       The run ID of the activity that was started - or used (via ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING).
       
      string run_id = 1;
      Returns:
      The runId.
    • getRunIdBytes

      com.google.protobuf.ByteString getRunIdBytes()
       The run ID of the activity that was started - or used (via ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING).
       
      string run_id = 1;
      Returns:
      The bytes for runId.
    • getStarted

      boolean getStarted()
       If true, a new activity was started.
       
      bool started = 2;
      Returns:
      The started.
    • hasLink

      boolean hasLink()
       Link to the started activity.
       
      .temporal.api.common.v1.Link link = 3;
      Returns:
      Whether the link field is set.
    • getLink

      Link getLink()
       Link to the started activity.
       
      .temporal.api.common.v1.Link link = 3;
      Returns:
      The link.
    • getLinkOrBuilder

      LinkOrBuilder getLinkOrBuilder()
       Link to the started activity.
       
      .temporal.api.common.v1.Link link = 3;