Class MutateCampaignSharedSetsResponse.Builder

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

public static final class MutateCampaignSharedSetsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MutateCampaignSharedSetsResponse.Builder> implements MutateCampaignSharedSetsResponseOrBuilder
 Response message for a campaign shared set mutate.
 
Protobuf type google.ads.googleads.v18.services.MutateCampaignSharedSetsResponse
  • 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<MutateCampaignSharedSetsResponse.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<MutateCampaignSharedSetsResponse.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<MutateCampaignSharedSetsResponse.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

      public MutateCampaignSharedSetsResponse.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<MutateCampaignSharedSetsResponse.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 MutateCampaignSharedSetsResponseOrBuilder
      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 MutateCampaignSharedSetsResponseOrBuilder
      Returns:
      The partialFailureError.
    • setPartialFailureError

      public MutateCampaignSharedSetsResponse.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 MutateCampaignSharedSetsResponse.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 MutateCampaignSharedSetsResponse.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 MutateCampaignSharedSetsResponse.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 MutateCampaignSharedSetsResponseOrBuilder
    • getResultsList

      public List<MutateCampaignSharedSetResult> getResultsList()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
      Specified by:
      getResultsList in interface MutateCampaignSharedSetsResponseOrBuilder
    • getResultsCount

      public int getResultsCount()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
      Specified by:
      getResultsCount in interface MutateCampaignSharedSetsResponseOrBuilder
    • getResults

      public MutateCampaignSharedSetResult getResults(int index)
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
      Specified by:
      getResults in interface MutateCampaignSharedSetsResponseOrBuilder
    • setResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • setResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • addResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • addResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • addResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • addResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • addAllResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • clearResults

       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • removeResults

      public MutateCampaignSharedSetsResponse.Builder removeResults(int index)
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • getResultsBuilder

      public MutateCampaignSharedSetResult.Builder getResultsBuilder(int index)
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • getResultsOrBuilder

      public MutateCampaignSharedSetResultOrBuilder getResultsOrBuilder(int index)
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
      Specified by:
      getResultsOrBuilder in interface MutateCampaignSharedSetsResponseOrBuilder
    • getResultsOrBuilderList

      public List<? extends MutateCampaignSharedSetResultOrBuilder> getResultsOrBuilderList()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
      Specified by:
      getResultsOrBuilderList in interface MutateCampaignSharedSetsResponseOrBuilder
    • addResultsBuilder

      public MutateCampaignSharedSetResult.Builder addResultsBuilder()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • addResultsBuilder

      public MutateCampaignSharedSetResult.Builder addResultsBuilder(int index)
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • getResultsBuilderList

      public List<MutateCampaignSharedSetResult.Builder> getResultsBuilderList()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateCampaignSharedSetResult results = 2;
    • setUnknownFields

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

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