Class MutateCustomerCustomizersResponse.Builder

    • Method Detail

      • 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<MutateCustomerCustomizersResponse.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<MutateCustomerCustomizersResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MutateCustomerCustomizersResponse.Builder>
      • mergeFrom

        public MutateCustomerCustomizersResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws java.io.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<MutateCustomerCustomizersResponse.Builder>
        Throws:
        java.io.IOException
      • removeResults

        public MutateCustomerCustomizersResponse.Builder removeResults​(int index)
         All results for the mutate.
         
        repeated .google.ads.googleads.v13.services.MutateCustomerCustomizerResult results = 1;
      • getResultsBuilder

        public MutateCustomerCustomizerResult.Builder getResultsBuilder​(int index)
         All results for the mutate.
         
        repeated .google.ads.googleads.v13.services.MutateCustomerCustomizerResult results = 1;
      • addResultsBuilder

        public MutateCustomerCustomizerResult.Builder addResultsBuilder()
         All results for the mutate.
         
        repeated .google.ads.googleads.v13.services.MutateCustomerCustomizerResult results = 1;
      • addResultsBuilder

        public MutateCustomerCustomizerResult.Builder addResultsBuilder​(int index)
         All results for the mutate.
         
        repeated .google.ads.googleads.v13.services.MutateCustomerCustomizerResult results = 1;
      • getResultsBuilderList

        public java.util.List<MutateCustomerCustomizerResult.Builder> getResultsBuilderList()
         All results for the mutate.
         
        repeated .google.ads.googleads.v13.services.MutateCustomerCustomizerResult results = 1;
      • 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 = 2;
        Specified by:
        hasPartialFailureError in interface MutateCustomerCustomizersResponseOrBuilder
        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 = 2;
        Specified by:
        getPartialFailureError in interface MutateCustomerCustomizersResponseOrBuilder
        Returns:
        The partialFailureError.
      • setPartialFailureError

        public MutateCustomerCustomizersResponse.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 = 2;
      • setPartialFailureError

        public MutateCustomerCustomizersResponse.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 = 2;
      • mergePartialFailureError

        public MutateCustomerCustomizersResponse.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 = 2;
      • clearPartialFailureError

        public MutateCustomerCustomizersResponse.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 = 2;
      • 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 = 2;
      • 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 = 2;
        Specified by:
        getPartialFailureErrorOrBuilder in interface MutateCustomerCustomizersResponseOrBuilder