Class StartActivityExecutionRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.workflowservice.v1.StartActivityExecutionRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StartActivityExecutionRequestOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:StartActivityExecutionRequest.java.pb.meta") public final class StartActivityExecutionRequest extends com.google.protobuf.GeneratedMessageV3 implements StartActivityExecutionRequestOrBuilder
Protobuf type temporal.api.workflowservice.v1.StartActivityExecutionRequest
See Also:
  • Field Details

    • NAMESPACE_FIELD_NUMBER

      public static final int NAMESPACE_FIELD_NUMBER
      See Also:
    • IDENTITY_FIELD_NUMBER

      public static final int IDENTITY_FIELD_NUMBER
      See Also:
    • REQUEST_ID_FIELD_NUMBER

      public static final int REQUEST_ID_FIELD_NUMBER
      See Also:
    • ACTIVITY_ID_FIELD_NUMBER

      public static final int ACTIVITY_ID_FIELD_NUMBER
      See Also:
    • ACTIVITY_TYPE_FIELD_NUMBER

      public static final int ACTIVITY_TYPE_FIELD_NUMBER
      See Also:
    • TASK_QUEUE_FIELD_NUMBER

      public static final int TASK_QUEUE_FIELD_NUMBER
      See Also:
    • SCHEDULE_TO_CLOSE_TIMEOUT_FIELD_NUMBER

      public static final int SCHEDULE_TO_CLOSE_TIMEOUT_FIELD_NUMBER
      See Also:
    • SCHEDULE_TO_START_TIMEOUT_FIELD_NUMBER

      public static final int SCHEDULE_TO_START_TIMEOUT_FIELD_NUMBER
      See Also:
    • START_TO_CLOSE_TIMEOUT_FIELD_NUMBER

      public static final int START_TO_CLOSE_TIMEOUT_FIELD_NUMBER
      See Also:
    • HEARTBEAT_TIMEOUT_FIELD_NUMBER

      public static final int HEARTBEAT_TIMEOUT_FIELD_NUMBER
      See Also:
    • RETRY_POLICY_FIELD_NUMBER

      public static final int RETRY_POLICY_FIELD_NUMBER
      See Also:
    • INPUT_FIELD_NUMBER

      public static final int INPUT_FIELD_NUMBER
      See Also:
    • ID_REUSE_POLICY_FIELD_NUMBER

      public static final int ID_REUSE_POLICY_FIELD_NUMBER
      See Also:
    • ID_CONFLICT_POLICY_FIELD_NUMBER

      public static final int ID_CONFLICT_POLICY_FIELD_NUMBER
      See Also:
    • SEARCH_ATTRIBUTES_FIELD_NUMBER

      public static final int SEARCH_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • HEADER_FIELD_NUMBER

      public static final int HEADER_FIELD_NUMBER
      See Also:
    • USER_METADATA_FIELD_NUMBER

      public static final int USER_METADATA_FIELD_NUMBER
      See Also:
    • PRIORITY_FIELD_NUMBER

      public static final int PRIORITY_FIELD_NUMBER
      See Also:
    • COMPLETION_CALLBACKS_FIELD_NUMBER

      public static final int COMPLETION_CALLBACKS_FIELD_NUMBER
      See Also:
    • ON_CONFLICT_OPTIONS_FIELD_NUMBER

      public static final int ON_CONFLICT_OPTIONS_FIELD_NUMBER
      See Also:
    • START_DELAY_FIELD_NUMBER

      public static final int START_DELAY_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getNamespace

      public String getNamespace()
      string namespace = 1;
      Specified by:
      getNamespace in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Specified by:
      getNamespaceBytes in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The bytes for namespace.
    • getIdentity

      public String getIdentity()
       The identity of the client who initiated this request
       
      string identity = 2;
      Specified by:
      getIdentity in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The identity.
    • getIdentityBytes

      public com.google.protobuf.ByteString getIdentityBytes()
       The identity of the client who initiated this request
       
      string identity = 2;
      Specified by:
      getIdentityBytes in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The bytes for identity.
    • getRequestId

      public String getRequestId()
       A unique identifier for this start request. Typically UUIDv4.
       
      string request_id = 3;
      Specified by:
      getRequestId in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The requestId.
    • getRequestIdBytes

      public com.google.protobuf.ByteString getRequestIdBytes()
       A unique identifier for this start request. Typically UUIDv4.
       
      string request_id = 3;
      Specified by:
      getRequestIdBytes in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The bytes for requestId.
    • getActivityId

      public String getActivityId()
       Identifier for this activity. Required. This identifier should be meaningful in the user's
       own system. It must be unique among activities in the same namespace, subject to the rules
       imposed by id_reuse_policy and id_conflict_policy.
       
      string activity_id = 4;
      Specified by:
      getActivityId in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The activityId.
    • getActivityIdBytes

      public com.google.protobuf.ByteString getActivityIdBytes()
       Identifier for this activity. Required. This identifier should be meaningful in the user's
       own system. It must be unique among activities in the same namespace, subject to the rules
       imposed by id_reuse_policy and id_conflict_policy.
       
      string activity_id = 4;
      Specified by:
      getActivityIdBytes in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The bytes for activityId.
    • hasActivityType

      public boolean hasActivityType()
       The type of the activity, a string that corresponds to a registered activity on a worker.
       
      .temporal.api.common.v1.ActivityType activity_type = 5;
      Specified by:
      hasActivityType in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the activityType field is set.
    • getActivityType

      public ActivityType getActivityType()
       The type of the activity, a string that corresponds to a registered activity on a worker.
       
      .temporal.api.common.v1.ActivityType activity_type = 5;
      Specified by:
      getActivityType in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The activityType.
    • getActivityTypeOrBuilder

      public ActivityTypeOrBuilder getActivityTypeOrBuilder()
       The type of the activity, a string that corresponds to a registered activity on a worker.
       
      .temporal.api.common.v1.ActivityType activity_type = 5;
      Specified by:
      getActivityTypeOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasTaskQueue

      public boolean hasTaskQueue()
       Task queue to schedule this activity on.
       
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 6;
      Specified by:
      hasTaskQueue in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the taskQueue field is set.
    • getTaskQueue

      public TaskQueue getTaskQueue()
       Task queue to schedule this activity on.
       
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 6;
      Specified by:
      getTaskQueue in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The taskQueue.
    • getTaskQueueOrBuilder

      public TaskQueueOrBuilder getTaskQueueOrBuilder()
       Task queue to schedule this activity on.
       
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 6;
      Specified by:
      getTaskQueueOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasScheduleToCloseTimeout

      public boolean hasScheduleToCloseTimeout()
       Indicates how long the caller is willing to wait for an activity completion. Limits how long
       retries will be attempted. Either this or `start_to_close_timeout` must be specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 7;
      Specified by:
      hasScheduleToCloseTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the scheduleToCloseTimeout field is set.
    • getScheduleToCloseTimeout

      public com.google.protobuf.Duration getScheduleToCloseTimeout()
       Indicates how long the caller is willing to wait for an activity completion. Limits how long
       retries will be attempted. Either this or `start_to_close_timeout` must be specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 7;
      Specified by:
      getScheduleToCloseTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The scheduleToCloseTimeout.
    • getScheduleToCloseTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getScheduleToCloseTimeoutOrBuilder()
       Indicates how long the caller is willing to wait for an activity completion. Limits how long
       retries will be attempted. Either this or `start_to_close_timeout` must be specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 7;
      Specified by:
      getScheduleToCloseTimeoutOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasScheduleToStartTimeout

      public boolean hasScheduleToStartTimeout()
       Limits time an activity task can stay in a task queue before a worker picks it up. This
       timeout is always non retryable, as all a retry would achieve is to put it back into the same
       queue. Defaults to `schedule_to_close_timeout` if not specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 8;
      Specified by:
      hasScheduleToStartTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the scheduleToStartTimeout field is set.
    • getScheduleToStartTimeout

      public com.google.protobuf.Duration getScheduleToStartTimeout()
       Limits time an activity task can stay in a task queue before a worker picks it up. This
       timeout is always non retryable, as all a retry would achieve is to put it back into the same
       queue. Defaults to `schedule_to_close_timeout` if not specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 8;
      Specified by:
      getScheduleToStartTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The scheduleToStartTimeout.
    • getScheduleToStartTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getScheduleToStartTimeoutOrBuilder()
       Limits time an activity task can stay in a task queue before a worker picks it up. This
       timeout is always non retryable, as all a retry would achieve is to put it back into the same
       queue. Defaults to `schedule_to_close_timeout` if not specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 8;
      Specified by:
      getScheduleToStartTimeoutOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasStartToCloseTimeout

      public boolean hasStartToCloseTimeout()
       Maximum time an activity is allowed to execute after being picked up by a worker. This
       timeout is always retryable. Either this or `schedule_to_close_timeout` must be
       specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 9;
      Specified by:
      hasStartToCloseTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the startToCloseTimeout field is set.
    • getStartToCloseTimeout

      public com.google.protobuf.Duration getStartToCloseTimeout()
       Maximum time an activity is allowed to execute after being picked up by a worker. This
       timeout is always retryable. Either this or `schedule_to_close_timeout` must be
       specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 9;
      Specified by:
      getStartToCloseTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The startToCloseTimeout.
    • getStartToCloseTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getStartToCloseTimeoutOrBuilder()
       Maximum time an activity is allowed to execute after being picked up by a worker. This
       timeout is always retryable. Either this or `schedule_to_close_timeout` must be
       specified.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 9;
      Specified by:
      getStartToCloseTimeoutOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasHeartbeatTimeout

      public boolean hasHeartbeatTimeout()
       Maximum permitted time between successful worker heartbeats.
       
      .google.protobuf.Duration heartbeat_timeout = 10;
      Specified by:
      hasHeartbeatTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the heartbeatTimeout field is set.
    • getHeartbeatTimeout

      public com.google.protobuf.Duration getHeartbeatTimeout()
       Maximum permitted time between successful worker heartbeats.
       
      .google.protobuf.Duration heartbeat_timeout = 10;
      Specified by:
      getHeartbeatTimeout in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The heartbeatTimeout.
    • getHeartbeatTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getHeartbeatTimeoutOrBuilder()
       Maximum permitted time between successful worker heartbeats.
       
      .google.protobuf.Duration heartbeat_timeout = 10;
      Specified by:
      getHeartbeatTimeoutOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasRetryPolicy

      public boolean hasRetryPolicy()
       The retry policy for the activity. Will never exceed `schedule_to_close_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 11;
      Specified by:
      hasRetryPolicy in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the retryPolicy field is set.
    • getRetryPolicy

      public RetryPolicy getRetryPolicy()
       The retry policy for the activity. Will never exceed `schedule_to_close_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 11;
      Specified by:
      getRetryPolicy in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The retryPolicy.
    • getRetryPolicyOrBuilder

      public RetryPolicyOrBuilder getRetryPolicyOrBuilder()
       The retry policy for the activity. Will never exceed `schedule_to_close_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 11;
      Specified by:
      getRetryPolicyOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasInput

      public boolean hasInput()
       Serialized arguments to the activity. These are passed as arguments to the activity function.
       
      .temporal.api.common.v1.Payloads input = 12;
      Specified by:
      hasInput in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the input field is set.
    • getInput

      public Payloads getInput()
       Serialized arguments to the activity. These are passed as arguments to the activity function.
       
      .temporal.api.common.v1.Payloads input = 12;
      Specified by:
      getInput in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The input.
    • getInputOrBuilder

      public PayloadsOrBuilder getInputOrBuilder()
       Serialized arguments to the activity. These are passed as arguments to the activity function.
       
      .temporal.api.common.v1.Payloads input = 12;
      Specified by:
      getInputOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • getIdReusePolicyValue

      public int getIdReusePolicyValue()
       Defines whether to allow re-using the activity id from a previously *closed* activity.
       The default policy is ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.ActivityIdReusePolicy id_reuse_policy = 13;
      Specified by:
      getIdReusePolicyValue in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The enum numeric value on the wire for idReusePolicy.
    • getIdReusePolicy

      public ActivityIdReusePolicy getIdReusePolicy()
       Defines whether to allow re-using the activity id from a previously *closed* activity.
       The default policy is ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.ActivityIdReusePolicy id_reuse_policy = 13;
      Specified by:
      getIdReusePolicy in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The idReusePolicy.
    • getIdConflictPolicyValue

      public int getIdConflictPolicyValue()
       Defines how to resolve an activity id conflict with a *running* activity.
       The default policy is ACTIVITY_ID_CONFLICT_POLICY_FAIL.
       
      .temporal.api.enums.v1.ActivityIdConflictPolicy id_conflict_policy = 14;
      Specified by:
      getIdConflictPolicyValue in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The enum numeric value on the wire for idConflictPolicy.
    • getIdConflictPolicy

      public ActivityIdConflictPolicy getIdConflictPolicy()
       Defines how to resolve an activity id conflict with a *running* activity.
       The default policy is ACTIVITY_ID_CONFLICT_POLICY_FAIL.
       
      .temporal.api.enums.v1.ActivityIdConflictPolicy id_conflict_policy = 14;
      Specified by:
      getIdConflictPolicy in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The idConflictPolicy.
    • hasSearchAttributes

      public boolean hasSearchAttributes()
       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
      Specified by:
      hasSearchAttributes in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the searchAttributes field is set.
    • getSearchAttributes

      public SearchAttributes getSearchAttributes()
       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
      Specified by:
      getSearchAttributes in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The searchAttributes.
    • getSearchAttributesOrBuilder

      public SearchAttributesOrBuilder getSearchAttributesOrBuilder()
       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
      Specified by:
      getSearchAttributesOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasHeader

      public boolean hasHeader()
       Header for context propagation and tracing purposes.
       
      .temporal.api.common.v1.Header header = 16;
      Specified by:
      hasHeader in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the header field is set.
    • getHeader

      public Header getHeader()
       Header for context propagation and tracing purposes.
       
      .temporal.api.common.v1.Header header = 16;
      Specified by:
      getHeader in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The header.
    • getHeaderOrBuilder

      public HeaderOrBuilder getHeaderOrBuilder()
       Header for context propagation and tracing purposes.
       
      .temporal.api.common.v1.Header header = 16;
      Specified by:
      getHeaderOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasUserMetadata

      public boolean hasUserMetadata()
       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the activity.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 17;
      Specified by:
      hasUserMetadata in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the userMetadata field is set.
    • getUserMetadata

      public UserMetadata getUserMetadata()
       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the activity.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 17;
      Specified by:
      getUserMetadata in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The userMetadata.
    • getUserMetadataOrBuilder

      public UserMetadataOrBuilder getUserMetadataOrBuilder()
       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the activity.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 17;
      Specified by:
      getUserMetadataOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasPriority

      public boolean hasPriority()
       Priority metadata.
       
      .temporal.api.common.v1.Priority priority = 18;
      Specified by:
      hasPriority in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the priority field is set.
    • getPriority

      public Priority getPriority()
       Priority metadata.
       
      .temporal.api.common.v1.Priority priority = 18;
      Specified by:
      getPriority in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The priority.
    • getPriorityOrBuilder

      public PriorityOrBuilder getPriorityOrBuilder()
       Priority metadata.
       
      .temporal.api.common.v1.Priority priority = 18;
      Specified by:
      getPriorityOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • getCompletionCallbacksList

      public List<Callback> getCompletionCallbacksList()
       Callbacks to be called by the server when this activity reaches a terminal state.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 19;
      Specified by:
      getCompletionCallbacksList in interface StartActivityExecutionRequestOrBuilder
    • getCompletionCallbacksOrBuilderList

      public List<? extends CallbackOrBuilder> getCompletionCallbacksOrBuilderList()
       Callbacks to be called by the server when this activity reaches a terminal state.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 19;
      Specified by:
      getCompletionCallbacksOrBuilderList in interface StartActivityExecutionRequestOrBuilder
    • getCompletionCallbacksCount

      public int getCompletionCallbacksCount()
       Callbacks to be called by the server when this activity reaches a terminal state.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 19;
      Specified by:
      getCompletionCallbacksCount in interface StartActivityExecutionRequestOrBuilder
    • getCompletionCallbacks

      public Callback getCompletionCallbacks(int index)
       Callbacks to be called by the server when this activity reaches a terminal state.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 19;
      Specified by:
      getCompletionCallbacks in interface StartActivityExecutionRequestOrBuilder
    • getCompletionCallbacksOrBuilder

      public CallbackOrBuilder getCompletionCallbacksOrBuilder(int index)
       Callbacks to be called by the server when this activity reaches a terminal state.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 19;
      Specified by:
      getCompletionCallbacksOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • getLinksList

      public List<Link> getLinksList()
       Links to be associated with the activity. Callbacks may also have associated links;
       links already included with a callback should not be duplicated here.
       
      repeated .temporal.api.common.v1.Link links = 20;
      Specified by:
      getLinksList in interface StartActivityExecutionRequestOrBuilder
    • getLinksOrBuilderList

      public List<? extends LinkOrBuilder> getLinksOrBuilderList()
       Links to be associated with the activity. Callbacks may also have associated links;
       links already included with a callback should not be duplicated here.
       
      repeated .temporal.api.common.v1.Link links = 20;
      Specified by:
      getLinksOrBuilderList in interface StartActivityExecutionRequestOrBuilder
    • getLinksCount

      public int getLinksCount()
       Links to be associated with the activity. Callbacks may also have associated links;
       links already included with a callback should not be duplicated here.
       
      repeated .temporal.api.common.v1.Link links = 20;
      Specified by:
      getLinksCount in interface StartActivityExecutionRequestOrBuilder
    • getLinks

      public Link getLinks(int index)
       Links to be associated with the activity. Callbacks may also have associated links;
       links already included with a callback should not be duplicated here.
       
      repeated .temporal.api.common.v1.Link links = 20;
      Specified by:
      getLinks in interface StartActivityExecutionRequestOrBuilder
    • getLinksOrBuilder

      public LinkOrBuilder getLinksOrBuilder(int index)
       Links to be associated with the activity. Callbacks may also have associated links;
       links already included with a callback should not be duplicated here.
       
      repeated .temporal.api.common.v1.Link links = 20;
      Specified by:
      getLinksOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasOnConflictOptions

      public boolean hasOnConflictOptions()
       Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
       
      .temporal.api.common.v1.OnConflictOptions on_conflict_options = 21;
      Specified by:
      hasOnConflictOptions in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the onConflictOptions field is set.
    • getOnConflictOptions

      public OnConflictOptions getOnConflictOptions()
       Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
       
      .temporal.api.common.v1.OnConflictOptions on_conflict_options = 21;
      Specified by:
      getOnConflictOptions in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The onConflictOptions.
    • getOnConflictOptionsOrBuilder

      public OnConflictOptionsOrBuilder getOnConflictOptionsOrBuilder()
       Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
       
      .temporal.api.common.v1.OnConflictOptions on_conflict_options = 21;
      Specified by:
      getOnConflictOptionsOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • hasStartDelay

      public boolean hasStartDelay()
       Time to wait before making the first activity task available for dispatch. This delay is not applied to retry attempts.
       
      .google.protobuf.Duration start_delay = 22;
      Specified by:
      hasStartDelay in interface StartActivityExecutionRequestOrBuilder
      Returns:
      Whether the startDelay field is set.
    • getStartDelay

      public com.google.protobuf.Duration getStartDelay()
       Time to wait before making the first activity task available for dispatch. This delay is not applied to retry attempts.
       
      .google.protobuf.Duration start_delay = 22;
      Specified by:
      getStartDelay in interface StartActivityExecutionRequestOrBuilder
      Returns:
      The startDelay.
    • getStartDelayOrBuilder

      public com.google.protobuf.DurationOrBuilder getStartDelayOrBuilder()
       Time to wait before making the first activity task available for dispatch. This delay is not applied to retry attempts.
       
      .google.protobuf.Duration start_delay = 22;
      Specified by:
      getStartDelayOrBuilder in interface StartActivityExecutionRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StartActivityExecutionRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StartActivityExecutionRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StartActivityExecutionRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public StartActivityExecutionRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static StartActivityExecutionRequest.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected StartActivityExecutionRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static StartActivityExecutionRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<StartActivityExecutionRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<StartActivityExecutionRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public StartActivityExecutionRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder