Class StartNexusOperationExecutionRequest

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

@Generated(value="protoc", comments="annotations:StartNexusOperationExecutionRequest.java.pb.meta") public final class StartNexusOperationExecutionRequest extends com.google.protobuf.GeneratedMessageV3 implements StartNexusOperationExecutionRequestOrBuilder
Protobuf type temporal.api.workflowservice.v1.StartNexusOperationExecutionRequest
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:
    • OPERATION_ID_FIELD_NUMBER

      public static final int OPERATION_ID_FIELD_NUMBER
      See Also:
    • ENDPOINT_FIELD_NUMBER

      public static final int ENDPOINT_FIELD_NUMBER
      See Also:
    • SERVICE_FIELD_NUMBER

      public static final int SERVICE_FIELD_NUMBER
      See Also:
    • OPERATION_FIELD_NUMBER

      public static final int OPERATION_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:
    • 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:
    • NEXUS_HEADER_FIELD_NUMBER

      public static final int NEXUS_HEADER_FIELD_NUMBER
      See Also:
    • USER_METADATA_FIELD_NUMBER

      public static final int USER_METADATA_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()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3
    • 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 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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
    • 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.
    • 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
    • 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 StartNexusOperationExecutionRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static StartNexusOperationExecutionRequest.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static StartNexusOperationExecutionRequest getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<StartNexusOperationExecutionRequest> 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 StartNexusOperationExecutionRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder