Class MutateGoogleAdsResponse.Builder

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

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

      public MutateGoogleAdsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public MutateGoogleAdsResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

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

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

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

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

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

      public MutateGoogleAdsResponse.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<MutateGoogleAdsResponse.Builder>
      Throws:
      IOException
    • hasPartialFailureError

      public boolean hasPartialFailureError()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
      Specified by:
      hasPartialFailureError in interface MutateGoogleAdsResponseOrBuilder
      Returns:
      Whether the partialFailureError field is set.
    • getPartialFailureError

      public com.google.rpc.Status getPartialFailureError()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
      Specified by:
      getPartialFailureError in interface MutateGoogleAdsResponseOrBuilder
      Returns:
      The partialFailureError.
    • setPartialFailureError

      public MutateGoogleAdsResponse.Builder setPartialFailureError(com.google.rpc.Status value)
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
    • setPartialFailureError

      public MutateGoogleAdsResponse.Builder setPartialFailureError(com.google.rpc.Status.Builder builderForValue)
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
    • mergePartialFailureError

      public MutateGoogleAdsResponse.Builder mergePartialFailureError(com.google.rpc.Status value)
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
    • clearPartialFailureError

      public MutateGoogleAdsResponse.Builder clearPartialFailureError()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
    • getPartialFailureErrorBuilder

      public com.google.rpc.Status.Builder getPartialFailureErrorBuilder()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
    • getPartialFailureErrorOrBuilder

      public com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
      Specified by:
      getPartialFailureErrorOrBuilder in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponsesList

      public List<MutateOperationResponse> getMutateOperationResponsesList()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesList in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponsesCount

      public int getMutateOperationResponsesCount()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesCount in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponses

      public MutateOperationResponse getMutateOperationResponses(int index)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponses in interface MutateGoogleAdsResponseOrBuilder
    • setMutateOperationResponses

      public MutateGoogleAdsResponse.Builder setMutateOperationResponses(int index, MutateOperationResponse value)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • setMutateOperationResponses

      public MutateGoogleAdsResponse.Builder setMutateOperationResponses(int index, MutateOperationResponse.Builder builderForValue)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • addMutateOperationResponses

      public MutateGoogleAdsResponse.Builder addMutateOperationResponses(MutateOperationResponse value)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • addMutateOperationResponses

      public MutateGoogleAdsResponse.Builder addMutateOperationResponses(int index, MutateOperationResponse value)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • addMutateOperationResponses

      public MutateGoogleAdsResponse.Builder addMutateOperationResponses(MutateOperationResponse.Builder builderForValue)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • addMutateOperationResponses

      public MutateGoogleAdsResponse.Builder addMutateOperationResponses(int index, MutateOperationResponse.Builder builderForValue)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • addAllMutateOperationResponses

      public MutateGoogleAdsResponse.Builder addAllMutateOperationResponses(Iterable<? extends MutateOperationResponse> values)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • clearMutateOperationResponses

      public MutateGoogleAdsResponse.Builder clearMutateOperationResponses()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • removeMutateOperationResponses

      public MutateGoogleAdsResponse.Builder removeMutateOperationResponses(int index)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • getMutateOperationResponsesBuilder

      public MutateOperationResponse.Builder getMutateOperationResponsesBuilder(int index)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • getMutateOperationResponsesOrBuilder

      public MutateOperationResponseOrBuilder getMutateOperationResponsesOrBuilder(int index)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesOrBuilder in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponsesOrBuilderList

      public List<? extends MutateOperationResponseOrBuilder> getMutateOperationResponsesOrBuilderList()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesOrBuilderList in interface MutateGoogleAdsResponseOrBuilder
    • addMutateOperationResponsesBuilder

      public MutateOperationResponse.Builder addMutateOperationResponsesBuilder()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • addMutateOperationResponsesBuilder

      public MutateOperationResponse.Builder addMutateOperationResponsesBuilder(int index)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • getMutateOperationResponsesBuilderList

      public List<MutateOperationResponse.Builder> getMutateOperationResponsesBuilderList()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
    • setUnknownFields

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

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