Class MultiOperationExecutionFailure.Builder

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

public static final class MultiOperationExecutionFailure.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MultiOperationExecutionFailure.Builder> implements MultiOperationExecutionFailureOrBuilder
Protobuf type temporal.api.errordetails.v1.MultiOperationExecutionFailure
  • 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<MultiOperationExecutionFailure.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<MultiOperationExecutionFailure.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<MultiOperationExecutionFailure.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

      public MultiOperationExecutionFailure.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<MultiOperationExecutionFailure.Builder>
      Throws:
      IOException
    • getStatusesList

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      Specified by:
      getStatusesList in interface MultiOperationExecutionFailureOrBuilder
    • getStatusesCount

      public int getStatusesCount()
       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      Specified by:
      getStatusesCount in interface MultiOperationExecutionFailureOrBuilder
    • getStatuses

      public MultiOperationExecutionFailure.OperationStatus getStatuses(int index)
       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      Specified by:
      getStatuses in interface MultiOperationExecutionFailureOrBuilder
    • setStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • setStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • addStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • addStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • addStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • addStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • addAllStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • clearStatuses

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • removeStatuses

      public MultiOperationExecutionFailure.Builder removeStatuses(int index)
       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • getStatusesBuilder

      public MultiOperationExecutionFailure.OperationStatus.Builder getStatusesBuilder(int index)
       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • getStatusesOrBuilder

      public MultiOperationExecutionFailure.OperationStatusOrBuilder getStatusesOrBuilder(int index)
       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      Specified by:
      getStatusesOrBuilder in interface MultiOperationExecutionFailureOrBuilder
    • getStatusesOrBuilderList

      public List<? extends MultiOperationExecutionFailure.OperationStatusOrBuilder> getStatusesOrBuilderList()
       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      Specified by:
      getStatusesOrBuilderList in interface MultiOperationExecutionFailureOrBuilder
    • addStatusesBuilder

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • addStatusesBuilder

      public MultiOperationExecutionFailure.OperationStatus.Builder addStatusesBuilder(int index)
       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • getStatusesBuilderList

       One status for each requested operation from the failed MultiOperation. The failed
       operation(s) have the same error details as if it was executed separately. All other operations have the
       status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
       
      repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
    • setUnknownFields

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

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