Class StartNexusOperationExecutionRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<StartNexusOperationExecutionRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
io.temporal.api.workflowservice.v1.StartNexusOperationExecutionRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StartNexusOperationExecutionRequestOrBuilder, Cloneable
Enclosing class:
StartNexusOperationExecutionRequest

public static final class StartNexusOperationExecutionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder> implements StartNexusOperationExecutionRequestOrBuilder
Protobuf type temporal.api.workflowservice.v1.StartNexusOperationExecutionRequest
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • getDefaultInstanceForType

      public StartNexusOperationExecutionRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public StartNexusOperationExecutionRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • setField

      public StartNexusOperationExecutionRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • clearField

      public StartNexusOperationExecutionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • clearOneof

      public StartNexusOperationExecutionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • setRepeatedField

      public StartNexusOperationExecutionRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • addRepeatedField

      public StartNexusOperationExecutionRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • mergeFrom

      public StartNexusOperationExecutionRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StartNexusOperationExecutionRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • mergeFrom

      public StartNexusOperationExecutionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StartNexusOperationExecutionRequest.Builder>
      Throws:
      IOException
    • getNamespace

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

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

      string namespace = 1;
      Parameters:
      value - The namespace to set.
      Returns:
      This builder for chaining.
    • clearNamespace

      string namespace = 1;
      Returns:
      This builder for chaining.
    • setNamespaceBytes

      public StartNexusOperationExecutionRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
      string namespace = 1;
      Parameters:
      value - The bytes for namespace to set.
      Returns:
      This builder for chaining.
    • getIdentity

      public String getIdentity()
       The identity of the client who initiated this request.
       
      string identity = 2;
      Specified by:
      getIdentity in interface StartNexusOperationExecutionRequestOrBuilder
      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 StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The bytes for identity.
    • setIdentity

       The identity of the client who initiated this request.
       
      string identity = 2;
      Parameters:
      value - The identity to set.
      Returns:
      This builder for chaining.
    • clearIdentity

       The identity of the client who initiated this request.
       
      string identity = 2;
      Returns:
      This builder for chaining.
    • setIdentityBytes

      public StartNexusOperationExecutionRequest.Builder setIdentityBytes(com.google.protobuf.ByteString value)
       The identity of the client who initiated this request.
       
      string identity = 2;
      Parameters:
      value - The bytes for identity to set.
      Returns:
      This builder for chaining.
    • getRequestId

      public String getRequestId()
       A unique identifier for this caller-side start request. Typically UUIDv4.
       StartOperation requests sent to the handler will use a server-generated request ID.
       
      string request_id = 3;
      Specified by:
      getRequestId in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The requestId.
    • getRequestIdBytes

      public com.google.protobuf.ByteString getRequestIdBytes()
       A unique identifier for this caller-side start request. Typically UUIDv4.
       StartOperation requests sent to the handler will use a server-generated request ID.
       
      string request_id = 3;
      Specified by:
      getRequestIdBytes in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The bytes for requestId.
    • setRequestId

       A unique identifier for this caller-side start request. Typically UUIDv4.
       StartOperation requests sent to the handler will use a server-generated request ID.
       
      string request_id = 3;
      Parameters:
      value - The requestId to set.
      Returns:
      This builder for chaining.
    • clearRequestId

       A unique identifier for this caller-side start request. Typically UUIDv4.
       StartOperation requests sent to the handler will use a server-generated request ID.
       
      string request_id = 3;
      Returns:
      This builder for chaining.
    • setRequestIdBytes

      public StartNexusOperationExecutionRequest.Builder setRequestIdBytes(com.google.protobuf.ByteString value)
       A unique identifier for this caller-side start request. Typically UUIDv4.
       StartOperation requests sent to the handler will use a server-generated request ID.
       
      string request_id = 3;
      Parameters:
      value - The bytes for requestId to set.
      Returns:
      This builder for chaining.
    • getOperationId

      public String getOperationId()
       Identifier for this operation. This is a caller-side ID, distinct from any internal
       operation identifiers generated by the handler. Must be unique among operations in the
       same namespace, subject to the rules imposed by id_reuse_policy and id_conflict_policy.
       
      string operation_id = 4;
      Specified by:
      getOperationId in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The operationId.
    • getOperationIdBytes

      public com.google.protobuf.ByteString getOperationIdBytes()
       Identifier for this operation. This is a caller-side ID, distinct from any internal
       operation identifiers generated by the handler. Must be unique among operations in the
       same namespace, subject to the rules imposed by id_reuse_policy and id_conflict_policy.
       
      string operation_id = 4;
      Specified by:
      getOperationIdBytes in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The bytes for operationId.
    • setOperationId

      public StartNexusOperationExecutionRequest.Builder setOperationId(String value)
       Identifier for this operation. This is a caller-side ID, distinct from any internal
       operation identifiers generated by the handler. Must be unique among operations in the
       same namespace, subject to the rules imposed by id_reuse_policy and id_conflict_policy.
       
      string operation_id = 4;
      Parameters:
      value - The operationId to set.
      Returns:
      This builder for chaining.
    • clearOperationId

       Identifier for this operation. This is a caller-side ID, distinct from any internal
       operation identifiers generated by the handler. Must be unique among operations in the
       same namespace, subject to the rules imposed by id_reuse_policy and id_conflict_policy.
       
      string operation_id = 4;
      Returns:
      This builder for chaining.
    • setOperationIdBytes

      public StartNexusOperationExecutionRequest.Builder setOperationIdBytes(com.google.protobuf.ByteString value)
       Identifier for this operation. This is a caller-side ID, distinct from any internal
       operation identifiers generated by the handler. Must be unique among operations in the
       same namespace, subject to the rules imposed by id_reuse_policy and id_conflict_policy.
       
      string operation_id = 4;
      Parameters:
      value - The bytes for operationId to set.
      Returns:
      This builder for chaining.
    • getEndpoint

      public String getEndpoint()
       Endpoint name, resolved to a URL via the cluster's endpoint registry.
       
      string endpoint = 5;
      Specified by:
      getEndpoint in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The endpoint.
    • getEndpointBytes

      public com.google.protobuf.ByteString getEndpointBytes()
       Endpoint name, resolved to a URL via the cluster's endpoint registry.
       
      string endpoint = 5;
      Specified by:
      getEndpointBytes in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The bytes for endpoint.
    • setEndpoint

       Endpoint name, resolved to a URL via the cluster's endpoint registry.
       
      string endpoint = 5;
      Parameters:
      value - The endpoint to set.
      Returns:
      This builder for chaining.
    • clearEndpoint

       Endpoint name, resolved to a URL via the cluster's endpoint registry.
       
      string endpoint = 5;
      Returns:
      This builder for chaining.
    • setEndpointBytes

      public StartNexusOperationExecutionRequest.Builder setEndpointBytes(com.google.protobuf.ByteString value)
       Endpoint name, resolved to a URL via the cluster's endpoint registry.
       
      string endpoint = 5;
      Parameters:
      value - The bytes for endpoint to set.
      Returns:
      This builder for chaining.
    • getService

      public String getService()
       Service name.
       
      string service = 6;
      Specified by:
      getService in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The service.
    • getServiceBytes

      public com.google.protobuf.ByteString getServiceBytes()
       Service name.
       
      string service = 6;
      Specified by:
      getServiceBytes in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The bytes for service.
    • setService

       Service name.
       
      string service = 6;
      Parameters:
      value - The service to set.
      Returns:
      This builder for chaining.
    • clearService

       Service name.
       
      string service = 6;
      Returns:
      This builder for chaining.
    • setServiceBytes

      public StartNexusOperationExecutionRequest.Builder setServiceBytes(com.google.protobuf.ByteString value)
       Service name.
       
      string service = 6;
      Parameters:
      value - The bytes for service to set.
      Returns:
      This builder for chaining.
    • getOperation

      public String getOperation()
       Operation name.
       
      string operation = 7;
      Specified by:
      getOperation in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The operation.
    • getOperationBytes

      public com.google.protobuf.ByteString getOperationBytes()
       Operation name.
       
      string operation = 7;
      Specified by:
      getOperationBytes in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The bytes for operation.
    • setOperation

       Operation name.
       
      string operation = 7;
      Parameters:
      value - The operation to set.
      Returns:
      This builder for chaining.
    • clearOperation

       Operation name.
       
      string operation = 7;
      Returns:
      This builder for chaining.
    • setOperationBytes

      public StartNexusOperationExecutionRequest.Builder setOperationBytes(com.google.protobuf.ByteString value)
       Operation name.
       
      string operation = 7;
      Parameters:
      value - The bytes for operation to set.
      Returns:
      This builder for chaining.
    • hasScheduleToCloseTimeout

      public boolean hasScheduleToCloseTimeout()
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
      Specified by:
      hasScheduleToCloseTimeout in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      Whether the scheduleToCloseTimeout field is set.
    • getScheduleToCloseTimeout

      public com.google.protobuf.Duration getScheduleToCloseTimeout()
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
      Specified by:
      getScheduleToCloseTimeout in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The scheduleToCloseTimeout.
    • setScheduleToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder setScheduleToCloseTimeout(com.google.protobuf.Duration value)
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
    • setScheduleToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder setScheduleToCloseTimeout(com.google.protobuf.Duration.Builder builderForValue)
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
    • mergeScheduleToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder mergeScheduleToCloseTimeout(com.google.protobuf.Duration value)
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
    • clearScheduleToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder clearScheduleToCloseTimeout()
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
    • getScheduleToCloseTimeoutBuilder

      public com.google.protobuf.Duration.Builder getScheduleToCloseTimeoutBuilder()
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
    • getScheduleToCloseTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getScheduleToCloseTimeoutOrBuilder()
       Schedule-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for operation completion.
       Calls are retried internally by the server.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_close_timeout = 8;
      Specified by:
      getScheduleToCloseTimeoutOrBuilder in interface StartNexusOperationExecutionRequestOrBuilder
    • hasScheduleToStartTimeout

      public boolean hasScheduleToStartTimeout()
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
      Specified by:
      hasScheduleToStartTimeout in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      Whether the scheduleToStartTimeout field is set.
    • getScheduleToStartTimeout

      public com.google.protobuf.Duration getScheduleToStartTimeout()
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
      Specified by:
      getScheduleToStartTimeout in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The scheduleToStartTimeout.
    • setScheduleToStartTimeout

      public StartNexusOperationExecutionRequest.Builder setScheduleToStartTimeout(com.google.protobuf.Duration value)
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
    • setScheduleToStartTimeout

      public StartNexusOperationExecutionRequest.Builder setScheduleToStartTimeout(com.google.protobuf.Duration.Builder builderForValue)
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
    • mergeScheduleToStartTimeout

      public StartNexusOperationExecutionRequest.Builder mergeScheduleToStartTimeout(com.google.protobuf.Duration value)
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
    • clearScheduleToStartTimeout

      public StartNexusOperationExecutionRequest.Builder clearScheduleToStartTimeout()
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
    • getScheduleToStartTimeoutBuilder

      public com.google.protobuf.Duration.Builder getScheduleToStartTimeoutBuilder()
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
    • getScheduleToStartTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getScheduleToStartTimeoutOrBuilder()
       Schedule-to-start timeout for this operation.
       Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
       by the handler.
       If not set or zero, no schedule-to-start timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration schedule_to_start_timeout = 9;
      Specified by:
      getScheduleToStartTimeoutOrBuilder in interface StartNexusOperationExecutionRequestOrBuilder
    • hasStartToCloseTimeout

      public boolean hasStartToCloseTimeout()
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
      Specified by:
      hasStartToCloseTimeout in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      Whether the startToCloseTimeout field is set.
    • getStartToCloseTimeout

      public com.google.protobuf.Duration getStartToCloseTimeout()
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
      Specified by:
      getStartToCloseTimeout in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The startToCloseTimeout.
    • setStartToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder setStartToCloseTimeout(com.google.protobuf.Duration value)
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
    • setStartToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder setStartToCloseTimeout(com.google.protobuf.Duration.Builder builderForValue)
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
    • mergeStartToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder mergeStartToCloseTimeout(com.google.protobuf.Duration value)
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
    • clearStartToCloseTimeout

      public StartNexusOperationExecutionRequest.Builder clearStartToCloseTimeout()
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
    • getStartToCloseTimeoutBuilder

      public com.google.protobuf.Duration.Builder getStartToCloseTimeoutBuilder()
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
    • getStartToCloseTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getStartToCloseTimeoutOrBuilder()
       Start-to-close timeout for this operation.
       Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
       started. Synchronous operations ignore this timeout.
       If not set or zero, no start-to-close timeout is enforced.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_close_timeout = 10;
      Specified by:
      getStartToCloseTimeoutOrBuilder in interface StartNexusOperationExecutionRequestOrBuilder
    • hasInput

      public boolean hasInput()
       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
      Specified by:
      hasInput in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      Whether the input field is set.
    • getInput

      public Payload getInput()
       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
      Specified by:
      getInput in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The input.
    • setInput

       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
    • setInput

       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
    • mergeInput

       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
    • clearInput

       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
    • getInputBuilder

      public Payload.Builder getInputBuilder()
       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
    • getInputOrBuilder

      public PayloadOrBuilder getInputOrBuilder()
       Serialized input to the operation. Passed as the request payload.
       
      .temporal.api.common.v1.Payload input = 11;
      Specified by:
      getInputOrBuilder in interface StartNexusOperationExecutionRequestOrBuilder
    • getIdReusePolicyValue

      public int getIdReusePolicyValue()
       Defines whether to allow re-using the operation id from a previously *closed* operation.
       The default policy is NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.NexusOperationIdReusePolicy id_reuse_policy = 12;
      Specified by:
      getIdReusePolicyValue in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The enum numeric value on the wire for idReusePolicy.
    • setIdReusePolicyValue

      public StartNexusOperationExecutionRequest.Builder setIdReusePolicyValue(int value)
       Defines whether to allow re-using the operation id from a previously *closed* operation.
       The default policy is NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.NexusOperationIdReusePolicy id_reuse_policy = 12;
      Parameters:
      value - The enum numeric value on the wire for idReusePolicy to set.
      Returns:
      This builder for chaining.
    • getIdReusePolicy

      public NexusOperationIdReusePolicy getIdReusePolicy()
       Defines whether to allow re-using the operation id from a previously *closed* operation.
       The default policy is NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.NexusOperationIdReusePolicy id_reuse_policy = 12;
      Specified by:
      getIdReusePolicy in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The idReusePolicy.
    • setIdReusePolicy

       Defines whether to allow re-using the operation id from a previously *closed* operation.
       The default policy is NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.NexusOperationIdReusePolicy id_reuse_policy = 12;
      Parameters:
      value - The idReusePolicy to set.
      Returns:
      This builder for chaining.
    • clearIdReusePolicy

      public StartNexusOperationExecutionRequest.Builder clearIdReusePolicy()
       Defines whether to allow re-using the operation id from a previously *closed* operation.
       The default policy is NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.NexusOperationIdReusePolicy id_reuse_policy = 12;
      Returns:
      This builder for chaining.
    • getIdConflictPolicyValue

      public int getIdConflictPolicyValue()
       Defines how to resolve an operation id conflict with a *running* operation.
       The default policy is NEXUS_OPERATION_ID_CONFLICT_POLICY_FAIL.
       
      .temporal.api.enums.v1.NexusOperationIdConflictPolicy id_conflict_policy = 13;
      Specified by:
      getIdConflictPolicyValue in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The enum numeric value on the wire for idConflictPolicy.
    • setIdConflictPolicyValue

      public StartNexusOperationExecutionRequest.Builder setIdConflictPolicyValue(int value)
       Defines how to resolve an operation id conflict with a *running* operation.
       The default policy is NEXUS_OPERATION_ID_CONFLICT_POLICY_FAIL.
       
      .temporal.api.enums.v1.NexusOperationIdConflictPolicy id_conflict_policy = 13;
      Parameters:
      value - The enum numeric value on the wire for idConflictPolicy to set.
      Returns:
      This builder for chaining.
    • getIdConflictPolicy

      public NexusOperationIdConflictPolicy getIdConflictPolicy()
       Defines how to resolve an operation id conflict with a *running* operation.
       The default policy is NEXUS_OPERATION_ID_CONFLICT_POLICY_FAIL.
       
      .temporal.api.enums.v1.NexusOperationIdConflictPolicy id_conflict_policy = 13;
      Specified by:
      getIdConflictPolicy in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The idConflictPolicy.
    • setIdConflictPolicy

       Defines how to resolve an operation id conflict with a *running* operation.
       The default policy is NEXUS_OPERATION_ID_CONFLICT_POLICY_FAIL.
       
      .temporal.api.enums.v1.NexusOperationIdConflictPolicy id_conflict_policy = 13;
      Parameters:
      value - The idConflictPolicy to set.
      Returns:
      This builder for chaining.
    • clearIdConflictPolicy

      public StartNexusOperationExecutionRequest.Builder clearIdConflictPolicy()
       Defines how to resolve an operation id conflict with a *running* operation.
       The default policy is NEXUS_OPERATION_ID_CONFLICT_POLICY_FAIL.
       
      .temporal.api.enums.v1.NexusOperationIdConflictPolicy id_conflict_policy = 13;
      Returns:
      This builder for chaining.
    • hasSearchAttributes

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

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

       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 14;
    • setSearchAttributes

      public StartNexusOperationExecutionRequest.Builder setSearchAttributes(SearchAttributes.Builder builderForValue)
       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 14;
    • mergeSearchAttributes

      public StartNexusOperationExecutionRequest.Builder mergeSearchAttributes(SearchAttributes value)
       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 14;
    • clearSearchAttributes

      public StartNexusOperationExecutionRequest.Builder clearSearchAttributes()
       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 14;
    • getSearchAttributesBuilder

      public SearchAttributes.Builder getSearchAttributesBuilder()
       Search attributes for indexing.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 14;
    • getSearchAttributesOrBuilder

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

      public int getNexusHeaderCount()
      Description copied from interface: StartNexusOperationExecutionRequestOrBuilder
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
      Specified by:
      getNexusHeaderCount in interface StartNexusOperationExecutionRequestOrBuilder
    • containsNexusHeader

      public boolean containsNexusHeader(String key)
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
      Specified by:
      containsNexusHeader in interface StartNexusOperationExecutionRequestOrBuilder
    • getNexusHeader

      @Deprecated public Map<String,String> getNexusHeader()
      Deprecated.
      Use getNexusHeaderMap() instead.
      Specified by:
      getNexusHeader in interface StartNexusOperationExecutionRequestOrBuilder
    • getNexusHeaderMap

      public Map<String,String> getNexusHeaderMap()
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
      Specified by:
      getNexusHeaderMap in interface StartNexusOperationExecutionRequestOrBuilder
    • getNexusHeaderOrDefault

      public String getNexusHeaderOrDefault(String key, String defaultValue)
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
      Specified by:
      getNexusHeaderOrDefault in interface StartNexusOperationExecutionRequestOrBuilder
    • getNexusHeaderOrThrow

      public String getNexusHeaderOrThrow(String key)
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
      Specified by:
      getNexusHeaderOrThrow in interface StartNexusOperationExecutionRequestOrBuilder
    • clearNexusHeader

    • removeNexusHeader

      public StartNexusOperationExecutionRequest.Builder removeNexusHeader(String key)
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
    • getMutableNexusHeader

      @Deprecated public Map<String,String> getMutableNexusHeader()
      Deprecated.
      Use alternate mutation accessors instead.
    • putNexusHeader

      public StartNexusOperationExecutionRequest.Builder putNexusHeader(String key, String value)
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
    • putAllNexusHeader

      public StartNexusOperationExecutionRequest.Builder putAllNexusHeader(Map<String,String> values)
       Header to attach to the Nexus request.
       Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
       transmitted to external services as-is.
       This is useful for propagating tracing information.
       Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
       transmitted to Nexus operations that may be external and are not traditional payloads.
       
      map<string, string> nexus_header = 15;
    • hasUserMetadata

      public boolean hasUserMetadata()
       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 16;
      Specified by:
      hasUserMetadata in interface StartNexusOperationExecutionRequestOrBuilder
      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 operation.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 16;
      Specified by:
      getUserMetadata in interface StartNexusOperationExecutionRequestOrBuilder
      Returns:
      The userMetadata.
    • setUserMetadata

       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 16;
    • setUserMetadata

      public StartNexusOperationExecutionRequest.Builder setUserMetadata(UserMetadata.Builder builderForValue)
       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 16;
    • mergeUserMetadata

       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 16;
    • clearUserMetadata

      public StartNexusOperationExecutionRequest.Builder clearUserMetadata()
       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 16;
    • getUserMetadataBuilder

      public UserMetadata.Builder getUserMetadataBuilder()
       Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 16;
    • getUserMetadataOrBuilder

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

      public final StartNexusOperationExecutionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>
    • mergeUnknownFields

      public final StartNexusOperationExecutionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StartNexusOperationExecutionRequest.Builder>