Class ListBatchOperationsResponse.Builder

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

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

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

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

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

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

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

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

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

      public ListBatchOperationsResponse.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<ListBatchOperationsResponse.Builder>
      Throws:
      IOException
    • getOperationInfoList

      public List<BatchOperationInfo> getOperationInfoList()
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      Specified by:
      getOperationInfoList in interface ListBatchOperationsResponseOrBuilder
    • getOperationInfoCount

      public int getOperationInfoCount()
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      Specified by:
      getOperationInfoCount in interface ListBatchOperationsResponseOrBuilder
    • getOperationInfo

      public BatchOperationInfo getOperationInfo(int index)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      Specified by:
      getOperationInfo in interface ListBatchOperationsResponseOrBuilder
    • setOperationInfo

      public ListBatchOperationsResponse.Builder setOperationInfo(int index, BatchOperationInfo value)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • setOperationInfo

      public ListBatchOperationsResponse.Builder setOperationInfo(int index, BatchOperationInfo.Builder builderForValue)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • addOperationInfo

       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • addOperationInfo

      public ListBatchOperationsResponse.Builder addOperationInfo(int index, BatchOperationInfo value)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • addOperationInfo

      public ListBatchOperationsResponse.Builder addOperationInfo(BatchOperationInfo.Builder builderForValue)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • addOperationInfo

      public ListBatchOperationsResponse.Builder addOperationInfo(int index, BatchOperationInfo.Builder builderForValue)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • addAllOperationInfo

      public ListBatchOperationsResponse.Builder addAllOperationInfo(Iterable<? extends BatchOperationInfo> values)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • clearOperationInfo

      public ListBatchOperationsResponse.Builder clearOperationInfo()
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • removeOperationInfo

      public ListBatchOperationsResponse.Builder removeOperationInfo(int index)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • getOperationInfoBuilder

      public BatchOperationInfo.Builder getOperationInfoBuilder(int index)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • getOperationInfoOrBuilder

      public BatchOperationInfoOrBuilder getOperationInfoOrBuilder(int index)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      Specified by:
      getOperationInfoOrBuilder in interface ListBatchOperationsResponseOrBuilder
    • getOperationInfoOrBuilderList

      public List<? extends BatchOperationInfoOrBuilder> getOperationInfoOrBuilderList()
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      Specified by:
      getOperationInfoOrBuilderList in interface ListBatchOperationsResponseOrBuilder
    • addOperationInfoBuilder

      public BatchOperationInfo.Builder addOperationInfoBuilder()
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • addOperationInfoBuilder

      public BatchOperationInfo.Builder addOperationInfoBuilder(int index)
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • getOperationInfoBuilderList

      public List<BatchOperationInfo.Builder> getOperationInfoBuilderList()
       BatchOperationInfo contains the basic info about batch operation
       
      repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
    • getNextPageToken

      public com.google.protobuf.ByteString getNextPageToken()
      bytes next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListBatchOperationsResponseOrBuilder
      Returns:
      The nextPageToken.
    • setNextPageToken

      public ListBatchOperationsResponse.Builder setNextPageToken(com.google.protobuf.ByteString value)
      bytes next_page_token = 2;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public ListBatchOperationsResponse.Builder clearNextPageToken()
      bytes next_page_token = 2;
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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