Class NexusOperationExecutionListInfo.Builder

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

public static final class NexusOperationExecutionListInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionListInfo.Builder> implements NexusOperationExecutionListInfoOrBuilder
 Limited Nexus operation information returned in the list response.
 When adding fields here, ensure that it is also present in NexusOperationExecutionInfo (note that it may already be present in
 NexusOperationExecutionInfo but not at the top-level).
 
Protobuf type temporal.api.nexus.v1.NexusOperationExecutionListInfo
  • Method Details

    • 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.Builder<NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • getDefaultInstanceForType

      public NexusOperationExecutionListInfo 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 NexusOperationExecutionListInfo 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<NexusOperationExecutionListInfo.Builder>
    • setField

      public NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • clearField

      public NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • clearOneof

      public NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • setRepeatedField

      public NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • addRepeatedField

      public NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • mergeFrom

      public NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • mergeFrom

      public NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
      Throws:
      IOException
    • getOperationId

      public String getOperationId()
       A unique identifier of this operation within its namespace along with run ID (below).
       
      string operation_id = 1;
      Specified by:
      getOperationId in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The operationId.
    • getOperationIdBytes

      public com.google.protobuf.ByteString getOperationIdBytes()
       A unique identifier of this operation within its namespace along with run ID (below).
       
      string operation_id = 1;
      Specified by:
      getOperationIdBytes in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The bytes for operationId.
    • setOperationId

      public NexusOperationExecutionListInfo.Builder setOperationId(String value)
       A unique identifier of this operation within its namespace along with run ID (below).
       
      string operation_id = 1;
      Parameters:
      value - The operationId to set.
      Returns:
      This builder for chaining.
    • clearOperationId

      public NexusOperationExecutionListInfo.Builder clearOperationId()
       A unique identifier of this operation within its namespace along with run ID (below).
       
      string operation_id = 1;
      Returns:
      This builder for chaining.
    • setOperationIdBytes

      public NexusOperationExecutionListInfo.Builder setOperationIdBytes(com.google.protobuf.ByteString value)
       A unique identifier of this operation within its namespace along with run ID (below).
       
      string operation_id = 1;
      Parameters:
      value - The bytes for operationId to set.
      Returns:
      This builder for chaining.
    • getRunId

      public String getRunId()
       The run ID of the standalone Nexus operation.
       
      string run_id = 2;
      Specified by:
      getRunId in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The runId.
    • getRunIdBytes

      public com.google.protobuf.ByteString getRunIdBytes()
       The run ID of the standalone Nexus operation.
       
      string run_id = 2;
      Specified by:
      getRunIdBytes in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The bytes for runId.
    • setRunId

       The run ID of the standalone Nexus operation.
       
      string run_id = 2;
      Parameters:
      value - The runId to set.
      Returns:
      This builder for chaining.
    • clearRunId

       The run ID of the standalone Nexus operation.
       
      string run_id = 2;
      Returns:
      This builder for chaining.
    • setRunIdBytes

      public NexusOperationExecutionListInfo.Builder setRunIdBytes(com.google.protobuf.ByteString value)
       The run ID of the standalone Nexus operation.
       
      string run_id = 2;
      Parameters:
      value - The bytes for runId to set.
      Returns:
      This builder for chaining.
    • getEndpoint

      public String getEndpoint()
       Endpoint name.
       
      string endpoint = 3;
      Specified by:
      getEndpoint in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The endpoint.
    • getEndpointBytes

      public com.google.protobuf.ByteString getEndpointBytes()
       Endpoint name.
       
      string endpoint = 3;
      Specified by:
      getEndpointBytes in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The bytes for endpoint.
    • setEndpoint

      public NexusOperationExecutionListInfo.Builder setEndpoint(String value)
       Endpoint name.
       
      string endpoint = 3;
      Parameters:
      value - The endpoint to set.
      Returns:
      This builder for chaining.
    • clearEndpoint

       Endpoint name.
       
      string endpoint = 3;
      Returns:
      This builder for chaining.
    • setEndpointBytes

      public NexusOperationExecutionListInfo.Builder setEndpointBytes(com.google.protobuf.ByteString value)
       Endpoint name.
       
      string endpoint = 3;
      Parameters:
      value - The bytes for endpoint to set.
      Returns:
      This builder for chaining.
    • getService

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

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

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

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

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

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

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

      public NexusOperationExecutionListInfo.Builder setOperation(String value)
       Operation name.
       
      string operation = 5;
      Parameters:
      value - The operation to set.
      Returns:
      This builder for chaining.
    • clearOperation

      public NexusOperationExecutionListInfo.Builder clearOperation()
       Operation name.
       
      string operation = 5;
      Returns:
      This builder for chaining.
    • setOperationBytes

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

      public boolean hasScheduleTime()
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
      Specified by:
      hasScheduleTime in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      Whether the scheduleTime field is set.
    • getScheduleTime

      public com.google.protobuf.Timestamp getScheduleTime()
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
      Specified by:
      getScheduleTime in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The scheduleTime.
    • setScheduleTime

      public NexusOperationExecutionListInfo.Builder setScheduleTime(com.google.protobuf.Timestamp value)
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
    • setScheduleTime

      public NexusOperationExecutionListInfo.Builder setScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
    • mergeScheduleTime

      public NexusOperationExecutionListInfo.Builder mergeScheduleTime(com.google.protobuf.Timestamp value)
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
    • clearScheduleTime

      public NexusOperationExecutionListInfo.Builder clearScheduleTime()
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
    • getScheduleTimeBuilder

      public com.google.protobuf.Timestamp.Builder getScheduleTimeBuilder()
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
    • getScheduleTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder()
       Time the operation was originally scheduled via a StartNexusOperation request.
       
      .google.protobuf.Timestamp schedule_time = 6;
      Specified by:
      getScheduleTimeOrBuilder in interface NexusOperationExecutionListInfoOrBuilder
    • hasCloseTime

      public boolean hasCloseTime()
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
      Specified by:
      hasCloseTime in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      Whether the closeTime field is set.
    • getCloseTime

      public com.google.protobuf.Timestamp getCloseTime()
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
      Specified by:
      getCloseTime in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The closeTime.
    • setCloseTime

      public NexusOperationExecutionListInfo.Builder setCloseTime(com.google.protobuf.Timestamp value)
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
    • setCloseTime

      public NexusOperationExecutionListInfo.Builder setCloseTime(com.google.protobuf.Timestamp.Builder builderForValue)
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
    • mergeCloseTime

      public NexusOperationExecutionListInfo.Builder mergeCloseTime(com.google.protobuf.Timestamp value)
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
    • clearCloseTime

      public NexusOperationExecutionListInfo.Builder clearCloseTime()
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
    • getCloseTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCloseTimeBuilder()
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
    • getCloseTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCloseTimeOrBuilder()
       If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
       
      .google.protobuf.Timestamp close_time = 7;
      Specified by:
      getCloseTimeOrBuilder in interface NexusOperationExecutionListInfoOrBuilder
    • getStatusValue

      public int getStatusValue()
       The status is updated once, when the operation is originally scheduled, and again when the operation reaches a terminal status.
       
      .temporal.api.enums.v1.NexusOperationExecutionStatus status = 8;
      Specified by:
      getStatusValue in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public NexusOperationExecutionListInfo.Builder setStatusValue(int value)
       The status is updated once, when the operation is originally scheduled, and again when the operation reaches a terminal status.
       
      .temporal.api.enums.v1.NexusOperationExecutionStatus status = 8;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • getStatus

      public NexusOperationExecutionStatus getStatus()
       The status is updated once, when the operation is originally scheduled, and again when the operation reaches a terminal status.
       
      .temporal.api.enums.v1.NexusOperationExecutionStatus status = 8;
      Specified by:
      getStatus in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The status.
    • setStatus

       The status is updated once, when the operation is originally scheduled, and again when the operation reaches a terminal status.
       
      .temporal.api.enums.v1.NexusOperationExecutionStatus status = 8;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

       The status is updated once, when the operation is originally scheduled, and again when the operation reaches a terminal status.
       
      .temporal.api.enums.v1.NexusOperationExecutionStatus status = 8;
      Returns:
      This builder for chaining.
    • hasSearchAttributes

      public boolean hasSearchAttributes()
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
      Specified by:
      hasSearchAttributes in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      Whether the searchAttributes field is set.
    • getSearchAttributes

      public SearchAttributes getSearchAttributes()
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
      Specified by:
      getSearchAttributes in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The searchAttributes.
    • setSearchAttributes

      public NexusOperationExecutionListInfo.Builder setSearchAttributes(SearchAttributes value)
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
    • setSearchAttributes

      public NexusOperationExecutionListInfo.Builder setSearchAttributes(SearchAttributes.Builder builderForValue)
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
    • mergeSearchAttributes

      public NexusOperationExecutionListInfo.Builder mergeSearchAttributes(SearchAttributes value)
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
    • clearSearchAttributes

      public NexusOperationExecutionListInfo.Builder clearSearchAttributes()
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
    • getSearchAttributesBuilder

      public SearchAttributes.Builder getSearchAttributesBuilder()
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
    • getSearchAttributesOrBuilder

      public SearchAttributesOrBuilder getSearchAttributesOrBuilder()
       Search attributes from the start request.
       
      .temporal.api.common.v1.SearchAttributes search_attributes = 9;
      Specified by:
      getSearchAttributesOrBuilder in interface NexusOperationExecutionListInfoOrBuilder
    • getStateTransitionCount

      public long getStateTransitionCount()
       Updated on terminal status.
       
      int64 state_transition_count = 10;
      Specified by:
      getStateTransitionCount in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The stateTransitionCount.
    • setStateTransitionCount

      public NexusOperationExecutionListInfo.Builder setStateTransitionCount(long value)
       Updated on terminal status.
       
      int64 state_transition_count = 10;
      Parameters:
      value - The stateTransitionCount to set.
      Returns:
      This builder for chaining.
    • clearStateTransitionCount

      public NexusOperationExecutionListInfo.Builder clearStateTransitionCount()
       Updated on terminal status.
       
      int64 state_transition_count = 10;
      Returns:
      This builder for chaining.
    • hasExecutionDuration

      public boolean hasExecutionDuration()
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
      Specified by:
      hasExecutionDuration in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      Whether the executionDuration field is set.
    • getExecutionDuration

      public com.google.protobuf.Duration getExecutionDuration()
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
      Specified by:
      getExecutionDuration in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The executionDuration.
    • setExecutionDuration

      public NexusOperationExecutionListInfo.Builder setExecutionDuration(com.google.protobuf.Duration value)
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
    • setExecutionDuration

      public NexusOperationExecutionListInfo.Builder setExecutionDuration(com.google.protobuf.Duration.Builder builderForValue)
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
    • mergeExecutionDuration

      public NexusOperationExecutionListInfo.Builder mergeExecutionDuration(com.google.protobuf.Duration value)
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
    • clearExecutionDuration

      public NexusOperationExecutionListInfo.Builder clearExecutionDuration()
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
    • getExecutionDurationBuilder

      public com.google.protobuf.Duration.Builder getExecutionDurationBuilder()
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
    • getExecutionDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder()
       The difference between close time and scheduled time.
       This field is only populated if the operation is closed.
       
      .google.protobuf.Duration execution_duration = 11;
      Specified by:
      getExecutionDurationOrBuilder in interface NexusOperationExecutionListInfoOrBuilder
    • getStateSizeBytes

      public long getStateSizeBytes()
       Updated once on scheduled and once on terminal status.
       
      int64 state_size_bytes = 12;
      Specified by:
      getStateSizeBytes in interface NexusOperationExecutionListInfoOrBuilder
      Returns:
      The stateSizeBytes.
    • setStateSizeBytes

      public NexusOperationExecutionListInfo.Builder setStateSizeBytes(long value)
       Updated once on scheduled and once on terminal status.
       
      int64 state_size_bytes = 12;
      Parameters:
      value - The stateSizeBytes to set.
      Returns:
      This builder for chaining.
    • clearStateSizeBytes

      public NexusOperationExecutionListInfo.Builder clearStateSizeBytes()
       Updated once on scheduled and once on terminal status.
       
      int64 state_size_bytes = 12;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>
    • mergeUnknownFields

      public final NexusOperationExecutionListInfo.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<NexusOperationExecutionListInfo.Builder>