Class ListCampaignDraftAsyncErrorsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ListCampaignDraftAsyncErrorsResponse.Builder>
com.google.ads.googleads.v18.services.ListCampaignDraftAsyncErrorsResponse.Builder
All Implemented Interfaces:
ListCampaignDraftAsyncErrorsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ListCampaignDraftAsyncErrorsResponse

public static final class ListCampaignDraftAsyncErrorsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListCampaignDraftAsyncErrorsResponse.Builder> implements ListCampaignDraftAsyncErrorsResponseOrBuilder
 Response message for
 [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v18.services.CampaignDraftService.ListCampaignDraftAsyncErrors].
 
Protobuf type google.ads.googleads.v18.services.ListCampaignDraftAsyncErrorsResponse
  • 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<ListCampaignDraftAsyncErrorsResponse.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<ListCampaignDraftAsyncErrorsResponse.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<ListCampaignDraftAsyncErrorsResponse.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

      public ListCampaignDraftAsyncErrorsResponse.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<ListCampaignDraftAsyncErrorsResponse.Builder>
      Throws:
      IOException
    • getErrorsList

      public List<com.google.rpc.Status> getErrorsList()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
      Specified by:
      getErrorsList in interface ListCampaignDraftAsyncErrorsResponseOrBuilder
    • getErrorsCount

      public int getErrorsCount()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
      Specified by:
      getErrorsCount in interface ListCampaignDraftAsyncErrorsResponseOrBuilder
    • getErrors

      public com.google.rpc.Status getErrors(int index)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
      Specified by:
      getErrors in interface ListCampaignDraftAsyncErrorsResponseOrBuilder
    • setErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder setErrors(int index, com.google.rpc.Status value)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • setErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder setErrors(int index, com.google.rpc.Status.Builder builderForValue)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • addErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder addErrors(com.google.rpc.Status value)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • addErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder addErrors(int index, com.google.rpc.Status value)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • addErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder addErrors(com.google.rpc.Status.Builder builderForValue)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • addErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder addErrors(int index, com.google.rpc.Status.Builder builderForValue)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • addAllErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder addAllErrors(Iterable<? extends com.google.rpc.Status> values)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • clearErrors

       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • removeErrors

      public ListCampaignDraftAsyncErrorsResponse.Builder removeErrors(int index)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getErrorsBuilder

      public com.google.rpc.Status.Builder getErrorsBuilder(int index)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getErrorsOrBuilder

      public com.google.rpc.StatusOrBuilder getErrorsOrBuilder(int index)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
      Specified by:
      getErrorsOrBuilder in interface ListCampaignDraftAsyncErrorsResponseOrBuilder
    • getErrorsOrBuilderList

      public List<? extends com.google.rpc.StatusOrBuilder> getErrorsOrBuilderList()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
      Specified by:
      getErrorsOrBuilderList in interface ListCampaignDraftAsyncErrorsResponseOrBuilder
    • addErrorsBuilder

      public com.google.rpc.Status.Builder addErrorsBuilder()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • addErrorsBuilder

      public com.google.rpc.Status.Builder addErrorsBuilder(int index)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getErrorsBuilderList

      public List<com.google.rpc.Status.Builder> getErrorsBuilderList()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getNextPageToken

      public String getNextPageToken()
       Pagination token used to retrieve the next page of results.
       Pass the content of this string as the `page_token` attribute of
       the next request. `next_page_token` is not returned for the last
       page.
       
      string next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListCampaignDraftAsyncErrorsResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       Pagination token used to retrieve the next page of results.
       Pass the content of this string as the `page_token` attribute of
       the next request. `next_page_token` is not returned for the last
       page.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface ListCampaignDraftAsyncErrorsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListCampaignDraftAsyncErrorsResponse.Builder setNextPageToken(String value)
       Pagination token used to retrieve the next page of results.
       Pass the content of this string as the `page_token` attribute of
       the next request. `next_page_token` is not returned for the last
       page.
       
      string next_page_token = 2;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public ListCampaignDraftAsyncErrorsResponse.Builder clearNextPageToken()
       Pagination token used to retrieve the next page of results.
       Pass the content of this string as the `page_token` attribute of
       the next request. `next_page_token` is not returned for the last
       page.
       
      string next_page_token = 2;
      Returns:
      This builder for chaining.
    • setNextPageTokenBytes

      public ListCampaignDraftAsyncErrorsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       Pagination token used to retrieve the next page of results.
       Pass the content of this string as the `page_token` attribute of
       the next request. `next_page_token` is not returned for the last
       page.
       
      string next_page_token = 2;
      Parameters:
      value - The bytes for nextPageToken to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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