Class ErrorCode.Builder

  • All Implemented Interfaces:
    ErrorCodeOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    Enclosing class:
    ErrorCode

    public static final class ErrorCode.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    implements ErrorCodeOrBuilder
     The error reason represented by type and enum.
     
    Protobuf type google.ads.googleads.v10.errors.ErrorCode
    • 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<ErrorCode.Builder>
      • clear

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

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

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

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

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

        public ErrorCode.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                          java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
      • clearField

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

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

        public ErrorCode.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  int index,
                                                  java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
      • addRepeatedField

        public ErrorCode.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
      • mergeFrom

        public ErrorCode.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<ErrorCode.Builder>
      • isInitialized

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

        public ErrorCode.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<ErrorCode.Builder>
        Throws:
        java.io.IOException
      • hasRequestError

        public boolean hasRequestError()
         An error caused by the request
         
        .google.ads.googleads.v10.errors.RequestErrorEnum.RequestError request_error = 1;
        Specified by:
        hasRequestError in interface ErrorCodeOrBuilder
        Returns:
        Whether the requestError field is set.
      • getRequestErrorValue

        public int getRequestErrorValue()
         An error caused by the request
         
        .google.ads.googleads.v10.errors.RequestErrorEnum.RequestError request_error = 1;
        Specified by:
        getRequestErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for requestError.
      • setRequestErrorValue

        public ErrorCode.Builder setRequestErrorValue​(int value)
         An error caused by the request
         
        .google.ads.googleads.v10.errors.RequestErrorEnum.RequestError request_error = 1;
        Parameters:
        value - The enum numeric value on the wire for requestError to set.
        Returns:
        This builder for chaining.
      • setRequestError

        public ErrorCode.Builder setRequestError​(RequestErrorEnum.RequestError value)
         An error caused by the request
         
        .google.ads.googleads.v10.errors.RequestErrorEnum.RequestError request_error = 1;
        Parameters:
        value - The requestError to set.
        Returns:
        This builder for chaining.
      • clearRequestError

        public ErrorCode.Builder clearRequestError()
         An error caused by the request
         
        .google.ads.googleads.v10.errors.RequestErrorEnum.RequestError request_error = 1;
        Returns:
        This builder for chaining.
      • hasBiddingStrategyError

        public boolean hasBiddingStrategyError()
         An error with a Bidding Strategy mutate.
         
        .google.ads.googleads.v10.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
        Specified by:
        hasBiddingStrategyError in interface ErrorCodeOrBuilder
        Returns:
        Whether the biddingStrategyError field is set.
      • getBiddingStrategyErrorValue

        public int getBiddingStrategyErrorValue()
         An error with a Bidding Strategy mutate.
         
        .google.ads.googleads.v10.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
        Specified by:
        getBiddingStrategyErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for biddingStrategyError.
      • setBiddingStrategyErrorValue

        public ErrorCode.Builder setBiddingStrategyErrorValue​(int value)
         An error with a Bidding Strategy mutate.
         
        .google.ads.googleads.v10.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
        Parameters:
        value - The enum numeric value on the wire for biddingStrategyError to set.
        Returns:
        This builder for chaining.
      • setBiddingStrategyError

        public ErrorCode.Builder setBiddingStrategyError​(BiddingStrategyErrorEnum.BiddingStrategyError value)
         An error with a Bidding Strategy mutate.
         
        .google.ads.googleads.v10.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
        Parameters:
        value - The biddingStrategyError to set.
        Returns:
        This builder for chaining.
      • clearBiddingStrategyError

        public ErrorCode.Builder clearBiddingStrategyError()
         An error with a Bidding Strategy mutate.
         
        .google.ads.googleads.v10.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
        Returns:
        This builder for chaining.
      • hasUrlFieldError

        public boolean hasUrlFieldError()
         An error with a URL field mutate.
         
        .google.ads.googleads.v10.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
        Specified by:
        hasUrlFieldError in interface ErrorCodeOrBuilder
        Returns:
        Whether the urlFieldError field is set.
      • getUrlFieldErrorValue

        public int getUrlFieldErrorValue()
         An error with a URL field mutate.
         
        .google.ads.googleads.v10.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
        Specified by:
        getUrlFieldErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for urlFieldError.
      • setUrlFieldErrorValue

        public ErrorCode.Builder setUrlFieldErrorValue​(int value)
         An error with a URL field mutate.
         
        .google.ads.googleads.v10.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
        Parameters:
        value - The enum numeric value on the wire for urlFieldError to set.
        Returns:
        This builder for chaining.
      • setUrlFieldError

        public ErrorCode.Builder setUrlFieldError​(UrlFieldErrorEnum.UrlFieldError value)
         An error with a URL field mutate.
         
        .google.ads.googleads.v10.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
        Parameters:
        value - The urlFieldError to set.
        Returns:
        This builder for chaining.
      • clearUrlFieldError

        public ErrorCode.Builder clearUrlFieldError()
         An error with a URL field mutate.
         
        .google.ads.googleads.v10.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
        Returns:
        This builder for chaining.
      • hasListOperationError

        public boolean hasListOperationError()
         An error with a list operation.
         
        .google.ads.googleads.v10.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
        Specified by:
        hasListOperationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the listOperationError field is set.
      • getListOperationErrorValue

        public int getListOperationErrorValue()
         An error with a list operation.
         
        .google.ads.googleads.v10.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
        Specified by:
        getListOperationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for listOperationError.
      • setListOperationErrorValue

        public ErrorCode.Builder setListOperationErrorValue​(int value)
         An error with a list operation.
         
        .google.ads.googleads.v10.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
        Parameters:
        value - The enum numeric value on the wire for listOperationError to set.
        Returns:
        This builder for chaining.
      • setListOperationError

        public ErrorCode.Builder setListOperationError​(ListOperationErrorEnum.ListOperationError value)
         An error with a list operation.
         
        .google.ads.googleads.v10.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
        Parameters:
        value - The listOperationError to set.
        Returns:
        This builder for chaining.
      • clearListOperationError

        public ErrorCode.Builder clearListOperationError()
         An error with a list operation.
         
        .google.ads.googleads.v10.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
        Returns:
        This builder for chaining.
      • hasQueryError

        public boolean hasQueryError()
         An error with an AWQL query
         
        .google.ads.googleads.v10.errors.QueryErrorEnum.QueryError query_error = 5;
        Specified by:
        hasQueryError in interface ErrorCodeOrBuilder
        Returns:
        Whether the queryError field is set.
      • getQueryErrorValue

        public int getQueryErrorValue()
         An error with an AWQL query
         
        .google.ads.googleads.v10.errors.QueryErrorEnum.QueryError query_error = 5;
        Specified by:
        getQueryErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for queryError.
      • setQueryErrorValue

        public ErrorCode.Builder setQueryErrorValue​(int value)
         An error with an AWQL query
         
        .google.ads.googleads.v10.errors.QueryErrorEnum.QueryError query_error = 5;
        Parameters:
        value - The enum numeric value on the wire for queryError to set.
        Returns:
        This builder for chaining.
      • setQueryError

        public ErrorCode.Builder setQueryError​(QueryErrorEnum.QueryError value)
         An error with an AWQL query
         
        .google.ads.googleads.v10.errors.QueryErrorEnum.QueryError query_error = 5;
        Parameters:
        value - The queryError to set.
        Returns:
        This builder for chaining.
      • clearQueryError

        public ErrorCode.Builder clearQueryError()
         An error with an AWQL query
         
        .google.ads.googleads.v10.errors.QueryErrorEnum.QueryError query_error = 5;
        Returns:
        This builder for chaining.
      • hasMutateError

        public boolean hasMutateError()
         An error with a mutate
         
        .google.ads.googleads.v10.errors.MutateErrorEnum.MutateError mutate_error = 7;
        Specified by:
        hasMutateError in interface ErrorCodeOrBuilder
        Returns:
        Whether the mutateError field is set.
      • getMutateErrorValue

        public int getMutateErrorValue()
         An error with a mutate
         
        .google.ads.googleads.v10.errors.MutateErrorEnum.MutateError mutate_error = 7;
        Specified by:
        getMutateErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for mutateError.
      • setMutateErrorValue

        public ErrorCode.Builder setMutateErrorValue​(int value)
         An error with a mutate
         
        .google.ads.googleads.v10.errors.MutateErrorEnum.MutateError mutate_error = 7;
        Parameters:
        value - The enum numeric value on the wire for mutateError to set.
        Returns:
        This builder for chaining.
      • setMutateError

        public ErrorCode.Builder setMutateError​(MutateErrorEnum.MutateError value)
         An error with a mutate
         
        .google.ads.googleads.v10.errors.MutateErrorEnum.MutateError mutate_error = 7;
        Parameters:
        value - The mutateError to set.
        Returns:
        This builder for chaining.
      • clearMutateError

        public ErrorCode.Builder clearMutateError()
         An error with a mutate
         
        .google.ads.googleads.v10.errors.MutateErrorEnum.MutateError mutate_error = 7;
        Returns:
        This builder for chaining.
      • hasFieldMaskError

        public boolean hasFieldMaskError()
         An error with a field mask
         
        .google.ads.googleads.v10.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
        Specified by:
        hasFieldMaskError in interface ErrorCodeOrBuilder
        Returns:
        Whether the fieldMaskError field is set.
      • getFieldMaskErrorValue

        public int getFieldMaskErrorValue()
         An error with a field mask
         
        .google.ads.googleads.v10.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
        Specified by:
        getFieldMaskErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for fieldMaskError.
      • setFieldMaskErrorValue

        public ErrorCode.Builder setFieldMaskErrorValue​(int value)
         An error with a field mask
         
        .google.ads.googleads.v10.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
        Parameters:
        value - The enum numeric value on the wire for fieldMaskError to set.
        Returns:
        This builder for chaining.
      • setFieldMaskError

        public ErrorCode.Builder setFieldMaskError​(FieldMaskErrorEnum.FieldMaskError value)
         An error with a field mask
         
        .google.ads.googleads.v10.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
        Parameters:
        value - The fieldMaskError to set.
        Returns:
        This builder for chaining.
      • clearFieldMaskError

        public ErrorCode.Builder clearFieldMaskError()
         An error with a field mask
         
        .google.ads.googleads.v10.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
        Returns:
        This builder for chaining.
      • hasAuthorizationError

        public boolean hasAuthorizationError()
         An error encountered when trying to authorize a user.
         
        .google.ads.googleads.v10.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
        Specified by:
        hasAuthorizationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the authorizationError field is set.
      • getAuthorizationErrorValue

        public int getAuthorizationErrorValue()
         An error encountered when trying to authorize a user.
         
        .google.ads.googleads.v10.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
        Specified by:
        getAuthorizationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for authorizationError.
      • setAuthorizationErrorValue

        public ErrorCode.Builder setAuthorizationErrorValue​(int value)
         An error encountered when trying to authorize a user.
         
        .google.ads.googleads.v10.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
        Parameters:
        value - The enum numeric value on the wire for authorizationError to set.
        Returns:
        This builder for chaining.
      • setAuthorizationError

        public ErrorCode.Builder setAuthorizationError​(AuthorizationErrorEnum.AuthorizationError value)
         An error encountered when trying to authorize a user.
         
        .google.ads.googleads.v10.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
        Parameters:
        value - The authorizationError to set.
        Returns:
        This builder for chaining.
      • clearAuthorizationError

        public ErrorCode.Builder clearAuthorizationError()
         An error encountered when trying to authorize a user.
         
        .google.ads.googleads.v10.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
        Returns:
        This builder for chaining.
      • hasInternalError

        public boolean hasInternalError()
         An unexpected server-side error.
         
        .google.ads.googleads.v10.errors.InternalErrorEnum.InternalError internal_error = 10;
        Specified by:
        hasInternalError in interface ErrorCodeOrBuilder
        Returns:
        Whether the internalError field is set.
      • getInternalErrorValue

        public int getInternalErrorValue()
         An unexpected server-side error.
         
        .google.ads.googleads.v10.errors.InternalErrorEnum.InternalError internal_error = 10;
        Specified by:
        getInternalErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for internalError.
      • setInternalErrorValue

        public ErrorCode.Builder setInternalErrorValue​(int value)
         An unexpected server-side error.
         
        .google.ads.googleads.v10.errors.InternalErrorEnum.InternalError internal_error = 10;
        Parameters:
        value - The enum numeric value on the wire for internalError to set.
        Returns:
        This builder for chaining.
      • setInternalError

        public ErrorCode.Builder setInternalError​(InternalErrorEnum.InternalError value)
         An unexpected server-side error.
         
        .google.ads.googleads.v10.errors.InternalErrorEnum.InternalError internal_error = 10;
        Parameters:
        value - The internalError to set.
        Returns:
        This builder for chaining.
      • clearInternalError

        public ErrorCode.Builder clearInternalError()
         An unexpected server-side error.
         
        .google.ads.googleads.v10.errors.InternalErrorEnum.InternalError internal_error = 10;
        Returns:
        This builder for chaining.
      • hasQuotaError

        public boolean hasQuotaError()
         An error with the amonut of quota remaining.
         
        .google.ads.googleads.v10.errors.QuotaErrorEnum.QuotaError quota_error = 11;
        Specified by:
        hasQuotaError in interface ErrorCodeOrBuilder
        Returns:
        Whether the quotaError field is set.
      • getQuotaErrorValue

        public int getQuotaErrorValue()
         An error with the amonut of quota remaining.
         
        .google.ads.googleads.v10.errors.QuotaErrorEnum.QuotaError quota_error = 11;
        Specified by:
        getQuotaErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for quotaError.
      • setQuotaErrorValue

        public ErrorCode.Builder setQuotaErrorValue​(int value)
         An error with the amonut of quota remaining.
         
        .google.ads.googleads.v10.errors.QuotaErrorEnum.QuotaError quota_error = 11;
        Parameters:
        value - The enum numeric value on the wire for quotaError to set.
        Returns:
        This builder for chaining.
      • setQuotaError

        public ErrorCode.Builder setQuotaError​(QuotaErrorEnum.QuotaError value)
         An error with the amonut of quota remaining.
         
        .google.ads.googleads.v10.errors.QuotaErrorEnum.QuotaError quota_error = 11;
        Parameters:
        value - The quotaError to set.
        Returns:
        This builder for chaining.
      • clearQuotaError

        public ErrorCode.Builder clearQuotaError()
         An error with the amonut of quota remaining.
         
        .google.ads.googleads.v10.errors.QuotaErrorEnum.QuotaError quota_error = 11;
        Returns:
        This builder for chaining.
      • hasAdError

        public boolean hasAdError()
         An error with an Ad Group Ad mutate.
         
        .google.ads.googleads.v10.errors.AdErrorEnum.AdError ad_error = 12;
        Specified by:
        hasAdError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adError field is set.
      • getAdErrorValue

        public int getAdErrorValue()
         An error with an Ad Group Ad mutate.
         
        .google.ads.googleads.v10.errors.AdErrorEnum.AdError ad_error = 12;
        Specified by:
        getAdErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adError.
      • setAdErrorValue

        public ErrorCode.Builder setAdErrorValue​(int value)
         An error with an Ad Group Ad mutate.
         
        .google.ads.googleads.v10.errors.AdErrorEnum.AdError ad_error = 12;
        Parameters:
        value - The enum numeric value on the wire for adError to set.
        Returns:
        This builder for chaining.
      • getAdError

        public AdErrorEnum.AdError getAdError()
         An error with an Ad Group Ad mutate.
         
        .google.ads.googleads.v10.errors.AdErrorEnum.AdError ad_error = 12;
        Specified by:
        getAdError in interface ErrorCodeOrBuilder
        Returns:
        The adError.
      • setAdError

        public ErrorCode.Builder setAdError​(AdErrorEnum.AdError value)
         An error with an Ad Group Ad mutate.
         
        .google.ads.googleads.v10.errors.AdErrorEnum.AdError ad_error = 12;
        Parameters:
        value - The adError to set.
        Returns:
        This builder for chaining.
      • clearAdError

        public ErrorCode.Builder clearAdError()
         An error with an Ad Group Ad mutate.
         
        .google.ads.googleads.v10.errors.AdErrorEnum.AdError ad_error = 12;
        Returns:
        This builder for chaining.
      • hasAdGroupError

        public boolean hasAdGroupError()
         An error with an Ad Group mutate.
         
        .google.ads.googleads.v10.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
        Specified by:
        hasAdGroupError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adGroupError field is set.
      • getAdGroupErrorValue

        public int getAdGroupErrorValue()
         An error with an Ad Group mutate.
         
        .google.ads.googleads.v10.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
        Specified by:
        getAdGroupErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adGroupError.
      • setAdGroupErrorValue

        public ErrorCode.Builder setAdGroupErrorValue​(int value)
         An error with an Ad Group mutate.
         
        .google.ads.googleads.v10.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
        Parameters:
        value - The enum numeric value on the wire for adGroupError to set.
        Returns:
        This builder for chaining.
      • setAdGroupError

        public ErrorCode.Builder setAdGroupError​(AdGroupErrorEnum.AdGroupError value)
         An error with an Ad Group mutate.
         
        .google.ads.googleads.v10.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
        Parameters:
        value - The adGroupError to set.
        Returns:
        This builder for chaining.
      • clearAdGroupError

        public ErrorCode.Builder clearAdGroupError()
         An error with an Ad Group mutate.
         
        .google.ads.googleads.v10.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
        Returns:
        This builder for chaining.
      • hasCampaignBudgetError

        public boolean hasCampaignBudgetError()
         An error with a Campaign Budget mutate.
         
        .google.ads.googleads.v10.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
        Specified by:
        hasCampaignBudgetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignBudgetError field is set.
      • getCampaignBudgetErrorValue

        public int getCampaignBudgetErrorValue()
         An error with a Campaign Budget mutate.
         
        .google.ads.googleads.v10.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
        Specified by:
        getCampaignBudgetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignBudgetError.
      • setCampaignBudgetErrorValue

        public ErrorCode.Builder setCampaignBudgetErrorValue​(int value)
         An error with a Campaign Budget mutate.
         
        .google.ads.googleads.v10.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
        Parameters:
        value - The enum numeric value on the wire for campaignBudgetError to set.
        Returns:
        This builder for chaining.
      • setCampaignBudgetError

        public ErrorCode.Builder setCampaignBudgetError​(CampaignBudgetErrorEnum.CampaignBudgetError value)
         An error with a Campaign Budget mutate.
         
        .google.ads.googleads.v10.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
        Parameters:
        value - The campaignBudgetError to set.
        Returns:
        This builder for chaining.
      • clearCampaignBudgetError

        public ErrorCode.Builder clearCampaignBudgetError()
         An error with a Campaign Budget mutate.
         
        .google.ads.googleads.v10.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
        Returns:
        This builder for chaining.
      • hasCampaignError

        public boolean hasCampaignError()
         An error with a Campaign mutate.
         
        .google.ads.googleads.v10.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
        Specified by:
        hasCampaignError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignError field is set.
      • getCampaignErrorValue

        public int getCampaignErrorValue()
         An error with a Campaign mutate.
         
        .google.ads.googleads.v10.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
        Specified by:
        getCampaignErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignError.
      • setCampaignErrorValue

        public ErrorCode.Builder setCampaignErrorValue​(int value)
         An error with a Campaign mutate.
         
        .google.ads.googleads.v10.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
        Parameters:
        value - The enum numeric value on the wire for campaignError to set.
        Returns:
        This builder for chaining.
      • setCampaignError

        public ErrorCode.Builder setCampaignError​(CampaignErrorEnum.CampaignError value)
         An error with a Campaign mutate.
         
        .google.ads.googleads.v10.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
        Parameters:
        value - The campaignError to set.
        Returns:
        This builder for chaining.
      • clearCampaignError

        public ErrorCode.Builder clearCampaignError()
         An error with a Campaign mutate.
         
        .google.ads.googleads.v10.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
        Returns:
        This builder for chaining.
      • hasAuthenticationError

        public boolean hasAuthenticationError()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
        Specified by:
        hasAuthenticationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the authenticationError field is set.
      • getAuthenticationErrorValue

        public int getAuthenticationErrorValue()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
        Specified by:
        getAuthenticationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for authenticationError.
      • setAuthenticationErrorValue

        public ErrorCode.Builder setAuthenticationErrorValue​(int value)
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
        Parameters:
        value - The enum numeric value on the wire for authenticationError to set.
        Returns:
        This builder for chaining.
      • setAuthenticationError

        public ErrorCode.Builder setAuthenticationError​(AuthenticationErrorEnum.AuthenticationError value)
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
        Parameters:
        value - The authenticationError to set.
        Returns:
        This builder for chaining.
      • clearAuthenticationError

        public ErrorCode.Builder clearAuthenticationError()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
        Returns:
        This builder for chaining.
      • hasAdGroupCriterionCustomizerError

        public boolean hasAdGroupCriterionCustomizerError()
         The reasons for the ad group criterion customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
        Specified by:
        hasAdGroupCriterionCustomizerError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adGroupCriterionCustomizerError field is set.
      • getAdGroupCriterionCustomizerErrorValue

        public int getAdGroupCriterionCustomizerErrorValue()
         The reasons for the ad group criterion customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
        Specified by:
        getAdGroupCriterionCustomizerErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adGroupCriterionCustomizerError.
      • setAdGroupCriterionCustomizerErrorValue

        public ErrorCode.Builder setAdGroupCriterionCustomizerErrorValue​(int value)
         The reasons for the ad group criterion customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
        Parameters:
        value - The enum numeric value on the wire for adGroupCriterionCustomizerError to set.
        Returns:
        This builder for chaining.
      • setAdGroupCriterionCustomizerError

        public ErrorCode.Builder setAdGroupCriterionCustomizerError​(AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError value)
         The reasons for the ad group criterion customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
        Parameters:
        value - The adGroupCriterionCustomizerError to set.
        Returns:
        This builder for chaining.
      • clearAdGroupCriterionCustomizerError

        public ErrorCode.Builder clearAdGroupCriterionCustomizerError()
         The reasons for the ad group criterion customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
        Returns:
        This builder for chaining.
      • hasAdGroupCriterionError

        public boolean hasAdGroupCriterionError()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
        Specified by:
        hasAdGroupCriterionError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adGroupCriterionError field is set.
      • getAdGroupCriterionErrorValue

        public int getAdGroupCriterionErrorValue()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
        Specified by:
        getAdGroupCriterionErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adGroupCriterionError.
      • setAdGroupCriterionErrorValue

        public ErrorCode.Builder setAdGroupCriterionErrorValue​(int value)
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
        Parameters:
        value - The enum numeric value on the wire for adGroupCriterionError to set.
        Returns:
        This builder for chaining.
      • setAdGroupCriterionError

        public ErrorCode.Builder setAdGroupCriterionError​(AdGroupCriterionErrorEnum.AdGroupCriterionError value)
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
        Parameters:
        value - The adGroupCriterionError to set.
        Returns:
        This builder for chaining.
      • clearAdGroupCriterionError

        public ErrorCode.Builder clearAdGroupCriterionError()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
        Returns:
        This builder for chaining.
      • hasAdGroupCustomizerError

        public boolean hasAdGroupCustomizerError()
         The reasons for the ad group customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
        Specified by:
        hasAdGroupCustomizerError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adGroupCustomizerError field is set.
      • getAdGroupCustomizerErrorValue

        public int getAdGroupCustomizerErrorValue()
         The reasons for the ad group customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
        Specified by:
        getAdGroupCustomizerErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adGroupCustomizerError.
      • setAdGroupCustomizerErrorValue

        public ErrorCode.Builder setAdGroupCustomizerErrorValue​(int value)
         The reasons for the ad group customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
        Parameters:
        value - The enum numeric value on the wire for adGroupCustomizerError to set.
        Returns:
        This builder for chaining.
      • setAdGroupCustomizerError

        public ErrorCode.Builder setAdGroupCustomizerError​(AdGroupCustomizerErrorEnum.AdGroupCustomizerError value)
         The reasons for the ad group customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
        Parameters:
        value - The adGroupCustomizerError to set.
        Returns:
        This builder for chaining.
      • clearAdGroupCustomizerError

        public ErrorCode.Builder clearAdGroupCustomizerError()
         The reasons for the ad group customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
        Returns:
        This builder for chaining.
      • hasAdCustomizerError

        public boolean hasAdCustomizerError()
         The reasons for the ad customizer error
         
        .google.ads.googleads.v10.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
        Specified by:
        hasAdCustomizerError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adCustomizerError field is set.
      • getAdCustomizerErrorValue

        public int getAdCustomizerErrorValue()
         The reasons for the ad customizer error
         
        .google.ads.googleads.v10.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
        Specified by:
        getAdCustomizerErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adCustomizerError.
      • setAdCustomizerErrorValue

        public ErrorCode.Builder setAdCustomizerErrorValue​(int value)
         The reasons for the ad customizer error
         
        .google.ads.googleads.v10.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
        Parameters:
        value - The enum numeric value on the wire for adCustomizerError to set.
        Returns:
        This builder for chaining.
      • setAdCustomizerError

        public ErrorCode.Builder setAdCustomizerError​(AdCustomizerErrorEnum.AdCustomizerError value)
         The reasons for the ad customizer error
         
        .google.ads.googleads.v10.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
        Parameters:
        value - The adCustomizerError to set.
        Returns:
        This builder for chaining.
      • clearAdCustomizerError

        public ErrorCode.Builder clearAdCustomizerError()
         The reasons for the ad customizer error
         
        .google.ads.googleads.v10.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
        Returns:
        This builder for chaining.
      • hasAdGroupAdError

        public boolean hasAdGroupAdError()
         The reasons for the ad group ad error
         
        .google.ads.googleads.v10.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
        Specified by:
        hasAdGroupAdError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adGroupAdError field is set.
      • getAdGroupAdErrorValue

        public int getAdGroupAdErrorValue()
         The reasons for the ad group ad error
         
        .google.ads.googleads.v10.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
        Specified by:
        getAdGroupAdErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adGroupAdError.
      • setAdGroupAdErrorValue

        public ErrorCode.Builder setAdGroupAdErrorValue​(int value)
         The reasons for the ad group ad error
         
        .google.ads.googleads.v10.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
        Parameters:
        value - The enum numeric value on the wire for adGroupAdError to set.
        Returns:
        This builder for chaining.
      • setAdGroupAdError

        public ErrorCode.Builder setAdGroupAdError​(AdGroupAdErrorEnum.AdGroupAdError value)
         The reasons for the ad group ad error
         
        .google.ads.googleads.v10.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
        Parameters:
        value - The adGroupAdError to set.
        Returns:
        This builder for chaining.
      • clearAdGroupAdError

        public ErrorCode.Builder clearAdGroupAdError()
         The reasons for the ad group ad error
         
        .google.ads.googleads.v10.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
        Returns:
        This builder for chaining.
      • hasAdSharingError

        public boolean hasAdSharingError()
         The reasons for the ad sharing error
         
        .google.ads.googleads.v10.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
        Specified by:
        hasAdSharingError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adSharingError field is set.
      • getAdSharingErrorValue

        public int getAdSharingErrorValue()
         The reasons for the ad sharing error
         
        .google.ads.googleads.v10.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
        Specified by:
        getAdSharingErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adSharingError.
      • setAdSharingErrorValue

        public ErrorCode.Builder setAdSharingErrorValue​(int value)
         The reasons for the ad sharing error
         
        .google.ads.googleads.v10.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
        Parameters:
        value - The enum numeric value on the wire for adSharingError to set.
        Returns:
        This builder for chaining.
      • setAdSharingError

        public ErrorCode.Builder setAdSharingError​(AdSharingErrorEnum.AdSharingError value)
         The reasons for the ad sharing error
         
        .google.ads.googleads.v10.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
        Parameters:
        value - The adSharingError to set.
        Returns:
        This builder for chaining.
      • clearAdSharingError

        public ErrorCode.Builder clearAdSharingError()
         The reasons for the ad sharing error
         
        .google.ads.googleads.v10.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
        Returns:
        This builder for chaining.
      • hasAdxError

        public boolean hasAdxError()
         The reasons for the adx error
         
        .google.ads.googleads.v10.errors.AdxErrorEnum.AdxError adx_error = 25;
        Specified by:
        hasAdxError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adxError field is set.
      • getAdxErrorValue

        public int getAdxErrorValue()
         The reasons for the adx error
         
        .google.ads.googleads.v10.errors.AdxErrorEnum.AdxError adx_error = 25;
        Specified by:
        getAdxErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adxError.
      • setAdxErrorValue

        public ErrorCode.Builder setAdxErrorValue​(int value)
         The reasons for the adx error
         
        .google.ads.googleads.v10.errors.AdxErrorEnum.AdxError adx_error = 25;
        Parameters:
        value - The enum numeric value on the wire for adxError to set.
        Returns:
        This builder for chaining.
      • setAdxError

        public ErrorCode.Builder setAdxError​(AdxErrorEnum.AdxError value)
         The reasons for the adx error
         
        .google.ads.googleads.v10.errors.AdxErrorEnum.AdxError adx_error = 25;
        Parameters:
        value - The adxError to set.
        Returns:
        This builder for chaining.
      • clearAdxError

        public ErrorCode.Builder clearAdxError()
         The reasons for the adx error
         
        .google.ads.googleads.v10.errors.AdxErrorEnum.AdxError adx_error = 25;
        Returns:
        This builder for chaining.
      • hasAssetError

        public boolean hasAssetError()
         The reasons for the asset error
         
        .google.ads.googleads.v10.errors.AssetErrorEnum.AssetError asset_error = 107;
        Specified by:
        hasAssetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetError field is set.
      • getAssetErrorValue

        public int getAssetErrorValue()
         The reasons for the asset error
         
        .google.ads.googleads.v10.errors.AssetErrorEnum.AssetError asset_error = 107;
        Specified by:
        getAssetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetError.
      • setAssetErrorValue

        public ErrorCode.Builder setAssetErrorValue​(int value)
         The reasons for the asset error
         
        .google.ads.googleads.v10.errors.AssetErrorEnum.AssetError asset_error = 107;
        Parameters:
        value - The enum numeric value on the wire for assetError to set.
        Returns:
        This builder for chaining.
      • setAssetError

        public ErrorCode.Builder setAssetError​(AssetErrorEnum.AssetError value)
         The reasons for the asset error
         
        .google.ads.googleads.v10.errors.AssetErrorEnum.AssetError asset_error = 107;
        Parameters:
        value - The assetError to set.
        Returns:
        This builder for chaining.
      • clearAssetError

        public ErrorCode.Builder clearAssetError()
         The reasons for the asset error
         
        .google.ads.googleads.v10.errors.AssetErrorEnum.AssetError asset_error = 107;
        Returns:
        This builder for chaining.
      • hasAssetGroupAssetError

        public boolean hasAssetGroupAssetError()
         The reasons for the asset group asset error
         
        .google.ads.googleads.v10.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
        Specified by:
        hasAssetGroupAssetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetGroupAssetError field is set.
      • getAssetGroupAssetErrorValue

        public int getAssetGroupAssetErrorValue()
         The reasons for the asset group asset error
         
        .google.ads.googleads.v10.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
        Specified by:
        getAssetGroupAssetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetGroupAssetError.
      • setAssetGroupAssetErrorValue

        public ErrorCode.Builder setAssetGroupAssetErrorValue​(int value)
         The reasons for the asset group asset error
         
        .google.ads.googleads.v10.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
        Parameters:
        value - The enum numeric value on the wire for assetGroupAssetError to set.
        Returns:
        This builder for chaining.
      • setAssetGroupAssetError

        public ErrorCode.Builder setAssetGroupAssetError​(AssetGroupAssetErrorEnum.AssetGroupAssetError value)
         The reasons for the asset group asset error
         
        .google.ads.googleads.v10.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
        Parameters:
        value - The assetGroupAssetError to set.
        Returns:
        This builder for chaining.
      • clearAssetGroupAssetError

        public ErrorCode.Builder clearAssetGroupAssetError()
         The reasons for the asset group asset error
         
        .google.ads.googleads.v10.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
        Returns:
        This builder for chaining.
      • hasAssetGroupListingGroupFilterError

        public boolean hasAssetGroupListingGroupFilterError()
         The reasons for the asset group listing group filter error
         
        .google.ads.googleads.v10.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
        Specified by:
        hasAssetGroupListingGroupFilterError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetGroupListingGroupFilterError field is set.
      • getAssetGroupListingGroupFilterErrorValue

        public int getAssetGroupListingGroupFilterErrorValue()
         The reasons for the asset group listing group filter error
         
        .google.ads.googleads.v10.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
        Specified by:
        getAssetGroupListingGroupFilterErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetGroupListingGroupFilterError.
      • setAssetGroupListingGroupFilterErrorValue

        public ErrorCode.Builder setAssetGroupListingGroupFilterErrorValue​(int value)
         The reasons for the asset group listing group filter error
         
        .google.ads.googleads.v10.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
        Parameters:
        value - The enum numeric value on the wire for assetGroupListingGroupFilterError to set.
        Returns:
        This builder for chaining.
      • setAssetGroupListingGroupFilterError

        public ErrorCode.Builder setAssetGroupListingGroupFilterError​(AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError value)
         The reasons for the asset group listing group filter error
         
        .google.ads.googleads.v10.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
        Parameters:
        value - The assetGroupListingGroupFilterError to set.
        Returns:
        This builder for chaining.
      • clearAssetGroupListingGroupFilterError

        public ErrorCode.Builder clearAssetGroupListingGroupFilterError()
         The reasons for the asset group listing group filter error
         
        .google.ads.googleads.v10.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
        Returns:
        This builder for chaining.
      • hasAssetGroupError

        public boolean hasAssetGroupError()
         The reasons for the asset group error
         
        .google.ads.googleads.v10.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
        Specified by:
        hasAssetGroupError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetGroupError field is set.
      • getAssetGroupErrorValue

        public int getAssetGroupErrorValue()
         The reasons for the asset group error
         
        .google.ads.googleads.v10.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
        Specified by:
        getAssetGroupErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetGroupError.
      • setAssetGroupErrorValue

        public ErrorCode.Builder setAssetGroupErrorValue​(int value)
         The reasons for the asset group error
         
        .google.ads.googleads.v10.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
        Parameters:
        value - The enum numeric value on the wire for assetGroupError to set.
        Returns:
        This builder for chaining.
      • setAssetGroupError

        public ErrorCode.Builder setAssetGroupError​(AssetGroupErrorEnum.AssetGroupError value)
         The reasons for the asset group error
         
        .google.ads.googleads.v10.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
        Parameters:
        value - The assetGroupError to set.
        Returns:
        This builder for chaining.
      • clearAssetGroupError

        public ErrorCode.Builder clearAssetGroupError()
         The reasons for the asset group error
         
        .google.ads.googleads.v10.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
        Returns:
        This builder for chaining.
      • hasAssetSetAssetError

        public boolean hasAssetSetAssetError()
         The reasons for the asset set asset error
         
        .google.ads.googleads.v10.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
        Specified by:
        hasAssetSetAssetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetSetAssetError field is set.
      • getAssetSetAssetErrorValue

        public int getAssetSetAssetErrorValue()
         The reasons for the asset set asset error
         
        .google.ads.googleads.v10.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
        Specified by:
        getAssetSetAssetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetSetAssetError.
      • setAssetSetAssetErrorValue

        public ErrorCode.Builder setAssetSetAssetErrorValue​(int value)
         The reasons for the asset set asset error
         
        .google.ads.googleads.v10.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
        Parameters:
        value - The enum numeric value on the wire for assetSetAssetError to set.
        Returns:
        This builder for chaining.
      • setAssetSetAssetError

        public ErrorCode.Builder setAssetSetAssetError​(AssetSetAssetErrorEnum.AssetSetAssetError value)
         The reasons for the asset set asset error
         
        .google.ads.googleads.v10.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
        Parameters:
        value - The assetSetAssetError to set.
        Returns:
        This builder for chaining.
      • clearAssetSetAssetError

        public ErrorCode.Builder clearAssetSetAssetError()
         The reasons for the asset set asset error
         
        .google.ads.googleads.v10.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
        Returns:
        This builder for chaining.
      • hasAssetSetLinkError

        public boolean hasAssetSetLinkError()
         The reasons for the asset set link error
         
        .google.ads.googleads.v10.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
        Specified by:
        hasAssetSetLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetSetLinkError field is set.
      • getAssetSetLinkErrorValue

        public int getAssetSetLinkErrorValue()
         The reasons for the asset set link error
         
        .google.ads.googleads.v10.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
        Specified by:
        getAssetSetLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetSetLinkError.
      • setAssetSetLinkErrorValue

        public ErrorCode.Builder setAssetSetLinkErrorValue​(int value)
         The reasons for the asset set link error
         
        .google.ads.googleads.v10.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
        Parameters:
        value - The enum numeric value on the wire for assetSetLinkError to set.
        Returns:
        This builder for chaining.
      • setAssetSetLinkError

        public ErrorCode.Builder setAssetSetLinkError​(AssetSetLinkErrorEnum.AssetSetLinkError value)
         The reasons for the asset set link error
         
        .google.ads.googleads.v10.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
        Parameters:
        value - The assetSetLinkError to set.
        Returns:
        This builder for chaining.
      • clearAssetSetLinkError

        public ErrorCode.Builder clearAssetSetLinkError()
         The reasons for the asset set link error
         
        .google.ads.googleads.v10.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
        Returns:
        This builder for chaining.
      • hasAssetSetError

        public boolean hasAssetSetError()
         The reasons for the asset set error
         
        .google.ads.googleads.v10.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
        Specified by:
        hasAssetSetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetSetError field is set.
      • getAssetSetErrorValue

        public int getAssetSetErrorValue()
         The reasons for the asset set error
         
        .google.ads.googleads.v10.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
        Specified by:
        getAssetSetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetSetError.
      • setAssetSetErrorValue

        public ErrorCode.Builder setAssetSetErrorValue​(int value)
         The reasons for the asset set error
         
        .google.ads.googleads.v10.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
        Parameters:
        value - The enum numeric value on the wire for assetSetError to set.
        Returns:
        This builder for chaining.
      • setAssetSetError

        public ErrorCode.Builder setAssetSetError​(AssetSetErrorEnum.AssetSetError value)
         The reasons for the asset set error
         
        .google.ads.googleads.v10.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
        Parameters:
        value - The assetSetError to set.
        Returns:
        This builder for chaining.
      • clearAssetSetError

        public ErrorCode.Builder clearAssetSetError()
         The reasons for the asset set error
         
        .google.ads.googleads.v10.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
        Returns:
        This builder for chaining.
      • hasBiddingError

        public boolean hasBiddingError()
         The reasons for the bidding errors
         
        .google.ads.googleads.v10.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
        Specified by:
        hasBiddingError in interface ErrorCodeOrBuilder
        Returns:
        Whether the biddingError field is set.
      • getBiddingErrorValue

        public int getBiddingErrorValue()
         The reasons for the bidding errors
         
        .google.ads.googleads.v10.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
        Specified by:
        getBiddingErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for biddingError.
      • setBiddingErrorValue

        public ErrorCode.Builder setBiddingErrorValue​(int value)
         The reasons for the bidding errors
         
        .google.ads.googleads.v10.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
        Parameters:
        value - The enum numeric value on the wire for biddingError to set.
        Returns:
        This builder for chaining.
      • setBiddingError

        public ErrorCode.Builder setBiddingError​(BiddingErrorEnum.BiddingError value)
         The reasons for the bidding errors
         
        .google.ads.googleads.v10.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
        Parameters:
        value - The biddingError to set.
        Returns:
        This builder for chaining.
      • clearBiddingError

        public ErrorCode.Builder clearBiddingError()
         The reasons for the bidding errors
         
        .google.ads.googleads.v10.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
        Returns:
        This builder for chaining.
      • hasCampaignCriterionError

        public boolean hasCampaignCriterionError()
         The reasons for the campaign criterion error
         
        .google.ads.googleads.v10.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
        Specified by:
        hasCampaignCriterionError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignCriterionError field is set.
      • getCampaignCriterionErrorValue

        public int getCampaignCriterionErrorValue()
         The reasons for the campaign criterion error
         
        .google.ads.googleads.v10.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
        Specified by:
        getCampaignCriterionErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignCriterionError.
      • setCampaignCriterionErrorValue

        public ErrorCode.Builder setCampaignCriterionErrorValue​(int value)
         The reasons for the campaign criterion error
         
        .google.ads.googleads.v10.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
        Parameters:
        value - The enum numeric value on the wire for campaignCriterionError to set.
        Returns:
        This builder for chaining.
      • setCampaignCriterionError

        public ErrorCode.Builder setCampaignCriterionError​(CampaignCriterionErrorEnum.CampaignCriterionError value)
         The reasons for the campaign criterion error
         
        .google.ads.googleads.v10.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
        Parameters:
        value - The campaignCriterionError to set.
        Returns:
        This builder for chaining.
      • clearCampaignCriterionError

        public ErrorCode.Builder clearCampaignCriterionError()
         The reasons for the campaign criterion error
         
        .google.ads.googleads.v10.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
        Returns:
        This builder for chaining.
      • hasCampaignCustomizerError

        public boolean hasCampaignCustomizerError()
         The reasons for the campaign customizer error.
         
        .google.ads.googleads.v10.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
        Specified by:
        hasCampaignCustomizerError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignCustomizerError field is set.
      • getCampaignCustomizerErrorValue

        public int getCampaignCustomizerErrorValue()
         The reasons for the campaign customizer error.
         
        .google.ads.googleads.v10.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
        Specified by:
        getCampaignCustomizerErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignCustomizerError.
      • setCampaignCustomizerErrorValue

        public ErrorCode.Builder setCampaignCustomizerErrorValue​(int value)
         The reasons for the campaign customizer error.
         
        .google.ads.googleads.v10.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
        Parameters:
        value - The enum numeric value on the wire for campaignCustomizerError to set.
        Returns:
        This builder for chaining.
      • setCampaignCustomizerError

        public ErrorCode.Builder setCampaignCustomizerError​(CampaignCustomizerErrorEnum.CampaignCustomizerError value)
         The reasons for the campaign customizer error.
         
        .google.ads.googleads.v10.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
        Parameters:
        value - The campaignCustomizerError to set.
        Returns:
        This builder for chaining.
      • clearCampaignCustomizerError

        public ErrorCode.Builder clearCampaignCustomizerError()
         The reasons for the campaign customizer error.
         
        .google.ads.googleads.v10.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
        Returns:
        This builder for chaining.
      • hasCollectionSizeError

        public boolean hasCollectionSizeError()
         The reasons for the collection size error
         
        .google.ads.googleads.v10.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
        Specified by:
        hasCollectionSizeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the collectionSizeError field is set.
      • getCollectionSizeErrorValue

        public int getCollectionSizeErrorValue()
         The reasons for the collection size error
         
        .google.ads.googleads.v10.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
        Specified by:
        getCollectionSizeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for collectionSizeError.
      • setCollectionSizeErrorValue

        public ErrorCode.Builder setCollectionSizeErrorValue​(int value)
         The reasons for the collection size error
         
        .google.ads.googleads.v10.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
        Parameters:
        value - The enum numeric value on the wire for collectionSizeError to set.
        Returns:
        This builder for chaining.
      • setCollectionSizeError

        public ErrorCode.Builder setCollectionSizeError​(CollectionSizeErrorEnum.CollectionSizeError value)
         The reasons for the collection size error
         
        .google.ads.googleads.v10.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
        Parameters:
        value - The collectionSizeError to set.
        Returns:
        This builder for chaining.
      • clearCollectionSizeError

        public ErrorCode.Builder clearCollectionSizeError()
         The reasons for the collection size error
         
        .google.ads.googleads.v10.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
        Returns:
        This builder for chaining.
      • hasCountryCodeError

        public boolean hasCountryCodeError()
         The reasons for the country code error
         
        .google.ads.googleads.v10.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
        Specified by:
        hasCountryCodeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the countryCodeError field is set.
      • getCountryCodeErrorValue

        public int getCountryCodeErrorValue()
         The reasons for the country code error
         
        .google.ads.googleads.v10.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
        Specified by:
        getCountryCodeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for countryCodeError.
      • setCountryCodeErrorValue

        public ErrorCode.Builder setCountryCodeErrorValue​(int value)
         The reasons for the country code error
         
        .google.ads.googleads.v10.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
        Parameters:
        value - The enum numeric value on the wire for countryCodeError to set.
        Returns:
        This builder for chaining.
      • setCountryCodeError

        public ErrorCode.Builder setCountryCodeError​(CountryCodeErrorEnum.CountryCodeError value)
         The reasons for the country code error
         
        .google.ads.googleads.v10.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
        Parameters:
        value - The countryCodeError to set.
        Returns:
        This builder for chaining.
      • clearCountryCodeError

        public ErrorCode.Builder clearCountryCodeError()
         The reasons for the country code error
         
        .google.ads.googleads.v10.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
        Returns:
        This builder for chaining.
      • hasCriterionError

        public boolean hasCriterionError()
         The reasons for the criterion error
         
        .google.ads.googleads.v10.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
        Specified by:
        hasCriterionError in interface ErrorCodeOrBuilder
        Returns:
        Whether the criterionError field is set.
      • getCriterionErrorValue

        public int getCriterionErrorValue()
         The reasons for the criterion error
         
        .google.ads.googleads.v10.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
        Specified by:
        getCriterionErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for criterionError.
      • setCriterionErrorValue

        public ErrorCode.Builder setCriterionErrorValue​(int value)
         The reasons for the criterion error
         
        .google.ads.googleads.v10.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
        Parameters:
        value - The enum numeric value on the wire for criterionError to set.
        Returns:
        This builder for chaining.
      • setCriterionError

        public ErrorCode.Builder setCriterionError​(CriterionErrorEnum.CriterionError value)
         The reasons for the criterion error
         
        .google.ads.googleads.v10.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
        Parameters:
        value - The criterionError to set.
        Returns:
        This builder for chaining.
      • clearCriterionError

        public ErrorCode.Builder clearCriterionError()
         The reasons for the criterion error
         
        .google.ads.googleads.v10.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
        Returns:
        This builder for chaining.
      • hasCustomConversionGoalError

        public boolean hasCustomConversionGoalError()
         The reasons for the custom conversion goal error
         
        .google.ads.googleads.v10.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
        Specified by:
        hasCustomConversionGoalError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customConversionGoalError field is set.
      • getCustomConversionGoalErrorValue

        public int getCustomConversionGoalErrorValue()
         The reasons for the custom conversion goal error
         
        .google.ads.googleads.v10.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
        Specified by:
        getCustomConversionGoalErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customConversionGoalError.
      • setCustomConversionGoalErrorValue

        public ErrorCode.Builder setCustomConversionGoalErrorValue​(int value)
         The reasons for the custom conversion goal error
         
        .google.ads.googleads.v10.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
        Parameters:
        value - The enum numeric value on the wire for customConversionGoalError to set.
        Returns:
        This builder for chaining.
      • setCustomConversionGoalError

        public ErrorCode.Builder setCustomConversionGoalError​(CustomConversionGoalErrorEnum.CustomConversionGoalError value)
         The reasons for the custom conversion goal error
         
        .google.ads.googleads.v10.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
        Parameters:
        value - The customConversionGoalError to set.
        Returns:
        This builder for chaining.
      • clearCustomConversionGoalError

        public ErrorCode.Builder clearCustomConversionGoalError()
         The reasons for the custom conversion goal error
         
        .google.ads.googleads.v10.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
        Returns:
        This builder for chaining.
      • hasCustomerCustomizerError

        public boolean hasCustomerCustomizerError()
         The reasons for the customer customizer error.
         
        .google.ads.googleads.v10.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
        Specified by:
        hasCustomerCustomizerError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customerCustomizerError field is set.
      • getCustomerCustomizerErrorValue

        public int getCustomerCustomizerErrorValue()
         The reasons for the customer customizer error.
         
        .google.ads.googleads.v10.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
        Specified by:
        getCustomerCustomizerErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customerCustomizerError.
      • setCustomerCustomizerErrorValue

        public ErrorCode.Builder setCustomerCustomizerErrorValue​(int value)
         The reasons for the customer customizer error.
         
        .google.ads.googleads.v10.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
        Parameters:
        value - The enum numeric value on the wire for customerCustomizerError to set.
        Returns:
        This builder for chaining.
      • setCustomerCustomizerError

        public ErrorCode.Builder setCustomerCustomizerError​(CustomerCustomizerErrorEnum.CustomerCustomizerError value)
         The reasons for the customer customizer error.
         
        .google.ads.googleads.v10.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
        Parameters:
        value - The customerCustomizerError to set.
        Returns:
        This builder for chaining.
      • clearCustomerCustomizerError

        public ErrorCode.Builder clearCustomerCustomizerError()
         The reasons for the customer customizer error.
         
        .google.ads.googleads.v10.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
        Returns:
        This builder for chaining.
      • hasCustomerError

        public boolean hasCustomerError()
         The reasons for the customer error
         
        .google.ads.googleads.v10.errors.CustomerErrorEnum.CustomerError customer_error = 90;
        Specified by:
        hasCustomerError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customerError field is set.
      • getCustomerErrorValue

        public int getCustomerErrorValue()
         The reasons for the customer error
         
        .google.ads.googleads.v10.errors.CustomerErrorEnum.CustomerError customer_error = 90;
        Specified by:
        getCustomerErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customerError.
      • setCustomerErrorValue

        public ErrorCode.Builder setCustomerErrorValue​(int value)
         The reasons for the customer error
         
        .google.ads.googleads.v10.errors.CustomerErrorEnum.CustomerError customer_error = 90;
        Parameters:
        value - The enum numeric value on the wire for customerError to set.
        Returns:
        This builder for chaining.
      • setCustomerError

        public ErrorCode.Builder setCustomerError​(CustomerErrorEnum.CustomerError value)
         The reasons for the customer error
         
        .google.ads.googleads.v10.errors.CustomerErrorEnum.CustomerError customer_error = 90;
        Parameters:
        value - The customerError to set.
        Returns:
        This builder for chaining.
      • clearCustomerError

        public ErrorCode.Builder clearCustomerError()
         The reasons for the customer error
         
        .google.ads.googleads.v10.errors.CustomerErrorEnum.CustomerError customer_error = 90;
        Returns:
        This builder for chaining.
      • hasCustomizerAttributeError

        public boolean hasCustomizerAttributeError()
         The reasons for the customizer attribute error.
         
        .google.ads.googleads.v10.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
        Specified by:
        hasCustomizerAttributeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customizerAttributeError field is set.
      • getCustomizerAttributeErrorValue

        public int getCustomizerAttributeErrorValue()
         The reasons for the customizer attribute error.
         
        .google.ads.googleads.v10.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
        Specified by:
        getCustomizerAttributeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customizerAttributeError.
      • setCustomizerAttributeErrorValue

        public ErrorCode.Builder setCustomizerAttributeErrorValue​(int value)
         The reasons for the customizer attribute error.
         
        .google.ads.googleads.v10.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
        Parameters:
        value - The enum numeric value on the wire for customizerAttributeError to set.
        Returns:
        This builder for chaining.
      • setCustomizerAttributeError

        public ErrorCode.Builder setCustomizerAttributeError​(CustomizerAttributeErrorEnum.CustomizerAttributeError value)
         The reasons for the customizer attribute error.
         
        .google.ads.googleads.v10.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
        Parameters:
        value - The customizerAttributeError to set.
        Returns:
        This builder for chaining.
      • clearCustomizerAttributeError

        public ErrorCode.Builder clearCustomizerAttributeError()
         The reasons for the customizer attribute error.
         
        .google.ads.googleads.v10.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
        Returns:
        This builder for chaining.
      • hasDateError

        public boolean hasDateError()
         The reasons for the date error
         
        .google.ads.googleads.v10.errors.DateErrorEnum.DateError date_error = 33;
        Specified by:
        hasDateError in interface ErrorCodeOrBuilder
        Returns:
        Whether the dateError field is set.
      • getDateErrorValue

        public int getDateErrorValue()
         The reasons for the date error
         
        .google.ads.googleads.v10.errors.DateErrorEnum.DateError date_error = 33;
        Specified by:
        getDateErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for dateError.
      • setDateErrorValue

        public ErrorCode.Builder setDateErrorValue​(int value)
         The reasons for the date error
         
        .google.ads.googleads.v10.errors.DateErrorEnum.DateError date_error = 33;
        Parameters:
        value - The enum numeric value on the wire for dateError to set.
        Returns:
        This builder for chaining.
      • setDateError

        public ErrorCode.Builder setDateError​(DateErrorEnum.DateError value)
         The reasons for the date error
         
        .google.ads.googleads.v10.errors.DateErrorEnum.DateError date_error = 33;
        Parameters:
        value - The dateError to set.
        Returns:
        This builder for chaining.
      • clearDateError

        public ErrorCode.Builder clearDateError()
         The reasons for the date error
         
        .google.ads.googleads.v10.errors.DateErrorEnum.DateError date_error = 33;
        Returns:
        This builder for chaining.
      • hasDateRangeError

        public boolean hasDateRangeError()
         The reasons for the date range error
         
        .google.ads.googleads.v10.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
        Specified by:
        hasDateRangeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the dateRangeError field is set.
      • getDateRangeErrorValue

        public int getDateRangeErrorValue()
         The reasons for the date range error
         
        .google.ads.googleads.v10.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
        Specified by:
        getDateRangeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for dateRangeError.
      • setDateRangeErrorValue

        public ErrorCode.Builder setDateRangeErrorValue​(int value)
         The reasons for the date range error
         
        .google.ads.googleads.v10.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
        Parameters:
        value - The enum numeric value on the wire for dateRangeError to set.
        Returns:
        This builder for chaining.
      • setDateRangeError

        public ErrorCode.Builder setDateRangeError​(DateRangeErrorEnum.DateRangeError value)
         The reasons for the date range error
         
        .google.ads.googleads.v10.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
        Parameters:
        value - The dateRangeError to set.
        Returns:
        This builder for chaining.
      • clearDateRangeError

        public ErrorCode.Builder clearDateRangeError()
         The reasons for the date range error
         
        .google.ads.googleads.v10.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
        Returns:
        This builder for chaining.
      • hasDistinctError

        public boolean hasDistinctError()
         The reasons for the distinct error
         
        .google.ads.googleads.v10.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
        Specified by:
        hasDistinctError in interface ErrorCodeOrBuilder
        Returns:
        Whether the distinctError field is set.
      • getDistinctErrorValue

        public int getDistinctErrorValue()
         The reasons for the distinct error
         
        .google.ads.googleads.v10.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
        Specified by:
        getDistinctErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for distinctError.
      • setDistinctErrorValue

        public ErrorCode.Builder setDistinctErrorValue​(int value)
         The reasons for the distinct error
         
        .google.ads.googleads.v10.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
        Parameters:
        value - The enum numeric value on the wire for distinctError to set.
        Returns:
        This builder for chaining.
      • setDistinctError

        public ErrorCode.Builder setDistinctError​(DistinctErrorEnum.DistinctError value)
         The reasons for the distinct error
         
        .google.ads.googleads.v10.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
        Parameters:
        value - The distinctError to set.
        Returns:
        This builder for chaining.
      • clearDistinctError

        public ErrorCode.Builder clearDistinctError()
         The reasons for the distinct error
         
        .google.ads.googleads.v10.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
        Returns:
        This builder for chaining.
      • hasFeedAttributeReferenceError

        public boolean hasFeedAttributeReferenceError()
         The reasons for the feed attribute reference error
         
        .google.ads.googleads.v10.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
        Specified by:
        hasFeedAttributeReferenceError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedAttributeReferenceError field is set.
      • getFeedAttributeReferenceErrorValue

        public int getFeedAttributeReferenceErrorValue()
         The reasons for the feed attribute reference error
         
        .google.ads.googleads.v10.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
        Specified by:
        getFeedAttributeReferenceErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedAttributeReferenceError.
      • setFeedAttributeReferenceErrorValue

        public ErrorCode.Builder setFeedAttributeReferenceErrorValue​(int value)
         The reasons for the feed attribute reference error
         
        .google.ads.googleads.v10.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
        Parameters:
        value - The enum numeric value on the wire for feedAttributeReferenceError to set.
        Returns:
        This builder for chaining.
      • setFeedAttributeReferenceError

        public ErrorCode.Builder setFeedAttributeReferenceError​(FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError value)
         The reasons for the feed attribute reference error
         
        .google.ads.googleads.v10.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
        Parameters:
        value - The feedAttributeReferenceError to set.
        Returns:
        This builder for chaining.
      • clearFeedAttributeReferenceError

        public ErrorCode.Builder clearFeedAttributeReferenceError()
         The reasons for the feed attribute reference error
         
        .google.ads.googleads.v10.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
        Returns:
        This builder for chaining.
      • hasFunctionError

        public boolean hasFunctionError()
         The reasons for the function error
         
        .google.ads.googleads.v10.errors.FunctionErrorEnum.FunctionError function_error = 37;
        Specified by:
        hasFunctionError in interface ErrorCodeOrBuilder
        Returns:
        Whether the functionError field is set.
      • getFunctionErrorValue

        public int getFunctionErrorValue()
         The reasons for the function error
         
        .google.ads.googleads.v10.errors.FunctionErrorEnum.FunctionError function_error = 37;
        Specified by:
        getFunctionErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for functionError.
      • setFunctionErrorValue

        public ErrorCode.Builder setFunctionErrorValue​(int value)
         The reasons for the function error
         
        .google.ads.googleads.v10.errors.FunctionErrorEnum.FunctionError function_error = 37;
        Parameters:
        value - The enum numeric value on the wire for functionError to set.
        Returns:
        This builder for chaining.
      • setFunctionError

        public ErrorCode.Builder setFunctionError​(FunctionErrorEnum.FunctionError value)
         The reasons for the function error
         
        .google.ads.googleads.v10.errors.FunctionErrorEnum.FunctionError function_error = 37;
        Parameters:
        value - The functionError to set.
        Returns:
        This builder for chaining.
      • clearFunctionError

        public ErrorCode.Builder clearFunctionError()
         The reasons for the function error
         
        .google.ads.googleads.v10.errors.FunctionErrorEnum.FunctionError function_error = 37;
        Returns:
        This builder for chaining.
      • hasFunctionParsingError

        public boolean hasFunctionParsingError()
         The reasons for the function parsing error
         
        .google.ads.googleads.v10.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
        Specified by:
        hasFunctionParsingError in interface ErrorCodeOrBuilder
        Returns:
        Whether the functionParsingError field is set.
      • getFunctionParsingErrorValue

        public int getFunctionParsingErrorValue()
         The reasons for the function parsing error
         
        .google.ads.googleads.v10.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
        Specified by:
        getFunctionParsingErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for functionParsingError.
      • setFunctionParsingErrorValue

        public ErrorCode.Builder setFunctionParsingErrorValue​(int value)
         The reasons for the function parsing error
         
        .google.ads.googleads.v10.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
        Parameters:
        value - The enum numeric value on the wire for functionParsingError to set.
        Returns:
        This builder for chaining.
      • setFunctionParsingError

        public ErrorCode.Builder setFunctionParsingError​(FunctionParsingErrorEnum.FunctionParsingError value)
         The reasons for the function parsing error
         
        .google.ads.googleads.v10.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
        Parameters:
        value - The functionParsingError to set.
        Returns:
        This builder for chaining.
      • clearFunctionParsingError

        public ErrorCode.Builder clearFunctionParsingError()
         The reasons for the function parsing error
         
        .google.ads.googleads.v10.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
        Returns:
        This builder for chaining.
      • hasIdError

        public boolean hasIdError()
         The reasons for the id error
         
        .google.ads.googleads.v10.errors.IdErrorEnum.IdError id_error = 39;
        Specified by:
        hasIdError in interface ErrorCodeOrBuilder
        Returns:
        Whether the idError field is set.
      • getIdErrorValue

        public int getIdErrorValue()
         The reasons for the id error
         
        .google.ads.googleads.v10.errors.IdErrorEnum.IdError id_error = 39;
        Specified by:
        getIdErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for idError.
      • setIdErrorValue

        public ErrorCode.Builder setIdErrorValue​(int value)
         The reasons for the id error
         
        .google.ads.googleads.v10.errors.IdErrorEnum.IdError id_error = 39;
        Parameters:
        value - The enum numeric value on the wire for idError to set.
        Returns:
        This builder for chaining.
      • setIdError

        public ErrorCode.Builder setIdError​(IdErrorEnum.IdError value)
         The reasons for the id error
         
        .google.ads.googleads.v10.errors.IdErrorEnum.IdError id_error = 39;
        Parameters:
        value - The idError to set.
        Returns:
        This builder for chaining.
      • clearIdError

        public ErrorCode.Builder clearIdError()
         The reasons for the id error
         
        .google.ads.googleads.v10.errors.IdErrorEnum.IdError id_error = 39;
        Returns:
        This builder for chaining.
      • hasImageError

        public boolean hasImageError()
         The reasons for the image error
         
        .google.ads.googleads.v10.errors.ImageErrorEnum.ImageError image_error = 40;
        Specified by:
        hasImageError in interface ErrorCodeOrBuilder
        Returns:
        Whether the imageError field is set.
      • getImageErrorValue

        public int getImageErrorValue()
         The reasons for the image error
         
        .google.ads.googleads.v10.errors.ImageErrorEnum.ImageError image_error = 40;
        Specified by:
        getImageErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for imageError.
      • setImageErrorValue

        public ErrorCode.Builder setImageErrorValue​(int value)
         The reasons for the image error
         
        .google.ads.googleads.v10.errors.ImageErrorEnum.ImageError image_error = 40;
        Parameters:
        value - The enum numeric value on the wire for imageError to set.
        Returns:
        This builder for chaining.
      • setImageError

        public ErrorCode.Builder setImageError​(ImageErrorEnum.ImageError value)
         The reasons for the image error
         
        .google.ads.googleads.v10.errors.ImageErrorEnum.ImageError image_error = 40;
        Parameters:
        value - The imageError to set.
        Returns:
        This builder for chaining.
      • clearImageError

        public ErrorCode.Builder clearImageError()
         The reasons for the image error
         
        .google.ads.googleads.v10.errors.ImageErrorEnum.ImageError image_error = 40;
        Returns:
        This builder for chaining.
      • hasLanguageCodeError

        public boolean hasLanguageCodeError()
         The reasons for the language code error
         
        .google.ads.googleads.v10.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
        Specified by:
        hasLanguageCodeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the languageCodeError field is set.
      • getLanguageCodeErrorValue

        public int getLanguageCodeErrorValue()
         The reasons for the language code error
         
        .google.ads.googleads.v10.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
        Specified by:
        getLanguageCodeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for languageCodeError.
      • setLanguageCodeErrorValue

        public ErrorCode.Builder setLanguageCodeErrorValue​(int value)
         The reasons for the language code error
         
        .google.ads.googleads.v10.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
        Parameters:
        value - The enum numeric value on the wire for languageCodeError to set.
        Returns:
        This builder for chaining.
      • setLanguageCodeError

        public ErrorCode.Builder setLanguageCodeError​(LanguageCodeErrorEnum.LanguageCodeError value)
         The reasons for the language code error
         
        .google.ads.googleads.v10.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
        Parameters:
        value - The languageCodeError to set.
        Returns:
        This builder for chaining.
      • clearLanguageCodeError

        public ErrorCode.Builder clearLanguageCodeError()
         The reasons for the language code error
         
        .google.ads.googleads.v10.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
        Returns:
        This builder for chaining.
      • hasMediaBundleError

        public boolean hasMediaBundleError()
         The reasons for the media bundle error
         
        .google.ads.googleads.v10.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
        Specified by:
        hasMediaBundleError in interface ErrorCodeOrBuilder
        Returns:
        Whether the mediaBundleError field is set.
      • getMediaBundleErrorValue

        public int getMediaBundleErrorValue()
         The reasons for the media bundle error
         
        .google.ads.googleads.v10.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
        Specified by:
        getMediaBundleErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for mediaBundleError.
      • setMediaBundleErrorValue

        public ErrorCode.Builder setMediaBundleErrorValue​(int value)
         The reasons for the media bundle error
         
        .google.ads.googleads.v10.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
        Parameters:
        value - The enum numeric value on the wire for mediaBundleError to set.
        Returns:
        This builder for chaining.
      • setMediaBundleError

        public ErrorCode.Builder setMediaBundleError​(MediaBundleErrorEnum.MediaBundleError value)
         The reasons for the media bundle error
         
        .google.ads.googleads.v10.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
        Parameters:
        value - The mediaBundleError to set.
        Returns:
        This builder for chaining.
      • clearMediaBundleError

        public ErrorCode.Builder clearMediaBundleError()
         The reasons for the media bundle error
         
        .google.ads.googleads.v10.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
        Returns:
        This builder for chaining.
      • hasMediaUploadError

        public boolean hasMediaUploadError()
         The reasons for media uploading errors.
         
        .google.ads.googleads.v10.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
        Specified by:
        hasMediaUploadError in interface ErrorCodeOrBuilder
        Returns:
        Whether the mediaUploadError field is set.
      • getMediaUploadErrorValue

        public int getMediaUploadErrorValue()
         The reasons for media uploading errors.
         
        .google.ads.googleads.v10.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
        Specified by:
        getMediaUploadErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for mediaUploadError.
      • setMediaUploadErrorValue

        public ErrorCode.Builder setMediaUploadErrorValue​(int value)
         The reasons for media uploading errors.
         
        .google.ads.googleads.v10.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
        Parameters:
        value - The enum numeric value on the wire for mediaUploadError to set.
        Returns:
        This builder for chaining.
      • setMediaUploadError

        public ErrorCode.Builder setMediaUploadError​(MediaUploadErrorEnum.MediaUploadError value)
         The reasons for media uploading errors.
         
        .google.ads.googleads.v10.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
        Parameters:
        value - The mediaUploadError to set.
        Returns:
        This builder for chaining.
      • clearMediaUploadError

        public ErrorCode.Builder clearMediaUploadError()
         The reasons for media uploading errors.
         
        .google.ads.googleads.v10.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
        Returns:
        This builder for chaining.
      • hasMediaFileError

        public boolean hasMediaFileError()
         The reasons for the media file error
         
        .google.ads.googleads.v10.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
        Specified by:
        hasMediaFileError in interface ErrorCodeOrBuilder
        Returns:
        Whether the mediaFileError field is set.
      • getMediaFileErrorValue

        public int getMediaFileErrorValue()
         The reasons for the media file error
         
        .google.ads.googleads.v10.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
        Specified by:
        getMediaFileErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for mediaFileError.
      • setMediaFileErrorValue

        public ErrorCode.Builder setMediaFileErrorValue​(int value)
         The reasons for the media file error
         
        .google.ads.googleads.v10.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
        Parameters:
        value - The enum numeric value on the wire for mediaFileError to set.
        Returns:
        This builder for chaining.
      • setMediaFileError

        public ErrorCode.Builder setMediaFileError​(MediaFileErrorEnum.MediaFileError value)
         The reasons for the media file error
         
        .google.ads.googleads.v10.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
        Parameters:
        value - The mediaFileError to set.
        Returns:
        This builder for chaining.
      • clearMediaFileError

        public ErrorCode.Builder clearMediaFileError()
         The reasons for the media file error
         
        .google.ads.googleads.v10.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
        Returns:
        This builder for chaining.
      • hasMerchantCenterError

        public boolean hasMerchantCenterError()
         Container for enum describing possible merchant center errors.
         
        .google.ads.googleads.v10.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
        Specified by:
        hasMerchantCenterError in interface ErrorCodeOrBuilder
        Returns:
        Whether the merchantCenterError field is set.
      • getMerchantCenterErrorValue

        public int getMerchantCenterErrorValue()
         Container for enum describing possible merchant center errors.
         
        .google.ads.googleads.v10.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
        Specified by:
        getMerchantCenterErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for merchantCenterError.
      • setMerchantCenterErrorValue

        public ErrorCode.Builder setMerchantCenterErrorValue​(int value)
         Container for enum describing possible merchant center errors.
         
        .google.ads.googleads.v10.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
        Parameters:
        value - The enum numeric value on the wire for merchantCenterError to set.
        Returns:
        This builder for chaining.
      • setMerchantCenterError

        public ErrorCode.Builder setMerchantCenterError​(MerchantCenterErrorEnum.MerchantCenterError value)
         Container for enum describing possible merchant center errors.
         
        .google.ads.googleads.v10.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
        Parameters:
        value - The merchantCenterError to set.
        Returns:
        This builder for chaining.
      • clearMerchantCenterError

        public ErrorCode.Builder clearMerchantCenterError()
         Container for enum describing possible merchant center errors.
         
        .google.ads.googleads.v10.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
        Returns:
        This builder for chaining.
      • hasMultiplierError

        public boolean hasMultiplierError()
         The reasons for the multiplier error
         
        .google.ads.googleads.v10.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
        Specified by:
        hasMultiplierError in interface ErrorCodeOrBuilder
        Returns:
        Whether the multiplierError field is set.
      • getMultiplierErrorValue

        public int getMultiplierErrorValue()
         The reasons for the multiplier error
         
        .google.ads.googleads.v10.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
        Specified by:
        getMultiplierErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for multiplierError.
      • setMultiplierErrorValue

        public ErrorCode.Builder setMultiplierErrorValue​(int value)
         The reasons for the multiplier error
         
        .google.ads.googleads.v10.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
        Parameters:
        value - The enum numeric value on the wire for multiplierError to set.
        Returns:
        This builder for chaining.
      • setMultiplierError

        public ErrorCode.Builder setMultiplierError​(MultiplierErrorEnum.MultiplierError value)
         The reasons for the multiplier error
         
        .google.ads.googleads.v10.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
        Parameters:
        value - The multiplierError to set.
        Returns:
        This builder for chaining.
      • clearMultiplierError

        public ErrorCode.Builder clearMultiplierError()
         The reasons for the multiplier error
         
        .google.ads.googleads.v10.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
        Returns:
        This builder for chaining.
      • hasNewResourceCreationError

        public boolean hasNewResourceCreationError()
         The reasons for the new resource creation error
         
        .google.ads.googleads.v10.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
        Specified by:
        hasNewResourceCreationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the newResourceCreationError field is set.
      • getNewResourceCreationErrorValue

        public int getNewResourceCreationErrorValue()
         The reasons for the new resource creation error
         
        .google.ads.googleads.v10.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
        Specified by:
        getNewResourceCreationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for newResourceCreationError.
      • setNewResourceCreationErrorValue

        public ErrorCode.Builder setNewResourceCreationErrorValue​(int value)
         The reasons for the new resource creation error
         
        .google.ads.googleads.v10.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
        Parameters:
        value - The enum numeric value on the wire for newResourceCreationError to set.
        Returns:
        This builder for chaining.
      • setNewResourceCreationError

        public ErrorCode.Builder setNewResourceCreationError​(NewResourceCreationErrorEnum.NewResourceCreationError value)
         The reasons for the new resource creation error
         
        .google.ads.googleads.v10.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
        Parameters:
        value - The newResourceCreationError to set.
        Returns:
        This builder for chaining.
      • clearNewResourceCreationError

        public ErrorCode.Builder clearNewResourceCreationError()
         The reasons for the new resource creation error
         
        .google.ads.googleads.v10.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
        Returns:
        This builder for chaining.
      • hasNotEmptyError

        public boolean hasNotEmptyError()
         The reasons for the not empty error
         
        .google.ads.googleads.v10.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
        Specified by:
        hasNotEmptyError in interface ErrorCodeOrBuilder
        Returns:
        Whether the notEmptyError field is set.
      • getNotEmptyErrorValue

        public int getNotEmptyErrorValue()
         The reasons for the not empty error
         
        .google.ads.googleads.v10.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
        Specified by:
        getNotEmptyErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for notEmptyError.
      • setNotEmptyErrorValue

        public ErrorCode.Builder setNotEmptyErrorValue​(int value)
         The reasons for the not empty error
         
        .google.ads.googleads.v10.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
        Parameters:
        value - The enum numeric value on the wire for notEmptyError to set.
        Returns:
        This builder for chaining.
      • setNotEmptyError

        public ErrorCode.Builder setNotEmptyError​(NotEmptyErrorEnum.NotEmptyError value)
         The reasons for the not empty error
         
        .google.ads.googleads.v10.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
        Parameters:
        value - The notEmptyError to set.
        Returns:
        This builder for chaining.
      • clearNotEmptyError

        public ErrorCode.Builder clearNotEmptyError()
         The reasons for the not empty error
         
        .google.ads.googleads.v10.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
        Returns:
        This builder for chaining.
      • hasNullError

        public boolean hasNullError()
         The reasons for the null error
         
        .google.ads.googleads.v10.errors.NullErrorEnum.NullError null_error = 47;
        Specified by:
        hasNullError in interface ErrorCodeOrBuilder
        Returns:
        Whether the nullError field is set.
      • getNullErrorValue

        public int getNullErrorValue()
         The reasons for the null error
         
        .google.ads.googleads.v10.errors.NullErrorEnum.NullError null_error = 47;
        Specified by:
        getNullErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for nullError.
      • setNullErrorValue

        public ErrorCode.Builder setNullErrorValue​(int value)
         The reasons for the null error
         
        .google.ads.googleads.v10.errors.NullErrorEnum.NullError null_error = 47;
        Parameters:
        value - The enum numeric value on the wire for nullError to set.
        Returns:
        This builder for chaining.
      • setNullError

        public ErrorCode.Builder setNullError​(NullErrorEnum.NullError value)
         The reasons for the null error
         
        .google.ads.googleads.v10.errors.NullErrorEnum.NullError null_error = 47;
        Parameters:
        value - The nullError to set.
        Returns:
        This builder for chaining.
      • clearNullError

        public ErrorCode.Builder clearNullError()
         The reasons for the null error
         
        .google.ads.googleads.v10.errors.NullErrorEnum.NullError null_error = 47;
        Returns:
        This builder for chaining.
      • hasOperatorError

        public boolean hasOperatorError()
         The reasons for the operator error
         
        .google.ads.googleads.v10.errors.OperatorErrorEnum.OperatorError operator_error = 48;
        Specified by:
        hasOperatorError in interface ErrorCodeOrBuilder
        Returns:
        Whether the operatorError field is set.
      • getOperatorErrorValue

        public int getOperatorErrorValue()
         The reasons for the operator error
         
        .google.ads.googleads.v10.errors.OperatorErrorEnum.OperatorError operator_error = 48;
        Specified by:
        getOperatorErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for operatorError.
      • setOperatorErrorValue

        public ErrorCode.Builder setOperatorErrorValue​(int value)
         The reasons for the operator error
         
        .google.ads.googleads.v10.errors.OperatorErrorEnum.OperatorError operator_error = 48;
        Parameters:
        value - The enum numeric value on the wire for operatorError to set.
        Returns:
        This builder for chaining.
      • setOperatorError

        public ErrorCode.Builder setOperatorError​(OperatorErrorEnum.OperatorError value)
         The reasons for the operator error
         
        .google.ads.googleads.v10.errors.OperatorErrorEnum.OperatorError operator_error = 48;
        Parameters:
        value - The operatorError to set.
        Returns:
        This builder for chaining.
      • clearOperatorError

        public ErrorCode.Builder clearOperatorError()
         The reasons for the operator error
         
        .google.ads.googleads.v10.errors.OperatorErrorEnum.OperatorError operator_error = 48;
        Returns:
        This builder for chaining.
      • hasRangeError

        public boolean hasRangeError()
         The reasons for the range error
         
        .google.ads.googleads.v10.errors.RangeErrorEnum.RangeError range_error = 49;
        Specified by:
        hasRangeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the rangeError field is set.
      • getRangeErrorValue

        public int getRangeErrorValue()
         The reasons for the range error
         
        .google.ads.googleads.v10.errors.RangeErrorEnum.RangeError range_error = 49;
        Specified by:
        getRangeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for rangeError.
      • setRangeErrorValue

        public ErrorCode.Builder setRangeErrorValue​(int value)
         The reasons for the range error
         
        .google.ads.googleads.v10.errors.RangeErrorEnum.RangeError range_error = 49;
        Parameters:
        value - The enum numeric value on the wire for rangeError to set.
        Returns:
        This builder for chaining.
      • setRangeError

        public ErrorCode.Builder setRangeError​(RangeErrorEnum.RangeError value)
         The reasons for the range error
         
        .google.ads.googleads.v10.errors.RangeErrorEnum.RangeError range_error = 49;
        Parameters:
        value - The rangeError to set.
        Returns:
        This builder for chaining.
      • clearRangeError

        public ErrorCode.Builder clearRangeError()
         The reasons for the range error
         
        .google.ads.googleads.v10.errors.RangeErrorEnum.RangeError range_error = 49;
        Returns:
        This builder for chaining.
      • hasRecommendationError

        public boolean hasRecommendationError()
         The reasons for error in applying a recommendation
         
        .google.ads.googleads.v10.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
        Specified by:
        hasRecommendationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the recommendationError field is set.
      • getRecommendationErrorValue

        public int getRecommendationErrorValue()
         The reasons for error in applying a recommendation
         
        .google.ads.googleads.v10.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
        Specified by:
        getRecommendationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for recommendationError.
      • setRecommendationErrorValue

        public ErrorCode.Builder setRecommendationErrorValue​(int value)
         The reasons for error in applying a recommendation
         
        .google.ads.googleads.v10.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
        Parameters:
        value - The enum numeric value on the wire for recommendationError to set.
        Returns:
        This builder for chaining.
      • setRecommendationError

        public ErrorCode.Builder setRecommendationError​(RecommendationErrorEnum.RecommendationError value)
         The reasons for error in applying a recommendation
         
        .google.ads.googleads.v10.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
        Parameters:
        value - The recommendationError to set.
        Returns:
        This builder for chaining.
      • clearRecommendationError

        public ErrorCode.Builder clearRecommendationError()
         The reasons for error in applying a recommendation
         
        .google.ads.googleads.v10.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
        Returns:
        This builder for chaining.
      • hasRegionCodeError

        public boolean hasRegionCodeError()
         The reasons for the region code error
         
        .google.ads.googleads.v10.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
        Specified by:
        hasRegionCodeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the regionCodeError field is set.
      • getRegionCodeErrorValue

        public int getRegionCodeErrorValue()
         The reasons for the region code error
         
        .google.ads.googleads.v10.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
        Specified by:
        getRegionCodeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for regionCodeError.
      • setRegionCodeErrorValue

        public ErrorCode.Builder setRegionCodeErrorValue​(int value)
         The reasons for the region code error
         
        .google.ads.googleads.v10.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
        Parameters:
        value - The enum numeric value on the wire for regionCodeError to set.
        Returns:
        This builder for chaining.
      • setRegionCodeError

        public ErrorCode.Builder setRegionCodeError​(RegionCodeErrorEnum.RegionCodeError value)
         The reasons for the region code error
         
        .google.ads.googleads.v10.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
        Parameters:
        value - The regionCodeError to set.
        Returns:
        This builder for chaining.
      • clearRegionCodeError

        public ErrorCode.Builder clearRegionCodeError()
         The reasons for the region code error
         
        .google.ads.googleads.v10.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
        Returns:
        This builder for chaining.
      • hasSettingError

        public boolean hasSettingError()
         The reasons for the setting error
         
        .google.ads.googleads.v10.errors.SettingErrorEnum.SettingError setting_error = 52;
        Specified by:
        hasSettingError in interface ErrorCodeOrBuilder
        Returns:
        Whether the settingError field is set.
      • getSettingErrorValue

        public int getSettingErrorValue()
         The reasons for the setting error
         
        .google.ads.googleads.v10.errors.SettingErrorEnum.SettingError setting_error = 52;
        Specified by:
        getSettingErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for settingError.
      • setSettingErrorValue

        public ErrorCode.Builder setSettingErrorValue​(int value)
         The reasons for the setting error
         
        .google.ads.googleads.v10.errors.SettingErrorEnum.SettingError setting_error = 52;
        Parameters:
        value - The enum numeric value on the wire for settingError to set.
        Returns:
        This builder for chaining.
      • setSettingError

        public ErrorCode.Builder setSettingError​(SettingErrorEnum.SettingError value)
         The reasons for the setting error
         
        .google.ads.googleads.v10.errors.SettingErrorEnum.SettingError setting_error = 52;
        Parameters:
        value - The settingError to set.
        Returns:
        This builder for chaining.
      • clearSettingError

        public ErrorCode.Builder clearSettingError()
         The reasons for the setting error
         
        .google.ads.googleads.v10.errors.SettingErrorEnum.SettingError setting_error = 52;
        Returns:
        This builder for chaining.
      • hasStringFormatError

        public boolean hasStringFormatError()
         The reasons for the string format error
         
        .google.ads.googleads.v10.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
        Specified by:
        hasStringFormatError in interface ErrorCodeOrBuilder
        Returns:
        Whether the stringFormatError field is set.
      • getStringFormatErrorValue

        public int getStringFormatErrorValue()
         The reasons for the string format error
         
        .google.ads.googleads.v10.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
        Specified by:
        getStringFormatErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for stringFormatError.
      • setStringFormatErrorValue

        public ErrorCode.Builder setStringFormatErrorValue​(int value)
         The reasons for the string format error
         
        .google.ads.googleads.v10.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
        Parameters:
        value - The enum numeric value on the wire for stringFormatError to set.
        Returns:
        This builder for chaining.
      • setStringFormatError

        public ErrorCode.Builder setStringFormatError​(StringFormatErrorEnum.StringFormatError value)
         The reasons for the string format error
         
        .google.ads.googleads.v10.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
        Parameters:
        value - The stringFormatError to set.
        Returns:
        This builder for chaining.
      • clearStringFormatError

        public ErrorCode.Builder clearStringFormatError()
         The reasons for the string format error
         
        .google.ads.googleads.v10.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
        Returns:
        This builder for chaining.
      • hasStringLengthError

        public boolean hasStringLengthError()
         The reasons for the string length error
         
        .google.ads.googleads.v10.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
        Specified by:
        hasStringLengthError in interface ErrorCodeOrBuilder
        Returns:
        Whether the stringLengthError field is set.
      • getStringLengthErrorValue

        public int getStringLengthErrorValue()
         The reasons for the string length error
         
        .google.ads.googleads.v10.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
        Specified by:
        getStringLengthErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for stringLengthError.
      • setStringLengthErrorValue

        public ErrorCode.Builder setStringLengthErrorValue​(int value)
         The reasons for the string length error
         
        .google.ads.googleads.v10.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
        Parameters:
        value - The enum numeric value on the wire for stringLengthError to set.
        Returns:
        This builder for chaining.
      • setStringLengthError

        public ErrorCode.Builder setStringLengthError​(StringLengthErrorEnum.StringLengthError value)
         The reasons for the string length error
         
        .google.ads.googleads.v10.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
        Parameters:
        value - The stringLengthError to set.
        Returns:
        This builder for chaining.
      • clearStringLengthError

        public ErrorCode.Builder clearStringLengthError()
         The reasons for the string length error
         
        .google.ads.googleads.v10.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
        Returns:
        This builder for chaining.
      • hasOperationAccessDeniedError

        public boolean hasOperationAccessDeniedError()
         The reasons for the operation access denied error
         
        .google.ads.googleads.v10.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
        Specified by:
        hasOperationAccessDeniedError in interface ErrorCodeOrBuilder
        Returns:
        Whether the operationAccessDeniedError field is set.
      • getOperationAccessDeniedErrorValue

        public int getOperationAccessDeniedErrorValue()
         The reasons for the operation access denied error
         
        .google.ads.googleads.v10.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
        Specified by:
        getOperationAccessDeniedErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for operationAccessDeniedError.
      • setOperationAccessDeniedErrorValue

        public ErrorCode.Builder setOperationAccessDeniedErrorValue​(int value)
         The reasons for the operation access denied error
         
        .google.ads.googleads.v10.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
        Parameters:
        value - The enum numeric value on the wire for operationAccessDeniedError to set.
        Returns:
        This builder for chaining.
      • setOperationAccessDeniedError

        public ErrorCode.Builder setOperationAccessDeniedError​(OperationAccessDeniedErrorEnum.OperationAccessDeniedError value)
         The reasons for the operation access denied error
         
        .google.ads.googleads.v10.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
        Parameters:
        value - The operationAccessDeniedError to set.
        Returns:
        This builder for chaining.
      • clearOperationAccessDeniedError

        public ErrorCode.Builder clearOperationAccessDeniedError()
         The reasons for the operation access denied error
         
        .google.ads.googleads.v10.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
        Returns:
        This builder for chaining.
      • hasResourceAccessDeniedError

        public boolean hasResourceAccessDeniedError()
         The reasons for the resource access denied error
         
        .google.ads.googleads.v10.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
        Specified by:
        hasResourceAccessDeniedError in interface ErrorCodeOrBuilder
        Returns:
        Whether the resourceAccessDeniedError field is set.
      • getResourceAccessDeniedErrorValue

        public int getResourceAccessDeniedErrorValue()
         The reasons for the resource access denied error
         
        .google.ads.googleads.v10.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
        Specified by:
        getResourceAccessDeniedErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for resourceAccessDeniedError.
      • setResourceAccessDeniedErrorValue

        public ErrorCode.Builder setResourceAccessDeniedErrorValue​(int value)
         The reasons for the resource access denied error
         
        .google.ads.googleads.v10.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
        Parameters:
        value - The enum numeric value on the wire for resourceAccessDeniedError to set.
        Returns:
        This builder for chaining.
      • setResourceAccessDeniedError

        public ErrorCode.Builder setResourceAccessDeniedError​(ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError value)
         The reasons for the resource access denied error
         
        .google.ads.googleads.v10.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
        Parameters:
        value - The resourceAccessDeniedError to set.
        Returns:
        This builder for chaining.
      • clearResourceAccessDeniedError

        public ErrorCode.Builder clearResourceAccessDeniedError()
         The reasons for the resource access denied error
         
        .google.ads.googleads.v10.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
        Returns:
        This builder for chaining.
      • hasResourceCountLimitExceededError

        public boolean hasResourceCountLimitExceededError()
         The reasons for the resource count limit exceeded error
         
        .google.ads.googleads.v10.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
        Specified by:
        hasResourceCountLimitExceededError in interface ErrorCodeOrBuilder
        Returns:
        Whether the resourceCountLimitExceededError field is set.
      • getResourceCountLimitExceededErrorValue

        public int getResourceCountLimitExceededErrorValue()
         The reasons for the resource count limit exceeded error
         
        .google.ads.googleads.v10.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
        Specified by:
        getResourceCountLimitExceededErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for resourceCountLimitExceededError.
      • setResourceCountLimitExceededErrorValue

        public ErrorCode.Builder setResourceCountLimitExceededErrorValue​(int value)
         The reasons for the resource count limit exceeded error
         
        .google.ads.googleads.v10.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
        Parameters:
        value - The enum numeric value on the wire for resourceCountLimitExceededError to set.
        Returns:
        This builder for chaining.
      • setResourceCountLimitExceededError

        public ErrorCode.Builder setResourceCountLimitExceededError​(ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError value)
         The reasons for the resource count limit exceeded error
         
        .google.ads.googleads.v10.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
        Parameters:
        value - The resourceCountLimitExceededError to set.
        Returns:
        This builder for chaining.
      • clearResourceCountLimitExceededError

        public ErrorCode.Builder clearResourceCountLimitExceededError()
         The reasons for the resource count limit exceeded error
         
        .google.ads.googleads.v10.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
        Returns:
        This builder for chaining.
      • hasYoutubeVideoRegistrationError

        public boolean hasYoutubeVideoRegistrationError()
         The reasons for YouTube video registration errors.
         
        .google.ads.googleads.v10.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
        Specified by:
        hasYoutubeVideoRegistrationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the youtubeVideoRegistrationError field is set.
      • getYoutubeVideoRegistrationErrorValue

        public int getYoutubeVideoRegistrationErrorValue()
         The reasons for YouTube video registration errors.
         
        .google.ads.googleads.v10.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
        Specified by:
        getYoutubeVideoRegistrationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for youtubeVideoRegistrationError.
      • setYoutubeVideoRegistrationErrorValue

        public ErrorCode.Builder setYoutubeVideoRegistrationErrorValue​(int value)
         The reasons for YouTube video registration errors.
         
        .google.ads.googleads.v10.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
        Parameters:
        value - The enum numeric value on the wire for youtubeVideoRegistrationError to set.
        Returns:
        This builder for chaining.
      • setYoutubeVideoRegistrationError

        public ErrorCode.Builder setYoutubeVideoRegistrationError​(YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError value)
         The reasons for YouTube video registration errors.
         
        .google.ads.googleads.v10.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
        Parameters:
        value - The youtubeVideoRegistrationError to set.
        Returns:
        This builder for chaining.
      • clearYoutubeVideoRegistrationError

        public ErrorCode.Builder clearYoutubeVideoRegistrationError()
         The reasons for YouTube video registration errors.
         
        .google.ads.googleads.v10.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
        Returns:
        This builder for chaining.
      • hasAdGroupBidModifierError

        public boolean hasAdGroupBidModifierError()
         The reasons for the ad group bid modifier error
         
        .google.ads.googleads.v10.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
        Specified by:
        hasAdGroupBidModifierError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adGroupBidModifierError field is set.
      • getAdGroupBidModifierErrorValue

        public int getAdGroupBidModifierErrorValue()
         The reasons for the ad group bid modifier error
         
        .google.ads.googleads.v10.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
        Specified by:
        getAdGroupBidModifierErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adGroupBidModifierError.
      • setAdGroupBidModifierErrorValue

        public ErrorCode.Builder setAdGroupBidModifierErrorValue​(int value)
         The reasons for the ad group bid modifier error
         
        .google.ads.googleads.v10.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
        Parameters:
        value - The enum numeric value on the wire for adGroupBidModifierError to set.
        Returns:
        This builder for chaining.
      • setAdGroupBidModifierError

        public ErrorCode.Builder setAdGroupBidModifierError​(AdGroupBidModifierErrorEnum.AdGroupBidModifierError value)
         The reasons for the ad group bid modifier error
         
        .google.ads.googleads.v10.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
        Parameters:
        value - The adGroupBidModifierError to set.
        Returns:
        This builder for chaining.
      • clearAdGroupBidModifierError

        public ErrorCode.Builder clearAdGroupBidModifierError()
         The reasons for the ad group bid modifier error
         
        .google.ads.googleads.v10.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
        Returns:
        This builder for chaining.
      • hasContextError

        public boolean hasContextError()
         The reasons for the context error
         
        .google.ads.googleads.v10.errors.ContextErrorEnum.ContextError context_error = 60;
        Specified by:
        hasContextError in interface ErrorCodeOrBuilder
        Returns:
        Whether the contextError field is set.
      • getContextErrorValue

        public int getContextErrorValue()
         The reasons for the context error
         
        .google.ads.googleads.v10.errors.ContextErrorEnum.ContextError context_error = 60;
        Specified by:
        getContextErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for contextError.
      • setContextErrorValue

        public ErrorCode.Builder setContextErrorValue​(int value)
         The reasons for the context error
         
        .google.ads.googleads.v10.errors.ContextErrorEnum.ContextError context_error = 60;
        Parameters:
        value - The enum numeric value on the wire for contextError to set.
        Returns:
        This builder for chaining.
      • setContextError

        public ErrorCode.Builder setContextError​(ContextErrorEnum.ContextError value)
         The reasons for the context error
         
        .google.ads.googleads.v10.errors.ContextErrorEnum.ContextError context_error = 60;
        Parameters:
        value - The contextError to set.
        Returns:
        This builder for chaining.
      • clearContextError

        public ErrorCode.Builder clearContextError()
         The reasons for the context error
         
        .google.ads.googleads.v10.errors.ContextErrorEnum.ContextError context_error = 60;
        Returns:
        This builder for chaining.
      • hasFieldError

        public boolean hasFieldError()
         The reasons for the field error
         
        .google.ads.googleads.v10.errors.FieldErrorEnum.FieldError field_error = 61;
        Specified by:
        hasFieldError in interface ErrorCodeOrBuilder
        Returns:
        Whether the fieldError field is set.
      • getFieldErrorValue

        public int getFieldErrorValue()
         The reasons for the field error
         
        .google.ads.googleads.v10.errors.FieldErrorEnum.FieldError field_error = 61;
        Specified by:
        getFieldErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for fieldError.
      • setFieldErrorValue

        public ErrorCode.Builder setFieldErrorValue​(int value)
         The reasons for the field error
         
        .google.ads.googleads.v10.errors.FieldErrorEnum.FieldError field_error = 61;
        Parameters:
        value - The enum numeric value on the wire for fieldError to set.
        Returns:
        This builder for chaining.
      • setFieldError

        public ErrorCode.Builder setFieldError​(FieldErrorEnum.FieldError value)
         The reasons for the field error
         
        .google.ads.googleads.v10.errors.FieldErrorEnum.FieldError field_error = 61;
        Parameters:
        value - The fieldError to set.
        Returns:
        This builder for chaining.
      • clearFieldError

        public ErrorCode.Builder clearFieldError()
         The reasons for the field error
         
        .google.ads.googleads.v10.errors.FieldErrorEnum.FieldError field_error = 61;
        Returns:
        This builder for chaining.
      • hasSharedSetError

        public boolean hasSharedSetError()
         The reasons for the shared set error
         
        .google.ads.googleads.v10.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
        Specified by:
        hasSharedSetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the sharedSetError field is set.
      • getSharedSetErrorValue

        public int getSharedSetErrorValue()
         The reasons for the shared set error
         
        .google.ads.googleads.v10.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
        Specified by:
        getSharedSetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for sharedSetError.
      • setSharedSetErrorValue

        public ErrorCode.Builder setSharedSetErrorValue​(int value)
         The reasons for the shared set error
         
        .google.ads.googleads.v10.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
        Parameters:
        value - The enum numeric value on the wire for sharedSetError to set.
        Returns:
        This builder for chaining.
      • setSharedSetError

        public ErrorCode.Builder setSharedSetError​(SharedSetErrorEnum.SharedSetError value)
         The reasons for the shared set error
         
        .google.ads.googleads.v10.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
        Parameters:
        value - The sharedSetError to set.
        Returns:
        This builder for chaining.
      • clearSharedSetError

        public ErrorCode.Builder clearSharedSetError()
         The reasons for the shared set error
         
        .google.ads.googleads.v10.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
        Returns:
        This builder for chaining.
      • hasSharedCriterionError

        public boolean hasSharedCriterionError()
         The reasons for the shared criterion error
         
        .google.ads.googleads.v10.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
        Specified by:
        hasSharedCriterionError in interface ErrorCodeOrBuilder
        Returns:
        Whether the sharedCriterionError field is set.
      • getSharedCriterionErrorValue

        public int getSharedCriterionErrorValue()
         The reasons for the shared criterion error
         
        .google.ads.googleads.v10.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
        Specified by:
        getSharedCriterionErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for sharedCriterionError.
      • setSharedCriterionErrorValue

        public ErrorCode.Builder setSharedCriterionErrorValue​(int value)
         The reasons for the shared criterion error
         
        .google.ads.googleads.v10.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
        Parameters:
        value - The enum numeric value on the wire for sharedCriterionError to set.
        Returns:
        This builder for chaining.
      • setSharedCriterionError

        public ErrorCode.Builder setSharedCriterionError​(SharedCriterionErrorEnum.SharedCriterionError value)
         The reasons for the shared criterion error
         
        .google.ads.googleads.v10.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
        Parameters:
        value - The sharedCriterionError to set.
        Returns:
        This builder for chaining.
      • clearSharedCriterionError

        public ErrorCode.Builder clearSharedCriterionError()
         The reasons for the shared criterion error
         
        .google.ads.googleads.v10.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
        Returns:
        This builder for chaining.
      • hasCampaignSharedSetError

        public boolean hasCampaignSharedSetError()
         The reasons for the campaign shared set error
         
        .google.ads.googleads.v10.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
        Specified by:
        hasCampaignSharedSetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignSharedSetError field is set.
      • getCampaignSharedSetErrorValue

        public int getCampaignSharedSetErrorValue()
         The reasons for the campaign shared set error
         
        .google.ads.googleads.v10.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
        Specified by:
        getCampaignSharedSetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignSharedSetError.
      • setCampaignSharedSetErrorValue

        public ErrorCode.Builder setCampaignSharedSetErrorValue​(int value)
         The reasons for the campaign shared set error
         
        .google.ads.googleads.v10.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
        Parameters:
        value - The enum numeric value on the wire for campaignSharedSetError to set.
        Returns:
        This builder for chaining.
      • setCampaignSharedSetError

        public ErrorCode.Builder setCampaignSharedSetError​(CampaignSharedSetErrorEnum.CampaignSharedSetError value)
         The reasons for the campaign shared set error
         
        .google.ads.googleads.v10.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
        Parameters:
        value - The campaignSharedSetError to set.
        Returns:
        This builder for chaining.
      • clearCampaignSharedSetError

        public ErrorCode.Builder clearCampaignSharedSetError()
         The reasons for the campaign shared set error
         
        .google.ads.googleads.v10.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
        Returns:
        This builder for chaining.
      • hasConversionActionError

        public boolean hasConversionActionError()
         The reasons for the conversion action error
         
        .google.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
        Specified by:
        hasConversionActionError in interface ErrorCodeOrBuilder
        Returns:
        Whether the conversionActionError field is set.
      • getConversionActionErrorValue

        public int getConversionActionErrorValue()
         The reasons for the conversion action error
         
        .google.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
        Specified by:
        getConversionActionErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for conversionActionError.
      • setConversionActionErrorValue

        public ErrorCode.Builder setConversionActionErrorValue​(int value)
         The reasons for the conversion action error
         
        .google.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
        Parameters:
        value - The enum numeric value on the wire for conversionActionError to set.
        Returns:
        This builder for chaining.
      • setConversionActionError

        public ErrorCode.Builder setConversionActionError​(ConversionActionErrorEnum.ConversionActionError value)
         The reasons for the conversion action error
         
        .google.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
        Parameters:
        value - The conversionActionError to set.
        Returns:
        This builder for chaining.
      • clearConversionActionError

        public ErrorCode.Builder clearConversionActionError()
         The reasons for the conversion action error
         
        .google.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
        Returns:
        This builder for chaining.
      • hasConversionAdjustmentUploadError

        public boolean hasConversionAdjustmentUploadError()
         The reasons for the conversion adjustment upload error
         
        .google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
        Specified by:
        hasConversionAdjustmentUploadError in interface ErrorCodeOrBuilder
        Returns:
        Whether the conversionAdjustmentUploadError field is set.
      • getConversionAdjustmentUploadErrorValue

        public int getConversionAdjustmentUploadErrorValue()
         The reasons for the conversion adjustment upload error
         
        .google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
        Specified by:
        getConversionAdjustmentUploadErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for conversionAdjustmentUploadError.
      • setConversionAdjustmentUploadErrorValue

        public ErrorCode.Builder setConversionAdjustmentUploadErrorValue​(int value)
         The reasons for the conversion adjustment upload error
         
        .google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
        Parameters:
        value - The enum numeric value on the wire for conversionAdjustmentUploadError to set.
        Returns:
        This builder for chaining.
      • setConversionAdjustmentUploadError

        public ErrorCode.Builder setConversionAdjustmentUploadError​(ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError value)
         The reasons for the conversion adjustment upload error
         
        .google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
        Parameters:
        value - The conversionAdjustmentUploadError to set.
        Returns:
        This builder for chaining.
      • clearConversionAdjustmentUploadError

        public ErrorCode.Builder clearConversionAdjustmentUploadError()
         The reasons for the conversion adjustment upload error
         
        .google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
        Returns:
        This builder for chaining.
      • hasConversionCustomVariableError

        public boolean hasConversionCustomVariableError()
         The reasons for the conversion custom variable error
         
        .google.ads.googleads.v10.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
        Specified by:
        hasConversionCustomVariableError in interface ErrorCodeOrBuilder
        Returns:
        Whether the conversionCustomVariableError field is set.
      • getConversionCustomVariableErrorValue

        public int getConversionCustomVariableErrorValue()
         The reasons for the conversion custom variable error
         
        .google.ads.googleads.v10.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
        Specified by:
        getConversionCustomVariableErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for conversionCustomVariableError.
      • setConversionCustomVariableErrorValue

        public ErrorCode.Builder setConversionCustomVariableErrorValue​(int value)
         The reasons for the conversion custom variable error
         
        .google.ads.googleads.v10.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
        Parameters:
        value - The enum numeric value on the wire for conversionCustomVariableError to set.
        Returns:
        This builder for chaining.
      • setConversionCustomVariableError

        public ErrorCode.Builder setConversionCustomVariableError​(ConversionCustomVariableErrorEnum.ConversionCustomVariableError value)
         The reasons for the conversion custom variable error
         
        .google.ads.googleads.v10.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
        Parameters:
        value - The conversionCustomVariableError to set.
        Returns:
        This builder for chaining.
      • clearConversionCustomVariableError

        public ErrorCode.Builder clearConversionCustomVariableError()
         The reasons for the conversion custom variable error
         
        .google.ads.googleads.v10.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
        Returns:
        This builder for chaining.
      • hasConversionUploadError

        public boolean hasConversionUploadError()
         The reasons for the conversion upload error
         
        .google.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
        Specified by:
        hasConversionUploadError in interface ErrorCodeOrBuilder
        Returns:
        Whether the conversionUploadError field is set.
      • getConversionUploadErrorValue

        public int getConversionUploadErrorValue()
         The reasons for the conversion upload error
         
        .google.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
        Specified by:
        getConversionUploadErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for conversionUploadError.
      • setConversionUploadErrorValue

        public ErrorCode.Builder setConversionUploadErrorValue​(int value)
         The reasons for the conversion upload error
         
        .google.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
        Parameters:
        value - The enum numeric value on the wire for conversionUploadError to set.
        Returns:
        This builder for chaining.
      • setConversionUploadError

        public ErrorCode.Builder setConversionUploadError​(ConversionUploadErrorEnum.ConversionUploadError value)
         The reasons for the conversion upload error
         
        .google.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
        Parameters:
        value - The conversionUploadError to set.
        Returns:
        This builder for chaining.
      • clearConversionUploadError

        public ErrorCode.Builder clearConversionUploadError()
         The reasons for the conversion upload error
         
        .google.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
        Returns:
        This builder for chaining.
      • hasConversionValueRuleError

        public boolean hasConversionValueRuleError()
         The reasons for the conversion value rule error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
        Specified by:
        hasConversionValueRuleError in interface ErrorCodeOrBuilder
        Returns:
        Whether the conversionValueRuleError field is set.
      • getConversionValueRuleErrorValue

        public int getConversionValueRuleErrorValue()
         The reasons for the conversion value rule error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
        Specified by:
        getConversionValueRuleErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for conversionValueRuleError.
      • setConversionValueRuleErrorValue

        public ErrorCode.Builder setConversionValueRuleErrorValue​(int value)
         The reasons for the conversion value rule error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
        Parameters:
        value - The enum numeric value on the wire for conversionValueRuleError to set.
        Returns:
        This builder for chaining.
      • setConversionValueRuleError

        public ErrorCode.Builder setConversionValueRuleError​(ConversionValueRuleErrorEnum.ConversionValueRuleError value)
         The reasons for the conversion value rule error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
        Parameters:
        value - The conversionValueRuleError to set.
        Returns:
        This builder for chaining.
      • clearConversionValueRuleError

        public ErrorCode.Builder clearConversionValueRuleError()
         The reasons for the conversion value rule error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
        Returns:
        This builder for chaining.
      • hasConversionValueRuleSetError

        public boolean hasConversionValueRuleSetError()
         The reasons for the conversion value rule set error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
        Specified by:
        hasConversionValueRuleSetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the conversionValueRuleSetError field is set.
      • getConversionValueRuleSetErrorValue

        public int getConversionValueRuleSetErrorValue()
         The reasons for the conversion value rule set error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
        Specified by:
        getConversionValueRuleSetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for conversionValueRuleSetError.
      • setConversionValueRuleSetErrorValue

        public ErrorCode.Builder setConversionValueRuleSetErrorValue​(int value)
         The reasons for the conversion value rule set error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
        Parameters:
        value - The enum numeric value on the wire for conversionValueRuleSetError to set.
        Returns:
        This builder for chaining.
      • setConversionValueRuleSetError

        public ErrorCode.Builder setConversionValueRuleSetError​(ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError value)
         The reasons for the conversion value rule set error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
        Parameters:
        value - The conversionValueRuleSetError to set.
        Returns:
        This builder for chaining.
      • clearConversionValueRuleSetError

        public ErrorCode.Builder clearConversionValueRuleSetError()
         The reasons for the conversion value rule set error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
        Returns:
        This builder for chaining.
      • hasHeaderError

        public boolean hasHeaderError()
         The reasons for the header error.
         
        .google.ads.googleads.v10.errors.HeaderErrorEnum.HeaderError header_error = 66;
        Specified by:
        hasHeaderError in interface ErrorCodeOrBuilder
        Returns:
        Whether the headerError field is set.
      • getHeaderErrorValue

        public int getHeaderErrorValue()
         The reasons for the header error.
         
        .google.ads.googleads.v10.errors.HeaderErrorEnum.HeaderError header_error = 66;
        Specified by:
        getHeaderErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for headerError.
      • setHeaderErrorValue

        public ErrorCode.Builder setHeaderErrorValue​(int value)
         The reasons for the header error.
         
        .google.ads.googleads.v10.errors.HeaderErrorEnum.HeaderError header_error = 66;
        Parameters:
        value - The enum numeric value on the wire for headerError to set.
        Returns:
        This builder for chaining.
      • setHeaderError

        public ErrorCode.Builder setHeaderError​(HeaderErrorEnum.HeaderError value)
         The reasons for the header error.
         
        .google.ads.googleads.v10.errors.HeaderErrorEnum.HeaderError header_error = 66;
        Parameters:
        value - The headerError to set.
        Returns:
        This builder for chaining.
      • clearHeaderError

        public ErrorCode.Builder clearHeaderError()
         The reasons for the header error.
         
        .google.ads.googleads.v10.errors.HeaderErrorEnum.HeaderError header_error = 66;
        Returns:
        This builder for chaining.
      • hasDatabaseError

        public boolean hasDatabaseError()
         The reasons for the database error.
         
        .google.ads.googleads.v10.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
        Specified by:
        hasDatabaseError in interface ErrorCodeOrBuilder
        Returns:
        Whether the databaseError field is set.
      • getDatabaseErrorValue

        public int getDatabaseErrorValue()
         The reasons for the database error.
         
        .google.ads.googleads.v10.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
        Specified by:
        getDatabaseErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for databaseError.
      • setDatabaseErrorValue

        public ErrorCode.Builder setDatabaseErrorValue​(int value)
         The reasons for the database error.
         
        .google.ads.googleads.v10.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
        Parameters:
        value - The enum numeric value on the wire for databaseError to set.
        Returns:
        This builder for chaining.
      • setDatabaseError

        public ErrorCode.Builder setDatabaseError​(DatabaseErrorEnum.DatabaseError value)
         The reasons for the database error.
         
        .google.ads.googleads.v10.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
        Parameters:
        value - The databaseError to set.
        Returns:
        This builder for chaining.
      • clearDatabaseError

        public ErrorCode.Builder clearDatabaseError()
         The reasons for the database error.
         
        .google.ads.googleads.v10.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
        Returns:
        This builder for chaining.
      • hasPolicyFindingError

        public boolean hasPolicyFindingError()
         The reasons for the policy finding error.
         
        .google.ads.googleads.v10.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
        Specified by:
        hasPolicyFindingError in interface ErrorCodeOrBuilder
        Returns:
        Whether the policyFindingError field is set.
      • getPolicyFindingErrorValue

        public int getPolicyFindingErrorValue()
         The reasons for the policy finding error.
         
        .google.ads.googleads.v10.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
        Specified by:
        getPolicyFindingErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for policyFindingError.
      • setPolicyFindingErrorValue

        public ErrorCode.Builder setPolicyFindingErrorValue​(int value)
         The reasons for the policy finding error.
         
        .google.ads.googleads.v10.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
        Parameters:
        value - The enum numeric value on the wire for policyFindingError to set.
        Returns:
        This builder for chaining.
      • setPolicyFindingError

        public ErrorCode.Builder setPolicyFindingError​(PolicyFindingErrorEnum.PolicyFindingError value)
         The reasons for the policy finding error.
         
        .google.ads.googleads.v10.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
        Parameters:
        value - The policyFindingError to set.
        Returns:
        This builder for chaining.
      • clearPolicyFindingError

        public ErrorCode.Builder clearPolicyFindingError()
         The reasons for the policy finding error.
         
        .google.ads.googleads.v10.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
        Returns:
        This builder for chaining.
      • hasEnumError

        public boolean hasEnumError()
         The reason for enum error.
         
        .google.ads.googleads.v10.errors.EnumErrorEnum.EnumError enum_error = 70;
        Specified by:
        hasEnumError in interface ErrorCodeOrBuilder
        Returns:
        Whether the enumError field is set.
      • getEnumErrorValue

        public int getEnumErrorValue()
         The reason for enum error.
         
        .google.ads.googleads.v10.errors.EnumErrorEnum.EnumError enum_error = 70;
        Specified by:
        getEnumErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for enumError.
      • setEnumErrorValue

        public ErrorCode.Builder setEnumErrorValue​(int value)
         The reason for enum error.
         
        .google.ads.googleads.v10.errors.EnumErrorEnum.EnumError enum_error = 70;
        Parameters:
        value - The enum numeric value on the wire for enumError to set.
        Returns:
        This builder for chaining.
      • setEnumError

        public ErrorCode.Builder setEnumError​(EnumErrorEnum.EnumError value)
         The reason for enum error.
         
        .google.ads.googleads.v10.errors.EnumErrorEnum.EnumError enum_error = 70;
        Parameters:
        value - The enumError to set.
        Returns:
        This builder for chaining.
      • clearEnumError

        public ErrorCode.Builder clearEnumError()
         The reason for enum error.
         
        .google.ads.googleads.v10.errors.EnumErrorEnum.EnumError enum_error = 70;
        Returns:
        This builder for chaining.
      • hasKeywordPlanError

        public boolean hasKeywordPlanError()
         The reason for keyword plan error.
         
        .google.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
        Specified by:
        hasKeywordPlanError in interface ErrorCodeOrBuilder
        Returns:
        Whether the keywordPlanError field is set.
      • getKeywordPlanErrorValue

        public int getKeywordPlanErrorValue()
         The reason for keyword plan error.
         
        .google.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
        Specified by:
        getKeywordPlanErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for keywordPlanError.
      • setKeywordPlanErrorValue

        public ErrorCode.Builder setKeywordPlanErrorValue​(int value)
         The reason for keyword plan error.
         
        .google.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
        Parameters:
        value - The enum numeric value on the wire for keywordPlanError to set.
        Returns:
        This builder for chaining.
      • setKeywordPlanError

        public ErrorCode.Builder setKeywordPlanError​(KeywordPlanErrorEnum.KeywordPlanError value)
         The reason for keyword plan error.
         
        .google.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
        Parameters:
        value - The keywordPlanError to set.
        Returns:
        This builder for chaining.
      • clearKeywordPlanError

        public ErrorCode.Builder clearKeywordPlanError()
         The reason for keyword plan error.
         
        .google.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
        Returns:
        This builder for chaining.
      • hasKeywordPlanCampaignError

        public boolean hasKeywordPlanCampaignError()
         The reason for keyword plan campaign error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
        Specified by:
        hasKeywordPlanCampaignError in interface ErrorCodeOrBuilder
        Returns:
        Whether the keywordPlanCampaignError field is set.
      • getKeywordPlanCampaignErrorValue

        public int getKeywordPlanCampaignErrorValue()
         The reason for keyword plan campaign error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
        Specified by:
        getKeywordPlanCampaignErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for keywordPlanCampaignError.
      • setKeywordPlanCampaignErrorValue

        public ErrorCode.Builder setKeywordPlanCampaignErrorValue​(int value)
         The reason for keyword plan campaign error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
        Parameters:
        value - The enum numeric value on the wire for keywordPlanCampaignError to set.
        Returns:
        This builder for chaining.
      • setKeywordPlanCampaignError

        public ErrorCode.Builder setKeywordPlanCampaignError​(KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError value)
         The reason for keyword plan campaign error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
        Parameters:
        value - The keywordPlanCampaignError to set.
        Returns:
        This builder for chaining.
      • clearKeywordPlanCampaignError

        public ErrorCode.Builder clearKeywordPlanCampaignError()
         The reason for keyword plan campaign error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
        Returns:
        This builder for chaining.
      • hasKeywordPlanCampaignKeywordError

        public boolean hasKeywordPlanCampaignKeywordError()
         The reason for keyword plan campaign keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
        Specified by:
        hasKeywordPlanCampaignKeywordError in interface ErrorCodeOrBuilder
        Returns:
        Whether the keywordPlanCampaignKeywordError field is set.
      • getKeywordPlanCampaignKeywordErrorValue

        public int getKeywordPlanCampaignKeywordErrorValue()
         The reason for keyword plan campaign keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
        Specified by:
        getKeywordPlanCampaignKeywordErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for keywordPlanCampaignKeywordError.
      • setKeywordPlanCampaignKeywordErrorValue

        public ErrorCode.Builder setKeywordPlanCampaignKeywordErrorValue​(int value)
         The reason for keyword plan campaign keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
        Parameters:
        value - The enum numeric value on the wire for keywordPlanCampaignKeywordError to set.
        Returns:
        This builder for chaining.
      • setKeywordPlanCampaignKeywordError

        public ErrorCode.Builder setKeywordPlanCampaignKeywordError​(KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError value)
         The reason for keyword plan campaign keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
        Parameters:
        value - The keywordPlanCampaignKeywordError to set.
        Returns:
        This builder for chaining.
      • clearKeywordPlanCampaignKeywordError

        public ErrorCode.Builder clearKeywordPlanCampaignKeywordError()
         The reason for keyword plan campaign keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
        Returns:
        This builder for chaining.
      • hasKeywordPlanAdGroupError

        public boolean hasKeywordPlanAdGroupError()
         The reason for keyword plan ad group error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
        Specified by:
        hasKeywordPlanAdGroupError in interface ErrorCodeOrBuilder
        Returns:
        Whether the keywordPlanAdGroupError field is set.
      • getKeywordPlanAdGroupErrorValue

        public int getKeywordPlanAdGroupErrorValue()
         The reason for keyword plan ad group error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
        Specified by:
        getKeywordPlanAdGroupErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for keywordPlanAdGroupError.
      • setKeywordPlanAdGroupErrorValue

        public ErrorCode.Builder setKeywordPlanAdGroupErrorValue​(int value)
         The reason for keyword plan ad group error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
        Parameters:
        value - The enum numeric value on the wire for keywordPlanAdGroupError to set.
        Returns:
        This builder for chaining.
      • setKeywordPlanAdGroupError

        public ErrorCode.Builder setKeywordPlanAdGroupError​(KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError value)
         The reason for keyword plan ad group error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
        Parameters:
        value - The keywordPlanAdGroupError to set.
        Returns:
        This builder for chaining.
      • clearKeywordPlanAdGroupError

        public ErrorCode.Builder clearKeywordPlanAdGroupError()
         The reason for keyword plan ad group error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
        Returns:
        This builder for chaining.
      • hasKeywordPlanAdGroupKeywordError

        public boolean hasKeywordPlanAdGroupKeywordError()
         The reason for keyword plan ad group keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
        Specified by:
        hasKeywordPlanAdGroupKeywordError in interface ErrorCodeOrBuilder
        Returns:
        Whether the keywordPlanAdGroupKeywordError field is set.
      • getKeywordPlanAdGroupKeywordErrorValue

        public int getKeywordPlanAdGroupKeywordErrorValue()
         The reason for keyword plan ad group keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
        Specified by:
        getKeywordPlanAdGroupKeywordErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for keywordPlanAdGroupKeywordError.
      • setKeywordPlanAdGroupKeywordErrorValue

        public ErrorCode.Builder setKeywordPlanAdGroupKeywordErrorValue​(int value)
         The reason for keyword plan ad group keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
        Parameters:
        value - The enum numeric value on the wire for keywordPlanAdGroupKeywordError to set.
        Returns:
        This builder for chaining.
      • setKeywordPlanAdGroupKeywordError

        public ErrorCode.Builder setKeywordPlanAdGroupKeywordError​(KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError value)
         The reason for keyword plan ad group keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
        Parameters:
        value - The keywordPlanAdGroupKeywordError to set.
        Returns:
        This builder for chaining.
      • clearKeywordPlanAdGroupKeywordError

        public ErrorCode.Builder clearKeywordPlanAdGroupKeywordError()
         The reason for keyword plan ad group keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
        Returns:
        This builder for chaining.
      • hasKeywordPlanIdeaError

        public boolean hasKeywordPlanIdeaError()
         The reason for keyword idea error.
         
        .google.ads.googleads.v10.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
        Specified by:
        hasKeywordPlanIdeaError in interface ErrorCodeOrBuilder
        Returns:
        Whether the keywordPlanIdeaError field is set.
      • getKeywordPlanIdeaErrorValue

        public int getKeywordPlanIdeaErrorValue()
         The reason for keyword idea error.
         
        .google.ads.googleads.v10.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
        Specified by:
        getKeywordPlanIdeaErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for keywordPlanIdeaError.
      • setKeywordPlanIdeaErrorValue

        public ErrorCode.Builder setKeywordPlanIdeaErrorValue​(int value)
         The reason for keyword idea error.
         
        .google.ads.googleads.v10.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
        Parameters:
        value - The enum numeric value on the wire for keywordPlanIdeaError to set.
        Returns:
        This builder for chaining.
      • setKeywordPlanIdeaError

        public ErrorCode.Builder setKeywordPlanIdeaError​(KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError value)
         The reason for keyword idea error.
         
        .google.ads.googleads.v10.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
        Parameters:
        value - The keywordPlanIdeaError to set.
        Returns:
        This builder for chaining.
      • clearKeywordPlanIdeaError

        public ErrorCode.Builder clearKeywordPlanIdeaError()
         The reason for keyword idea error.
         
        .google.ads.googleads.v10.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
        Returns:
        This builder for chaining.
      • hasAccountBudgetProposalError

        public boolean hasAccountBudgetProposalError()
         The reasons for account budget proposal errors.
         
        .google.ads.googleads.v10.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
        Specified by:
        hasAccountBudgetProposalError in interface ErrorCodeOrBuilder
        Returns:
        Whether the accountBudgetProposalError field is set.
      • getAccountBudgetProposalErrorValue

        public int getAccountBudgetProposalErrorValue()
         The reasons for account budget proposal errors.
         
        .google.ads.googleads.v10.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
        Specified by:
        getAccountBudgetProposalErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for accountBudgetProposalError.
      • setAccountBudgetProposalErrorValue

        public ErrorCode.Builder setAccountBudgetProposalErrorValue​(int value)
         The reasons for account budget proposal errors.
         
        .google.ads.googleads.v10.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
        Parameters:
        value - The enum numeric value on the wire for accountBudgetProposalError to set.
        Returns:
        This builder for chaining.
      • setAccountBudgetProposalError

        public ErrorCode.Builder setAccountBudgetProposalError​(AccountBudgetProposalErrorEnum.AccountBudgetProposalError value)
         The reasons for account budget proposal errors.
         
        .google.ads.googleads.v10.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
        Parameters:
        value - The accountBudgetProposalError to set.
        Returns:
        This builder for chaining.
      • clearAccountBudgetProposalError

        public ErrorCode.Builder clearAccountBudgetProposalError()
         The reasons for account budget proposal errors.
         
        .google.ads.googleads.v10.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
        Returns:
        This builder for chaining.
      • hasUserListError

        public boolean hasUserListError()
         The reasons for the user list error
         
        .google.ads.googleads.v10.errors.UserListErrorEnum.UserListError user_list_error = 78;
        Specified by:
        hasUserListError in interface ErrorCodeOrBuilder
        Returns:
        Whether the userListError field is set.
      • getUserListErrorValue

        public int getUserListErrorValue()
         The reasons for the user list error
         
        .google.ads.googleads.v10.errors.UserListErrorEnum.UserListError user_list_error = 78;
        Specified by:
        getUserListErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for userListError.
      • setUserListErrorValue

        public ErrorCode.Builder setUserListErrorValue​(int value)
         The reasons for the user list error
         
        .google.ads.googleads.v10.errors.UserListErrorEnum.UserListError user_list_error = 78;
        Parameters:
        value - The enum numeric value on the wire for userListError to set.
        Returns:
        This builder for chaining.
      • setUserListError

        public ErrorCode.Builder setUserListError​(UserListErrorEnum.UserListError value)
         The reasons for the user list error
         
        .google.ads.googleads.v10.errors.UserListErrorEnum.UserListError user_list_error = 78;
        Parameters:
        value - The userListError to set.
        Returns:
        This builder for chaining.
      • clearUserListError

        public ErrorCode.Builder clearUserListError()
         The reasons for the user list error
         
        .google.ads.googleads.v10.errors.UserListErrorEnum.UserListError user_list_error = 78;
        Returns:
        This builder for chaining.
      • hasChangeEventError

        public boolean hasChangeEventError()
         The reasons for the change event error
         
        .google.ads.googleads.v10.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
        Specified by:
        hasChangeEventError in interface ErrorCodeOrBuilder
        Returns:
        Whether the changeEventError field is set.
      • getChangeEventErrorValue

        public int getChangeEventErrorValue()
         The reasons for the change event error
         
        .google.ads.googleads.v10.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
        Specified by:
        getChangeEventErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for changeEventError.
      • setChangeEventErrorValue

        public ErrorCode.Builder setChangeEventErrorValue​(int value)
         The reasons for the change event error
         
        .google.ads.googleads.v10.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
        Parameters:
        value - The enum numeric value on the wire for changeEventError to set.
        Returns:
        This builder for chaining.
      • setChangeEventError

        public ErrorCode.Builder setChangeEventError​(ChangeEventErrorEnum.ChangeEventError value)
         The reasons for the change event error
         
        .google.ads.googleads.v10.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
        Parameters:
        value - The changeEventError to set.
        Returns:
        This builder for chaining.
      • clearChangeEventError

        public ErrorCode.Builder clearChangeEventError()
         The reasons for the change event error
         
        .google.ads.googleads.v10.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
        Returns:
        This builder for chaining.
      • hasChangeStatusError

        public boolean hasChangeStatusError()
         The reasons for the change status error
         
        .google.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
        Specified by:
        hasChangeStatusError in interface ErrorCodeOrBuilder
        Returns:
        Whether the changeStatusError field is set.
      • getChangeStatusErrorValue

        public int getChangeStatusErrorValue()
         The reasons for the change status error
         
        .google.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
        Specified by:
        getChangeStatusErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for changeStatusError.
      • setChangeStatusErrorValue

        public ErrorCode.Builder setChangeStatusErrorValue​(int value)
         The reasons for the change status error
         
        .google.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
        Parameters:
        value - The enum numeric value on the wire for changeStatusError to set.
        Returns:
        This builder for chaining.
      • setChangeStatusError

        public ErrorCode.Builder setChangeStatusError​(ChangeStatusErrorEnum.ChangeStatusError value)
         The reasons for the change status error
         
        .google.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
        Parameters:
        value - The changeStatusError to set.
        Returns:
        This builder for chaining.
      • clearChangeStatusError

        public ErrorCode.Builder clearChangeStatusError()
         The reasons for the change status error
         
        .google.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
        Returns:
        This builder for chaining.
      • hasFeedError

        public boolean hasFeedError()
         The reasons for the feed error
         
        .google.ads.googleads.v10.errors.FeedErrorEnum.FeedError feed_error = 80;
        Specified by:
        hasFeedError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedError field is set.
      • getFeedErrorValue

        public int getFeedErrorValue()
         The reasons for the feed error
         
        .google.ads.googleads.v10.errors.FeedErrorEnum.FeedError feed_error = 80;
        Specified by:
        getFeedErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedError.
      • setFeedErrorValue

        public ErrorCode.Builder setFeedErrorValue​(int value)
         The reasons for the feed error
         
        .google.ads.googleads.v10.errors.FeedErrorEnum.FeedError feed_error = 80;
        Parameters:
        value - The enum numeric value on the wire for feedError to set.
        Returns:
        This builder for chaining.
      • setFeedError

        public ErrorCode.Builder setFeedError​(FeedErrorEnum.FeedError value)
         The reasons for the feed error
         
        .google.ads.googleads.v10.errors.FeedErrorEnum.FeedError feed_error = 80;
        Parameters:
        value - The feedError to set.
        Returns:
        This builder for chaining.
      • clearFeedError

        public ErrorCode.Builder clearFeedError()
         The reasons for the feed error
         
        .google.ads.googleads.v10.errors.FeedErrorEnum.FeedError feed_error = 80;
        Returns:
        This builder for chaining.
      • hasGeoTargetConstantSuggestionError

        public boolean hasGeoTargetConstantSuggestionError()
         The reasons for the geo target constant suggestion error.
         
        .google.ads.googleads.v10.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
        Specified by:
        hasGeoTargetConstantSuggestionError in interface ErrorCodeOrBuilder
        Returns:
        Whether the geoTargetConstantSuggestionError field is set.
      • getGeoTargetConstantSuggestionErrorValue

        public int getGeoTargetConstantSuggestionErrorValue()
         The reasons for the geo target constant suggestion error.
         
        .google.ads.googleads.v10.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
        Specified by:
        getGeoTargetConstantSuggestionErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for geoTargetConstantSuggestionError.
      • setGeoTargetConstantSuggestionErrorValue

        public ErrorCode.Builder setGeoTargetConstantSuggestionErrorValue​(int value)
         The reasons for the geo target constant suggestion error.
         
        .google.ads.googleads.v10.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
        Parameters:
        value - The enum numeric value on the wire for geoTargetConstantSuggestionError to set.
        Returns:
        This builder for chaining.
      • setGeoTargetConstantSuggestionError

        public ErrorCode.Builder setGeoTargetConstantSuggestionError​(GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError value)
         The reasons for the geo target constant suggestion error.
         
        .google.ads.googleads.v10.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
        Parameters:
        value - The geoTargetConstantSuggestionError to set.
        Returns:
        This builder for chaining.
      • clearGeoTargetConstantSuggestionError

        public ErrorCode.Builder clearGeoTargetConstantSuggestionError()
         The reasons for the geo target constant suggestion error.
         
        .google.ads.googleads.v10.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
        Returns:
        This builder for chaining.
      • hasCampaignDraftError

        public boolean hasCampaignDraftError()
         The reasons for the campaign draft error
         
        .google.ads.googleads.v10.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
        Specified by:
        hasCampaignDraftError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignDraftError field is set.
      • getCampaignDraftErrorValue

        public int getCampaignDraftErrorValue()
         The reasons for the campaign draft error
         
        .google.ads.googleads.v10.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
        Specified by:
        getCampaignDraftErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignDraftError.
      • setCampaignDraftErrorValue

        public ErrorCode.Builder setCampaignDraftErrorValue​(int value)
         The reasons for the campaign draft error
         
        .google.ads.googleads.v10.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
        Parameters:
        value - The enum numeric value on the wire for campaignDraftError to set.
        Returns:
        This builder for chaining.
      • setCampaignDraftError

        public ErrorCode.Builder setCampaignDraftError​(CampaignDraftErrorEnum.CampaignDraftError value)
         The reasons for the campaign draft error
         
        .google.ads.googleads.v10.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
        Parameters:
        value - The campaignDraftError to set.
        Returns:
        This builder for chaining.
      • clearCampaignDraftError

        public ErrorCode.Builder clearCampaignDraftError()
         The reasons for the campaign draft error
         
        .google.ads.googleads.v10.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
        Returns:
        This builder for chaining.
      • hasFeedItemError

        public boolean hasFeedItemError()
         The reasons for the feed item error
         
        .google.ads.googleads.v10.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
        Specified by:
        hasFeedItemError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedItemError field is set.
      • getFeedItemErrorValue

        public int getFeedItemErrorValue()
         The reasons for the feed item error
         
        .google.ads.googleads.v10.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
        Specified by:
        getFeedItemErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedItemError.
      • setFeedItemErrorValue

        public ErrorCode.Builder setFeedItemErrorValue​(int value)
         The reasons for the feed item error
         
        .google.ads.googleads.v10.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
        Parameters:
        value - The enum numeric value on the wire for feedItemError to set.
        Returns:
        This builder for chaining.
      • setFeedItemError

        public ErrorCode.Builder setFeedItemError​(FeedItemErrorEnum.FeedItemError value)
         The reasons for the feed item error
         
        .google.ads.googleads.v10.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
        Parameters:
        value - The feedItemError to set.
        Returns:
        This builder for chaining.
      • clearFeedItemError

        public ErrorCode.Builder clearFeedItemError()
         The reasons for the feed item error
         
        .google.ads.googleads.v10.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
        Returns:
        This builder for chaining.
      • hasLabelError

        public boolean hasLabelError()
         The reason for the label error.
         
        .google.ads.googleads.v10.errors.LabelErrorEnum.LabelError label_error = 84;
        Specified by:
        hasLabelError in interface ErrorCodeOrBuilder
        Returns:
        Whether the labelError field is set.
      • getLabelErrorValue

        public int getLabelErrorValue()
         The reason for the label error.
         
        .google.ads.googleads.v10.errors.LabelErrorEnum.LabelError label_error = 84;
        Specified by:
        getLabelErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for labelError.
      • setLabelErrorValue

        public ErrorCode.Builder setLabelErrorValue​(int value)
         The reason for the label error.
         
        .google.ads.googleads.v10.errors.LabelErrorEnum.LabelError label_error = 84;
        Parameters:
        value - The enum numeric value on the wire for labelError to set.
        Returns:
        This builder for chaining.
      • setLabelError

        public ErrorCode.Builder setLabelError​(LabelErrorEnum.LabelError value)
         The reason for the label error.
         
        .google.ads.googleads.v10.errors.LabelErrorEnum.LabelError label_error = 84;
        Parameters:
        value - The labelError to set.
        Returns:
        This builder for chaining.
      • clearLabelError

        public ErrorCode.Builder clearLabelError()
         The reason for the label error.
         
        .google.ads.googleads.v10.errors.LabelErrorEnum.LabelError label_error = 84;
        Returns:
        This builder for chaining.
      • hasBillingSetupError

        public boolean hasBillingSetupError()
         The reasons for the billing setup error
         
        .google.ads.googleads.v10.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
        Specified by:
        hasBillingSetupError in interface ErrorCodeOrBuilder
        Returns:
        Whether the billingSetupError field is set.
      • getBillingSetupErrorValue

        public int getBillingSetupErrorValue()
         The reasons for the billing setup error
         
        .google.ads.googleads.v10.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
        Specified by:
        getBillingSetupErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for billingSetupError.
      • setBillingSetupErrorValue

        public ErrorCode.Builder setBillingSetupErrorValue​(int value)
         The reasons for the billing setup error
         
        .google.ads.googleads.v10.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
        Parameters:
        value - The enum numeric value on the wire for billingSetupError to set.
        Returns:
        This builder for chaining.
      • setBillingSetupError

        public ErrorCode.Builder setBillingSetupError​(BillingSetupErrorEnum.BillingSetupError value)
         The reasons for the billing setup error
         
        .google.ads.googleads.v10.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
        Parameters:
        value - The billingSetupError to set.
        Returns:
        This builder for chaining.
      • clearBillingSetupError

        public ErrorCode.Builder clearBillingSetupError()
         The reasons for the billing setup error
         
        .google.ads.googleads.v10.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
        Returns:
        This builder for chaining.
      • hasCustomerClientLinkError

        public boolean hasCustomerClientLinkError()
         The reasons for the customer client link error
         
        .google.ads.googleads.v10.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
        Specified by:
        hasCustomerClientLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customerClientLinkError field is set.
      • getCustomerClientLinkErrorValue

        public int getCustomerClientLinkErrorValue()
         The reasons for the customer client link error
         
        .google.ads.googleads.v10.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
        Specified by:
        getCustomerClientLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customerClientLinkError.
      • setCustomerClientLinkErrorValue

        public ErrorCode.Builder setCustomerClientLinkErrorValue​(int value)
         The reasons for the customer client link error
         
        .google.ads.googleads.v10.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
        Parameters:
        value - The enum numeric value on the wire for customerClientLinkError to set.
        Returns:
        This builder for chaining.
      • setCustomerClientLinkError

        public ErrorCode.Builder setCustomerClientLinkError​(CustomerClientLinkErrorEnum.CustomerClientLinkError value)
         The reasons for the customer client link error
         
        .google.ads.googleads.v10.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
        Parameters:
        value - The customerClientLinkError to set.
        Returns:
        This builder for chaining.
      • clearCustomerClientLinkError

        public ErrorCode.Builder clearCustomerClientLinkError()
         The reasons for the customer client link error
         
        .google.ads.googleads.v10.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
        Returns:
        This builder for chaining.
      • hasCustomerManagerLinkError

        public boolean hasCustomerManagerLinkError()
         The reasons for the customer manager link error
         
        .google.ads.googleads.v10.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
        Specified by:
        hasCustomerManagerLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customerManagerLinkError field is set.
      • getCustomerManagerLinkErrorValue

        public int getCustomerManagerLinkErrorValue()
         The reasons for the customer manager link error
         
        .google.ads.googleads.v10.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
        Specified by:
        getCustomerManagerLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customerManagerLinkError.
      • setCustomerManagerLinkErrorValue

        public ErrorCode.Builder setCustomerManagerLinkErrorValue​(int value)
         The reasons for the customer manager link error
         
        .google.ads.googleads.v10.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
        Parameters:
        value - The enum numeric value on the wire for customerManagerLinkError to set.
        Returns:
        This builder for chaining.
      • setCustomerManagerLinkError

        public ErrorCode.Builder setCustomerManagerLinkError​(CustomerManagerLinkErrorEnum.CustomerManagerLinkError value)
         The reasons for the customer manager link error
         
        .google.ads.googleads.v10.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
        Parameters:
        value - The customerManagerLinkError to set.
        Returns:
        This builder for chaining.
      • clearCustomerManagerLinkError

        public ErrorCode.Builder clearCustomerManagerLinkError()
         The reasons for the customer manager link error
         
        .google.ads.googleads.v10.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
        Returns:
        This builder for chaining.
      • hasFeedMappingError

        public boolean hasFeedMappingError()
         The reasons for the feed mapping error
         
        .google.ads.googleads.v10.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
        Specified by:
        hasFeedMappingError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedMappingError field is set.
      • getFeedMappingErrorValue

        public int getFeedMappingErrorValue()
         The reasons for the feed mapping error
         
        .google.ads.googleads.v10.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
        Specified by:
        getFeedMappingErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedMappingError.
      • setFeedMappingErrorValue

        public ErrorCode.Builder setFeedMappingErrorValue​(int value)
         The reasons for the feed mapping error
         
        .google.ads.googleads.v10.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
        Parameters:
        value - The enum numeric value on the wire for feedMappingError to set.
        Returns:
        This builder for chaining.
      • setFeedMappingError

        public ErrorCode.Builder setFeedMappingError​(FeedMappingErrorEnum.FeedMappingError value)
         The reasons for the feed mapping error
         
        .google.ads.googleads.v10.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
        Parameters:
        value - The feedMappingError to set.
        Returns:
        This builder for chaining.
      • clearFeedMappingError

        public ErrorCode.Builder clearFeedMappingError()
         The reasons for the feed mapping error
         
        .google.ads.googleads.v10.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
        Returns:
        This builder for chaining.
      • hasCustomerFeedError

        public boolean hasCustomerFeedError()
         The reasons for the customer feed error
         
        .google.ads.googleads.v10.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
        Specified by:
        hasCustomerFeedError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customerFeedError field is set.
      • getCustomerFeedErrorValue

        public int getCustomerFeedErrorValue()
         The reasons for the customer feed error
         
        .google.ads.googleads.v10.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
        Specified by:
        getCustomerFeedErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customerFeedError.
      • setCustomerFeedErrorValue

        public ErrorCode.Builder setCustomerFeedErrorValue​(int value)
         The reasons for the customer feed error
         
        .google.ads.googleads.v10.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
        Parameters:
        value - The enum numeric value on the wire for customerFeedError to set.
        Returns:
        This builder for chaining.
      • setCustomerFeedError

        public ErrorCode.Builder setCustomerFeedError​(CustomerFeedErrorEnum.CustomerFeedError value)
         The reasons for the customer feed error
         
        .google.ads.googleads.v10.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
        Parameters:
        value - The customerFeedError to set.
        Returns:
        This builder for chaining.
      • clearCustomerFeedError

        public ErrorCode.Builder clearCustomerFeedError()
         The reasons for the customer feed error
         
        .google.ads.googleads.v10.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
        Returns:
        This builder for chaining.
      • hasAdGroupFeedError

        public boolean hasAdGroupFeedError()
         The reasons for the ad group feed error
         
        .google.ads.googleads.v10.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
        Specified by:
        hasAdGroupFeedError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adGroupFeedError field is set.
      • getAdGroupFeedErrorValue

        public int getAdGroupFeedErrorValue()
         The reasons for the ad group feed error
         
        .google.ads.googleads.v10.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
        Specified by:
        getAdGroupFeedErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adGroupFeedError.
      • setAdGroupFeedErrorValue

        public ErrorCode.Builder setAdGroupFeedErrorValue​(int value)
         The reasons for the ad group feed error
         
        .google.ads.googleads.v10.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
        Parameters:
        value - The enum numeric value on the wire for adGroupFeedError to set.
        Returns:
        This builder for chaining.
      • setAdGroupFeedError

        public ErrorCode.Builder setAdGroupFeedError​(AdGroupFeedErrorEnum.AdGroupFeedError value)
         The reasons for the ad group feed error
         
        .google.ads.googleads.v10.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
        Parameters:
        value - The adGroupFeedError to set.
        Returns:
        This builder for chaining.
      • clearAdGroupFeedError

        public ErrorCode.Builder clearAdGroupFeedError()
         The reasons for the ad group feed error
         
        .google.ads.googleads.v10.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
        Returns:
        This builder for chaining.
      • hasCampaignFeedError

        public boolean hasCampaignFeedError()
         The reasons for the campaign feed error
         
        .google.ads.googleads.v10.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
        Specified by:
        hasCampaignFeedError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignFeedError field is set.
      • getCampaignFeedErrorValue

        public int getCampaignFeedErrorValue()
         The reasons for the campaign feed error
         
        .google.ads.googleads.v10.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
        Specified by:
        getCampaignFeedErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignFeedError.
      • setCampaignFeedErrorValue

        public ErrorCode.Builder setCampaignFeedErrorValue​(int value)
         The reasons for the campaign feed error
         
        .google.ads.googleads.v10.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
        Parameters:
        value - The enum numeric value on the wire for campaignFeedError to set.
        Returns:
        This builder for chaining.
      • setCampaignFeedError

        public ErrorCode.Builder setCampaignFeedError​(CampaignFeedErrorEnum.CampaignFeedError value)
         The reasons for the campaign feed error
         
        .google.ads.googleads.v10.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
        Parameters:
        value - The campaignFeedError to set.
        Returns:
        This builder for chaining.
      • clearCampaignFeedError

        public ErrorCode.Builder clearCampaignFeedError()
         The reasons for the campaign feed error
         
        .google.ads.googleads.v10.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
        Returns:
        This builder for chaining.
      • hasCustomInterestError

        public boolean hasCustomInterestError()
         The reasons for the custom interest error
         
        .google.ads.googleads.v10.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
        Specified by:
        hasCustomInterestError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customInterestError field is set.
      • getCustomInterestErrorValue

        public int getCustomInterestErrorValue()
         The reasons for the custom interest error
         
        .google.ads.googleads.v10.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
        Specified by:
        getCustomInterestErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customInterestError.
      • setCustomInterestErrorValue

        public ErrorCode.Builder setCustomInterestErrorValue​(int value)
         The reasons for the custom interest error
         
        .google.ads.googleads.v10.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
        Parameters:
        value - The enum numeric value on the wire for customInterestError to set.
        Returns:
        This builder for chaining.
      • setCustomInterestError

        public ErrorCode.Builder setCustomInterestError​(CustomInterestErrorEnum.CustomInterestError value)
         The reasons for the custom interest error
         
        .google.ads.googleads.v10.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
        Parameters:
        value - The customInterestError to set.
        Returns:
        This builder for chaining.
      • clearCustomInterestError

        public ErrorCode.Builder clearCustomInterestError()
         The reasons for the custom interest error
         
        .google.ads.googleads.v10.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
        Returns:
        This builder for chaining.
      • hasCampaignExperimentError

        public boolean hasCampaignExperimentError()
         The reasons for the campaign experiment error
         
        .google.ads.googleads.v10.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
        Specified by:
        hasCampaignExperimentError in interface ErrorCodeOrBuilder
        Returns:
        Whether the campaignExperimentError field is set.
      • getCampaignExperimentErrorValue

        public int getCampaignExperimentErrorValue()
         The reasons for the campaign experiment error
         
        .google.ads.googleads.v10.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
        Specified by:
        getCampaignExperimentErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for campaignExperimentError.
      • setCampaignExperimentErrorValue

        public ErrorCode.Builder setCampaignExperimentErrorValue​(int value)
         The reasons for the campaign experiment error
         
        .google.ads.googleads.v10.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
        Parameters:
        value - The enum numeric value on the wire for campaignExperimentError to set.
        Returns:
        This builder for chaining.
      • setCampaignExperimentError

        public ErrorCode.Builder setCampaignExperimentError​(CampaignExperimentErrorEnum.CampaignExperimentError value)
         The reasons for the campaign experiment error
         
        .google.ads.googleads.v10.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
        Parameters:
        value - The campaignExperimentError to set.
        Returns:
        This builder for chaining.
      • clearCampaignExperimentError

        public ErrorCode.Builder clearCampaignExperimentError()
         The reasons for the campaign experiment error
         
        .google.ads.googleads.v10.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
        Returns:
        This builder for chaining.
      • hasExtensionFeedItemError

        public boolean hasExtensionFeedItemError()
         The reasons for the extension feed item error
         
        .google.ads.googleads.v10.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
        Specified by:
        hasExtensionFeedItemError in interface ErrorCodeOrBuilder
        Returns:
        Whether the extensionFeedItemError field is set.
      • getExtensionFeedItemErrorValue

        public int getExtensionFeedItemErrorValue()
         The reasons for the extension feed item error
         
        .google.ads.googleads.v10.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
        Specified by:
        getExtensionFeedItemErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for extensionFeedItemError.
      • setExtensionFeedItemErrorValue

        public ErrorCode.Builder setExtensionFeedItemErrorValue​(int value)
         The reasons for the extension feed item error
         
        .google.ads.googleads.v10.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
        Parameters:
        value - The enum numeric value on the wire for extensionFeedItemError to set.
        Returns:
        This builder for chaining.
      • setExtensionFeedItemError

        public ErrorCode.Builder setExtensionFeedItemError​(ExtensionFeedItemErrorEnum.ExtensionFeedItemError value)
         The reasons for the extension feed item error
         
        .google.ads.googleads.v10.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
        Parameters:
        value - The extensionFeedItemError to set.
        Returns:
        This builder for chaining.
      • clearExtensionFeedItemError

        public ErrorCode.Builder clearExtensionFeedItemError()
         The reasons for the extension feed item error
         
        .google.ads.googleads.v10.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
        Returns:
        This builder for chaining.
      • hasAdParameterError

        public boolean hasAdParameterError()
         The reasons for the ad parameter error
         
        .google.ads.googleads.v10.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
        Specified by:
        hasAdParameterError in interface ErrorCodeOrBuilder
        Returns:
        Whether the adParameterError field is set.
      • getAdParameterErrorValue

        public int getAdParameterErrorValue()
         The reasons for the ad parameter error
         
        .google.ads.googleads.v10.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
        Specified by:
        getAdParameterErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for adParameterError.
      • setAdParameterErrorValue

        public ErrorCode.Builder setAdParameterErrorValue​(int value)
         The reasons for the ad parameter error
         
        .google.ads.googleads.v10.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
        Parameters:
        value - The enum numeric value on the wire for adParameterError to set.
        Returns:
        This builder for chaining.
      • setAdParameterError

        public ErrorCode.Builder setAdParameterError​(AdParameterErrorEnum.AdParameterError value)
         The reasons for the ad parameter error
         
        .google.ads.googleads.v10.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
        Parameters:
        value - The adParameterError to set.
        Returns:
        This builder for chaining.
      • clearAdParameterError

        public ErrorCode.Builder clearAdParameterError()
         The reasons for the ad parameter error
         
        .google.ads.googleads.v10.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
        Returns:
        This builder for chaining.
      • hasFeedItemValidationError

        public boolean hasFeedItemValidationError()
         The reasons for the feed item validation error
         
        .google.ads.googleads.v10.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
        Specified by:
        hasFeedItemValidationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedItemValidationError field is set.
      • getFeedItemValidationErrorValue

        public int getFeedItemValidationErrorValue()
         The reasons for the feed item validation error
         
        .google.ads.googleads.v10.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
        Specified by:
        getFeedItemValidationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedItemValidationError.
      • setFeedItemValidationErrorValue

        public ErrorCode.Builder setFeedItemValidationErrorValue​(int value)
         The reasons for the feed item validation error
         
        .google.ads.googleads.v10.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
        Parameters:
        value - The enum numeric value on the wire for feedItemValidationError to set.
        Returns:
        This builder for chaining.
      • setFeedItemValidationError

        public ErrorCode.Builder setFeedItemValidationError​(FeedItemValidationErrorEnum.FeedItemValidationError value)
         The reasons for the feed item validation error
         
        .google.ads.googleads.v10.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
        Parameters:
        value - The feedItemValidationError to set.
        Returns:
        This builder for chaining.
      • clearFeedItemValidationError

        public ErrorCode.Builder clearFeedItemValidationError()
         The reasons for the feed item validation error
         
        .google.ads.googleads.v10.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
        Returns:
        This builder for chaining.
      • hasExtensionSettingError

        public boolean hasExtensionSettingError()
         The reasons for the extension setting error
         
        .google.ads.googleads.v10.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
        Specified by:
        hasExtensionSettingError in interface ErrorCodeOrBuilder
        Returns:
        Whether the extensionSettingError field is set.
      • getExtensionSettingErrorValue

        public int getExtensionSettingErrorValue()
         The reasons for the extension setting error
         
        .google.ads.googleads.v10.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
        Specified by:
        getExtensionSettingErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for extensionSettingError.
      • setExtensionSettingErrorValue

        public ErrorCode.Builder setExtensionSettingErrorValue​(int value)
         The reasons for the extension setting error
         
        .google.ads.googleads.v10.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
        Parameters:
        value - The enum numeric value on the wire for extensionSettingError to set.
        Returns:
        This builder for chaining.
      • setExtensionSettingError

        public ErrorCode.Builder setExtensionSettingError​(ExtensionSettingErrorEnum.ExtensionSettingError value)
         The reasons for the extension setting error
         
        .google.ads.googleads.v10.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
        Parameters:
        value - The extensionSettingError to set.
        Returns:
        This builder for chaining.
      • clearExtensionSettingError

        public ErrorCode.Builder clearExtensionSettingError()
         The reasons for the extension setting error
         
        .google.ads.googleads.v10.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
        Returns:
        This builder for chaining.
      • hasFeedItemSetError

        public boolean hasFeedItemSetError()
         The reasons for the feed item set error
         
        .google.ads.googleads.v10.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
        Specified by:
        hasFeedItemSetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedItemSetError field is set.
      • getFeedItemSetErrorValue

        public int getFeedItemSetErrorValue()
         The reasons for the feed item set error
         
        .google.ads.googleads.v10.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
        Specified by:
        getFeedItemSetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedItemSetError.
      • setFeedItemSetErrorValue

        public ErrorCode.Builder setFeedItemSetErrorValue​(int value)
         The reasons for the feed item set error
         
        .google.ads.googleads.v10.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
        Parameters:
        value - The enum numeric value on the wire for feedItemSetError to set.
        Returns:
        This builder for chaining.
      • setFeedItemSetError

        public ErrorCode.Builder setFeedItemSetError​(FeedItemSetErrorEnum.FeedItemSetError value)
         The reasons for the feed item set error
         
        .google.ads.googleads.v10.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
        Parameters:
        value - The feedItemSetError to set.
        Returns:
        This builder for chaining.
      • clearFeedItemSetError

        public ErrorCode.Builder clearFeedItemSetError()
         The reasons for the feed item set error
         
        .google.ads.googleads.v10.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
        Returns:
        This builder for chaining.
      • hasFeedItemSetLinkError

        public boolean hasFeedItemSetLinkError()
         The reasons for the feed item set link error
         
        .google.ads.googleads.v10.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
        Specified by:
        hasFeedItemSetLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedItemSetLinkError field is set.
      • getFeedItemSetLinkErrorValue

        public int getFeedItemSetLinkErrorValue()
         The reasons for the feed item set link error
         
        .google.ads.googleads.v10.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
        Specified by:
        getFeedItemSetLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedItemSetLinkError.
      • setFeedItemSetLinkErrorValue

        public ErrorCode.Builder setFeedItemSetLinkErrorValue​(int value)
         The reasons for the feed item set link error
         
        .google.ads.googleads.v10.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
        Parameters:
        value - The enum numeric value on the wire for feedItemSetLinkError to set.
        Returns:
        This builder for chaining.
      • setFeedItemSetLinkError

        public ErrorCode.Builder setFeedItemSetLinkError​(FeedItemSetLinkErrorEnum.FeedItemSetLinkError value)
         The reasons for the feed item set link error
         
        .google.ads.googleads.v10.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
        Parameters:
        value - The feedItemSetLinkError to set.
        Returns:
        This builder for chaining.
      • clearFeedItemSetLinkError

        public ErrorCode.Builder clearFeedItemSetLinkError()
         The reasons for the feed item set link error
         
        .google.ads.googleads.v10.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
        Returns:
        This builder for chaining.
      • hasFeedItemTargetError

        public boolean hasFeedItemTargetError()
         The reasons for the feed item target error
         
        .google.ads.googleads.v10.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
        Specified by:
        hasFeedItemTargetError in interface ErrorCodeOrBuilder
        Returns:
        Whether the feedItemTargetError field is set.
      • getFeedItemTargetErrorValue

        public int getFeedItemTargetErrorValue()
         The reasons for the feed item target error
         
        .google.ads.googleads.v10.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
        Specified by:
        getFeedItemTargetErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for feedItemTargetError.
      • setFeedItemTargetErrorValue

        public ErrorCode.Builder setFeedItemTargetErrorValue​(int value)
         The reasons for the feed item target error
         
        .google.ads.googleads.v10.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
        Parameters:
        value - The enum numeric value on the wire for feedItemTargetError to set.
        Returns:
        This builder for chaining.
      • setFeedItemTargetError

        public ErrorCode.Builder setFeedItemTargetError​(FeedItemTargetErrorEnum.FeedItemTargetError value)
         The reasons for the feed item target error
         
        .google.ads.googleads.v10.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
        Parameters:
        value - The feedItemTargetError to set.
        Returns:
        This builder for chaining.
      • clearFeedItemTargetError

        public ErrorCode.Builder clearFeedItemTargetError()
         The reasons for the feed item target error
         
        .google.ads.googleads.v10.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
        Returns:
        This builder for chaining.
      • hasPolicyViolationError

        public boolean hasPolicyViolationError()
         The reasons for the policy violation error
         
        .google.ads.googleads.v10.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
        Specified by:
        hasPolicyViolationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the policyViolationError field is set.
      • getPolicyViolationErrorValue

        public int getPolicyViolationErrorValue()
         The reasons for the policy violation error
         
        .google.ads.googleads.v10.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
        Specified by:
        getPolicyViolationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for policyViolationError.
      • setPolicyViolationErrorValue

        public ErrorCode.Builder setPolicyViolationErrorValue​(int value)
         The reasons for the policy violation error
         
        .google.ads.googleads.v10.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
        Parameters:
        value - The enum numeric value on the wire for policyViolationError to set.
        Returns:
        This builder for chaining.
      • setPolicyViolationError

        public ErrorCode.Builder setPolicyViolationError​(PolicyViolationErrorEnum.PolicyViolationError value)
         The reasons for the policy violation error
         
        .google.ads.googleads.v10.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
        Parameters:
        value - The policyViolationError to set.
        Returns:
        This builder for chaining.
      • clearPolicyViolationError

        public ErrorCode.Builder clearPolicyViolationError()
         The reasons for the policy violation error
         
        .google.ads.googleads.v10.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
        Returns:
        This builder for chaining.
      • hasPartialFailureError

        public boolean hasPartialFailureError()
         The reasons for the mutate job error
         
        .google.ads.googleads.v10.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
        Specified by:
        hasPartialFailureError in interface ErrorCodeOrBuilder
        Returns:
        Whether the partialFailureError field is set.
      • getPartialFailureErrorValue

        public int getPartialFailureErrorValue()
         The reasons for the mutate job error
         
        .google.ads.googleads.v10.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
        Specified by:
        getPartialFailureErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for partialFailureError.
      • setPartialFailureErrorValue

        public ErrorCode.Builder setPartialFailureErrorValue​(int value)
         The reasons for the mutate job error
         
        .google.ads.googleads.v10.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
        Parameters:
        value - The enum numeric value on the wire for partialFailureError to set.
        Returns:
        This builder for chaining.
      • setPartialFailureError

        public ErrorCode.Builder setPartialFailureError​(PartialFailureErrorEnum.PartialFailureError value)
         The reasons for the mutate job error
         
        .google.ads.googleads.v10.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
        Parameters:
        value - The partialFailureError to set.
        Returns:
        This builder for chaining.
      • clearPartialFailureError

        public ErrorCode.Builder clearPartialFailureError()
         The reasons for the mutate job error
         
        .google.ads.googleads.v10.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
        Returns:
        This builder for chaining.
      • hasPolicyValidationParameterError

        public boolean hasPolicyValidationParameterError()
         The reasons for the policy validation parameter error
         
        .google.ads.googleads.v10.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
        Specified by:
        hasPolicyValidationParameterError in interface ErrorCodeOrBuilder
        Returns:
        Whether the policyValidationParameterError field is set.
      • getPolicyValidationParameterErrorValue

        public int getPolicyValidationParameterErrorValue()
         The reasons for the policy validation parameter error
         
        .google.ads.googleads.v10.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
        Specified by:
        getPolicyValidationParameterErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for policyValidationParameterError.
      • setPolicyValidationParameterErrorValue

        public ErrorCode.Builder setPolicyValidationParameterErrorValue​(int value)
         The reasons for the policy validation parameter error
         
        .google.ads.googleads.v10.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
        Parameters:
        value - The enum numeric value on the wire for policyValidationParameterError to set.
        Returns:
        This builder for chaining.
      • setPolicyValidationParameterError

        public ErrorCode.Builder setPolicyValidationParameterError​(PolicyValidationParameterErrorEnum.PolicyValidationParameterError value)
         The reasons for the policy validation parameter error
         
        .google.ads.googleads.v10.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
        Parameters:
        value - The policyValidationParameterError to set.
        Returns:
        This builder for chaining.
      • clearPolicyValidationParameterError

        public ErrorCode.Builder clearPolicyValidationParameterError()
         The reasons for the policy validation parameter error
         
        .google.ads.googleads.v10.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
        Returns:
        This builder for chaining.
      • hasSizeLimitError

        public boolean hasSizeLimitError()
         The reasons for the size limit error
         
        .google.ads.googleads.v10.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
        Specified by:
        hasSizeLimitError in interface ErrorCodeOrBuilder
        Returns:
        Whether the sizeLimitError field is set.
      • getSizeLimitErrorValue

        public int getSizeLimitErrorValue()
         The reasons for the size limit error
         
        .google.ads.googleads.v10.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
        Specified by:
        getSizeLimitErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for sizeLimitError.
      • setSizeLimitErrorValue

        public ErrorCode.Builder setSizeLimitErrorValue​(int value)
         The reasons for the size limit error
         
        .google.ads.googleads.v10.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
        Parameters:
        value - The enum numeric value on the wire for sizeLimitError to set.
        Returns:
        This builder for chaining.
      • setSizeLimitError

        public ErrorCode.Builder setSizeLimitError​(SizeLimitErrorEnum.SizeLimitError value)
         The reasons for the size limit error
         
        .google.ads.googleads.v10.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
        Parameters:
        value - The sizeLimitError to set.
        Returns:
        This builder for chaining.
      • clearSizeLimitError

        public ErrorCode.Builder clearSizeLimitError()
         The reasons for the size limit error
         
        .google.ads.googleads.v10.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
        Returns:
        This builder for chaining.
      • hasOfflineUserDataJobError

        public boolean hasOfflineUserDataJobError()
         The reasons for the offline user data job error.
         
        .google.ads.googleads.v10.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
        Specified by:
        hasOfflineUserDataJobError in interface ErrorCodeOrBuilder
        Returns:
        Whether the offlineUserDataJobError field is set.
      • getOfflineUserDataJobErrorValue

        public int getOfflineUserDataJobErrorValue()
         The reasons for the offline user data job error.
         
        .google.ads.googleads.v10.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
        Specified by:
        getOfflineUserDataJobErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for offlineUserDataJobError.
      • setOfflineUserDataJobErrorValue

        public ErrorCode.Builder setOfflineUserDataJobErrorValue​(int value)
         The reasons for the offline user data job error.
         
        .google.ads.googleads.v10.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
        Parameters:
        value - The enum numeric value on the wire for offlineUserDataJobError to set.
        Returns:
        This builder for chaining.
      • setOfflineUserDataJobError

        public ErrorCode.Builder setOfflineUserDataJobError​(OfflineUserDataJobErrorEnum.OfflineUserDataJobError value)
         The reasons for the offline user data job error.
         
        .google.ads.googleads.v10.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
        Parameters:
        value - The offlineUserDataJobError to set.
        Returns:
        This builder for chaining.
      • clearOfflineUserDataJobError

        public ErrorCode.Builder clearOfflineUserDataJobError()
         The reasons for the offline user data job error.
         
        .google.ads.googleads.v10.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
        Returns:
        This builder for chaining.
      • hasNotAllowlistedError

        public boolean hasNotAllowlistedError()
         The reasons for the not allowlisted error
         
        .google.ads.googleads.v10.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
        Specified by:
        hasNotAllowlistedError in interface ErrorCodeOrBuilder
        Returns:
        Whether the notAllowlistedError field is set.
      • getNotAllowlistedErrorValue

        public int getNotAllowlistedErrorValue()
         The reasons for the not allowlisted error
         
        .google.ads.googleads.v10.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
        Specified by:
        getNotAllowlistedErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for notAllowlistedError.
      • setNotAllowlistedErrorValue

        public ErrorCode.Builder setNotAllowlistedErrorValue​(int value)
         The reasons for the not allowlisted error
         
        .google.ads.googleads.v10.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
        Parameters:
        value - The enum numeric value on the wire for notAllowlistedError to set.
        Returns:
        This builder for chaining.
      • setNotAllowlistedError

        public ErrorCode.Builder setNotAllowlistedError​(NotAllowlistedErrorEnum.NotAllowlistedError value)
         The reasons for the not allowlisted error
         
        .google.ads.googleads.v10.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
        Parameters:
        value - The notAllowlistedError to set.
        Returns:
        This builder for chaining.
      • clearNotAllowlistedError

        public ErrorCode.Builder clearNotAllowlistedError()
         The reasons for the not allowlisted error
         
        .google.ads.googleads.v10.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
        Returns:
        This builder for chaining.
      • hasManagerLinkError

        public boolean hasManagerLinkError()
         The reasons for the manager link error
         
        .google.ads.googleads.v10.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
        Specified by:
        hasManagerLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the managerLinkError field is set.
      • getManagerLinkErrorValue

        public int getManagerLinkErrorValue()
         The reasons for the manager link error
         
        .google.ads.googleads.v10.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
        Specified by:
        getManagerLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for managerLinkError.
      • setManagerLinkErrorValue

        public ErrorCode.Builder setManagerLinkErrorValue​(int value)
         The reasons for the manager link error
         
        .google.ads.googleads.v10.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
        Parameters:
        value - The enum numeric value on the wire for managerLinkError to set.
        Returns:
        This builder for chaining.
      • setManagerLinkError

        public ErrorCode.Builder setManagerLinkError​(ManagerLinkErrorEnum.ManagerLinkError value)
         The reasons for the manager link error
         
        .google.ads.googleads.v10.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
        Parameters:
        value - The managerLinkError to set.
        Returns:
        This builder for chaining.
      • clearManagerLinkError

        public ErrorCode.Builder clearManagerLinkError()
         The reasons for the manager link error
         
        .google.ads.googleads.v10.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
        Returns:
        This builder for chaining.
      • hasCurrencyCodeError

        public boolean hasCurrencyCodeError()
         The reasons for the currency code error
         
        .google.ads.googleads.v10.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
        Specified by:
        hasCurrencyCodeError in interface ErrorCodeOrBuilder
        Returns:
        Whether the currencyCodeError field is set.
      • getCurrencyCodeErrorValue

        public int getCurrencyCodeErrorValue()
         The reasons for the currency code error
         
        .google.ads.googleads.v10.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
        Specified by:
        getCurrencyCodeErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for currencyCodeError.
      • setCurrencyCodeErrorValue

        public ErrorCode.Builder setCurrencyCodeErrorValue​(int value)
         The reasons for the currency code error
         
        .google.ads.googleads.v10.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
        Parameters:
        value - The enum numeric value on the wire for currencyCodeError to set.
        Returns:
        This builder for chaining.
      • setCurrencyCodeError

        public ErrorCode.Builder setCurrencyCodeError​(CurrencyCodeErrorEnum.CurrencyCodeError value)
         The reasons for the currency code error
         
        .google.ads.googleads.v10.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
        Parameters:
        value - The currencyCodeError to set.
        Returns:
        This builder for chaining.
      • clearCurrencyCodeError

        public ErrorCode.Builder clearCurrencyCodeError()
         The reasons for the currency code error
         
        .google.ads.googleads.v10.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
        Returns:
        This builder for chaining.
      • hasExperimentError

        public boolean hasExperimentError()
         The reasons for the experiment error
         
        .google.ads.googleads.v10.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
        Specified by:
        hasExperimentError in interface ErrorCodeOrBuilder
        Returns:
        Whether the experimentError field is set.
      • getExperimentErrorValue

        public int getExperimentErrorValue()
         The reasons for the experiment error
         
        .google.ads.googleads.v10.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
        Specified by:
        getExperimentErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for experimentError.
      • setExperimentErrorValue

        public ErrorCode.Builder setExperimentErrorValue​(int value)
         The reasons for the experiment error
         
        .google.ads.googleads.v10.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
        Parameters:
        value - The enum numeric value on the wire for experimentError to set.
        Returns:
        This builder for chaining.
      • setExperimentError

        public ErrorCode.Builder setExperimentError​(ExperimentErrorEnum.ExperimentError value)
         The reasons for the experiment error
         
        .google.ads.googleads.v10.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
        Parameters:
        value - The experimentError to set.
        Returns:
        This builder for chaining.
      • clearExperimentError

        public ErrorCode.Builder clearExperimentError()
         The reasons for the experiment error
         
        .google.ads.googleads.v10.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
        Returns:
        This builder for chaining.
      • hasAccessInvitationError

        public boolean hasAccessInvitationError()
         The reasons for the access invitation error
         
        .google.ads.googleads.v10.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
        Specified by:
        hasAccessInvitationError in interface ErrorCodeOrBuilder
        Returns:
        Whether the accessInvitationError field is set.
      • getAccessInvitationErrorValue

        public int getAccessInvitationErrorValue()
         The reasons for the access invitation error
         
        .google.ads.googleads.v10.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
        Specified by:
        getAccessInvitationErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for accessInvitationError.
      • setAccessInvitationErrorValue

        public ErrorCode.Builder setAccessInvitationErrorValue​(int value)
         The reasons for the access invitation error
         
        .google.ads.googleads.v10.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
        Parameters:
        value - The enum numeric value on the wire for accessInvitationError to set.
        Returns:
        This builder for chaining.
      • setAccessInvitationError

        public ErrorCode.Builder setAccessInvitationError​(AccessInvitationErrorEnum.AccessInvitationError value)
         The reasons for the access invitation error
         
        .google.ads.googleads.v10.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
        Parameters:
        value - The accessInvitationError to set.
        Returns:
        This builder for chaining.
      • clearAccessInvitationError

        public ErrorCode.Builder clearAccessInvitationError()
         The reasons for the access invitation error
         
        .google.ads.googleads.v10.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
        Returns:
        This builder for chaining.
      • hasReachPlanError

        public boolean hasReachPlanError()
         The reasons for the reach plan error
         
        .google.ads.googleads.v10.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
        Specified by:
        hasReachPlanError in interface ErrorCodeOrBuilder
        Returns:
        Whether the reachPlanError field is set.
      • getReachPlanErrorValue

        public int getReachPlanErrorValue()
         The reasons for the reach plan error
         
        .google.ads.googleads.v10.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
        Specified by:
        getReachPlanErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for reachPlanError.
      • setReachPlanErrorValue

        public ErrorCode.Builder setReachPlanErrorValue​(int value)
         The reasons for the reach plan error
         
        .google.ads.googleads.v10.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
        Parameters:
        value - The enum numeric value on the wire for reachPlanError to set.
        Returns:
        This builder for chaining.
      • setReachPlanError

        public ErrorCode.Builder setReachPlanError​(ReachPlanErrorEnum.ReachPlanError value)
         The reasons for the reach plan error
         
        .google.ads.googleads.v10.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
        Parameters:
        value - The reachPlanError to set.
        Returns:
        This builder for chaining.
      • clearReachPlanError

        public ErrorCode.Builder clearReachPlanError()
         The reasons for the reach plan error
         
        .google.ads.googleads.v10.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
        Returns:
        This builder for chaining.
      • hasInvoiceError

        public boolean hasInvoiceError()
         The reasons for the invoice error
         
        .google.ads.googleads.v10.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
        Specified by:
        hasInvoiceError in interface ErrorCodeOrBuilder
        Returns:
        Whether the invoiceError field is set.
      • getInvoiceErrorValue

        public int getInvoiceErrorValue()
         The reasons for the invoice error
         
        .google.ads.googleads.v10.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
        Specified by:
        getInvoiceErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for invoiceError.
      • setInvoiceErrorValue

        public ErrorCode.Builder setInvoiceErrorValue​(int value)
         The reasons for the invoice error
         
        .google.ads.googleads.v10.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
        Parameters:
        value - The enum numeric value on the wire for invoiceError to set.
        Returns:
        This builder for chaining.
      • setInvoiceError

        public ErrorCode.Builder setInvoiceError​(InvoiceErrorEnum.InvoiceError value)
         The reasons for the invoice error
         
        .google.ads.googleads.v10.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
        Parameters:
        value - The invoiceError to set.
        Returns:
        This builder for chaining.
      • clearInvoiceError

        public ErrorCode.Builder clearInvoiceError()
         The reasons for the invoice error
         
        .google.ads.googleads.v10.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
        Returns:
        This builder for chaining.
      • hasPaymentsAccountError

        public boolean hasPaymentsAccountError()
         The reasons for errors in payments accounts service
         
        .google.ads.googleads.v10.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
        Specified by:
        hasPaymentsAccountError in interface ErrorCodeOrBuilder
        Returns:
        Whether the paymentsAccountError field is set.
      • getPaymentsAccountErrorValue

        public int getPaymentsAccountErrorValue()
         The reasons for errors in payments accounts service
         
        .google.ads.googleads.v10.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
        Specified by:
        getPaymentsAccountErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for paymentsAccountError.
      • setPaymentsAccountErrorValue

        public ErrorCode.Builder setPaymentsAccountErrorValue​(int value)
         The reasons for errors in payments accounts service
         
        .google.ads.googleads.v10.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
        Parameters:
        value - The enum numeric value on the wire for paymentsAccountError to set.
        Returns:
        This builder for chaining.
      • setPaymentsAccountError

        public ErrorCode.Builder setPaymentsAccountError​(PaymentsAccountErrorEnum.PaymentsAccountError value)
         The reasons for errors in payments accounts service
         
        .google.ads.googleads.v10.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
        Parameters:
        value - The paymentsAccountError to set.
        Returns:
        This builder for chaining.
      • clearPaymentsAccountError

        public ErrorCode.Builder clearPaymentsAccountError()
         The reasons for errors in payments accounts service
         
        .google.ads.googleads.v10.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
        Returns:
        This builder for chaining.
      • hasTimeZoneError

        public boolean hasTimeZoneError()
         The reasons for the time zone error
         
        .google.ads.googleads.v10.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
        Specified by:
        hasTimeZoneError in interface ErrorCodeOrBuilder
        Returns:
        Whether the timeZoneError field is set.
      • getTimeZoneErrorValue

        public int getTimeZoneErrorValue()
         The reasons for the time zone error
         
        .google.ads.googleads.v10.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
        Specified by:
        getTimeZoneErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for timeZoneError.
      • setTimeZoneErrorValue

        public ErrorCode.Builder setTimeZoneErrorValue​(int value)
         The reasons for the time zone error
         
        .google.ads.googleads.v10.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
        Parameters:
        value - The enum numeric value on the wire for timeZoneError to set.
        Returns:
        This builder for chaining.
      • setTimeZoneError

        public ErrorCode.Builder setTimeZoneError​(TimeZoneErrorEnum.TimeZoneError value)
         The reasons for the time zone error
         
        .google.ads.googleads.v10.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
        Parameters:
        value - The timeZoneError to set.
        Returns:
        This builder for chaining.
      • clearTimeZoneError

        public ErrorCode.Builder clearTimeZoneError()
         The reasons for the time zone error
         
        .google.ads.googleads.v10.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
        Returns:
        This builder for chaining.
      • hasAssetLinkError

        public boolean hasAssetLinkError()
         The reasons for the asset link error
         
        .google.ads.googleads.v10.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
        Specified by:
        hasAssetLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the assetLinkError field is set.
      • getAssetLinkErrorValue

        public int getAssetLinkErrorValue()
         The reasons for the asset link error
         
        .google.ads.googleads.v10.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
        Specified by:
        getAssetLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for assetLinkError.
      • setAssetLinkErrorValue

        public ErrorCode.Builder setAssetLinkErrorValue​(int value)
         The reasons for the asset link error
         
        .google.ads.googleads.v10.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
        Parameters:
        value - The enum numeric value on the wire for assetLinkError to set.
        Returns:
        This builder for chaining.
      • setAssetLinkError

        public ErrorCode.Builder setAssetLinkError​(AssetLinkErrorEnum.AssetLinkError value)
         The reasons for the asset link error
         
        .google.ads.googleads.v10.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
        Parameters:
        value - The assetLinkError to set.
        Returns:
        This builder for chaining.
      • clearAssetLinkError

        public ErrorCode.Builder clearAssetLinkError()
         The reasons for the asset link error
         
        .google.ads.googleads.v10.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
        Returns:
        This builder for chaining.
      • hasUserDataError

        public boolean hasUserDataError()
         The reasons for the user data error.
         
        .google.ads.googleads.v10.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
        Specified by:
        hasUserDataError in interface ErrorCodeOrBuilder
        Returns:
        Whether the userDataError field is set.
      • getUserDataErrorValue

        public int getUserDataErrorValue()
         The reasons for the user data error.
         
        .google.ads.googleads.v10.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
        Specified by:
        getUserDataErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for userDataError.
      • setUserDataErrorValue

        public ErrorCode.Builder setUserDataErrorValue​(int value)
         The reasons for the user data error.
         
        .google.ads.googleads.v10.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
        Parameters:
        value - The enum numeric value on the wire for userDataError to set.
        Returns:
        This builder for chaining.
      • setUserDataError

        public ErrorCode.Builder setUserDataError​(UserDataErrorEnum.UserDataError value)
         The reasons for the user data error.
         
        .google.ads.googleads.v10.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
        Parameters:
        value - The userDataError to set.
        Returns:
        This builder for chaining.
      • clearUserDataError

        public ErrorCode.Builder clearUserDataError()
         The reasons for the user data error.
         
        .google.ads.googleads.v10.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
        Returns:
        This builder for chaining.
      • hasBatchJobError

        public boolean hasBatchJobError()
         The reasons for the batch job error
         
        .google.ads.googleads.v10.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
        Specified by:
        hasBatchJobError in interface ErrorCodeOrBuilder
        Returns:
        Whether the batchJobError field is set.
      • getBatchJobErrorValue

        public int getBatchJobErrorValue()
         The reasons for the batch job error
         
        .google.ads.googleads.v10.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
        Specified by:
        getBatchJobErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for batchJobError.
      • setBatchJobErrorValue

        public ErrorCode.Builder setBatchJobErrorValue​(int value)
         The reasons for the batch job error
         
        .google.ads.googleads.v10.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
        Parameters:
        value - The enum numeric value on the wire for batchJobError to set.
        Returns:
        This builder for chaining.
      • setBatchJobError

        public ErrorCode.Builder setBatchJobError​(BatchJobErrorEnum.BatchJobError value)
         The reasons for the batch job error
         
        .google.ads.googleads.v10.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
        Parameters:
        value - The batchJobError to set.
        Returns:
        This builder for chaining.
      • clearBatchJobError

        public ErrorCode.Builder clearBatchJobError()
         The reasons for the batch job error
         
        .google.ads.googleads.v10.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
        Returns:
        This builder for chaining.
      • hasAccountLinkError

        public boolean hasAccountLinkError()
         The reasons for the account link status change error
         
        .google.ads.googleads.v10.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
        Specified by:
        hasAccountLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the accountLinkError field is set.
      • getAccountLinkErrorValue

        public int getAccountLinkErrorValue()
         The reasons for the account link status change error
         
        .google.ads.googleads.v10.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
        Specified by:
        getAccountLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for accountLinkError.
      • setAccountLinkErrorValue

        public ErrorCode.Builder setAccountLinkErrorValue​(int value)
         The reasons for the account link status change error
         
        .google.ads.googleads.v10.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
        Parameters:
        value - The enum numeric value on the wire for accountLinkError to set.
        Returns:
        This builder for chaining.
      • setAccountLinkError

        public ErrorCode.Builder setAccountLinkError​(AccountLinkErrorEnum.AccountLinkError value)
         The reasons for the account link status change error
         
        .google.ads.googleads.v10.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
        Parameters:
        value - The accountLinkError to set.
        Returns:
        This builder for chaining.
      • clearAccountLinkError

        public ErrorCode.Builder clearAccountLinkError()
         The reasons for the account link status change error
         
        .google.ads.googleads.v10.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
        Returns:
        This builder for chaining.
      • hasThirdPartyAppAnalyticsLinkError

        public boolean hasThirdPartyAppAnalyticsLinkError()
         The reasons for the third party app analytics link mutate error
         
        .google.ads.googleads.v10.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
        Specified by:
        hasThirdPartyAppAnalyticsLinkError in interface ErrorCodeOrBuilder
        Returns:
        Whether the thirdPartyAppAnalyticsLinkError field is set.
      • getThirdPartyAppAnalyticsLinkErrorValue

        public int getThirdPartyAppAnalyticsLinkErrorValue()
         The reasons for the third party app analytics link mutate error
         
        .google.ads.googleads.v10.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
        Specified by:
        getThirdPartyAppAnalyticsLinkErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for thirdPartyAppAnalyticsLinkError.
      • setThirdPartyAppAnalyticsLinkErrorValue

        public ErrorCode.Builder setThirdPartyAppAnalyticsLinkErrorValue​(int value)
         The reasons for the third party app analytics link mutate error
         
        .google.ads.googleads.v10.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
        Parameters:
        value - The enum numeric value on the wire for thirdPartyAppAnalyticsLinkError to set.
        Returns:
        This builder for chaining.
      • setThirdPartyAppAnalyticsLinkError

        public ErrorCode.Builder setThirdPartyAppAnalyticsLinkError​(ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError value)
         The reasons for the third party app analytics link mutate error
         
        .google.ads.googleads.v10.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
        Parameters:
        value - The thirdPartyAppAnalyticsLinkError to set.
        Returns:
        This builder for chaining.
      • clearThirdPartyAppAnalyticsLinkError

        public ErrorCode.Builder clearThirdPartyAppAnalyticsLinkError()
         The reasons for the third party app analytics link mutate error
         
        .google.ads.googleads.v10.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
        Returns:
        This builder for chaining.
      • hasCustomerUserAccessError

        public boolean hasCustomerUserAccessError()
         The reasons for the customer user access mutate error
         
        .google.ads.googleads.v10.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
        Specified by:
        hasCustomerUserAccessError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customerUserAccessError field is set.
      • getCustomerUserAccessErrorValue

        public int getCustomerUserAccessErrorValue()
         The reasons for the customer user access mutate error
         
        .google.ads.googleads.v10.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
        Specified by:
        getCustomerUserAccessErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customerUserAccessError.
      • setCustomerUserAccessErrorValue

        public ErrorCode.Builder setCustomerUserAccessErrorValue​(int value)
         The reasons for the customer user access mutate error
         
        .google.ads.googleads.v10.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
        Parameters:
        value - The enum numeric value on the wire for customerUserAccessError to set.
        Returns:
        This builder for chaining.
      • setCustomerUserAccessError

        public ErrorCode.Builder setCustomerUserAccessError​(CustomerUserAccessErrorEnum.CustomerUserAccessError value)
         The reasons for the customer user access mutate error
         
        .google.ads.googleads.v10.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
        Parameters:
        value - The customerUserAccessError to set.
        Returns:
        This builder for chaining.
      • clearCustomerUserAccessError

        public ErrorCode.Builder clearCustomerUserAccessError()
         The reasons for the customer user access mutate error
         
        .google.ads.googleads.v10.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
        Returns:
        This builder for chaining.
      • hasCustomAudienceError

        public boolean hasCustomAudienceError()
         The reasons for the custom audience error
         
        .google.ads.googleads.v10.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
        Specified by:
        hasCustomAudienceError in interface ErrorCodeOrBuilder
        Returns:
        Whether the customAudienceError field is set.
      • getCustomAudienceErrorValue

        public int getCustomAudienceErrorValue()
         The reasons for the custom audience error
         
        .google.ads.googleads.v10.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
        Specified by:
        getCustomAudienceErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for customAudienceError.
      • setCustomAudienceErrorValue

        public ErrorCode.Builder setCustomAudienceErrorValue​(int value)
         The reasons for the custom audience error
         
        .google.ads.googleads.v10.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
        Parameters:
        value - The enum numeric value on the wire for customAudienceError to set.
        Returns:
        This builder for chaining.
      • setCustomAudienceError

        public ErrorCode.Builder setCustomAudienceError​(CustomAudienceErrorEnum.CustomAudienceError value)
         The reasons for the custom audience error
         
        .google.ads.googleads.v10.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
        Parameters:
        value - The customAudienceError to set.
        Returns:
        This builder for chaining.
      • clearCustomAudienceError

        public ErrorCode.Builder clearCustomAudienceError()
         The reasons for the custom audience error
         
        .google.ads.googleads.v10.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
        Returns:
        This builder for chaining.
      • hasAudienceError

        public boolean hasAudienceError()
         The reasons for the audience error
         
        .google.ads.googleads.v10.errors.AudienceErrorEnum.AudienceError audience_error = 164;
        Specified by:
        hasAudienceError in interface ErrorCodeOrBuilder
        Returns:
        Whether the audienceError field is set.
      • getAudienceErrorValue

        public int getAudienceErrorValue()
         The reasons for the audience error
         
        .google.ads.googleads.v10.errors.AudienceErrorEnum.AudienceError audience_error = 164;
        Specified by:
        getAudienceErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for audienceError.
      • setAudienceErrorValue

        public ErrorCode.Builder setAudienceErrorValue​(int value)
         The reasons for the audience error
         
        .google.ads.googleads.v10.errors.AudienceErrorEnum.AudienceError audience_error = 164;
        Parameters:
        value - The enum numeric value on the wire for audienceError to set.
        Returns:
        This builder for chaining.
      • setAudienceError

        public ErrorCode.Builder setAudienceError​(AudienceErrorEnum.AudienceError value)
         The reasons for the audience error
         
        .google.ads.googleads.v10.errors.AudienceErrorEnum.AudienceError audience_error = 164;
        Parameters:
        value - The audienceError to set.
        Returns:
        This builder for chaining.
      • clearAudienceError

        public ErrorCode.Builder clearAudienceError()
         The reasons for the audience error
         
        .google.ads.googleads.v10.errors.AudienceErrorEnum.AudienceError audience_error = 164;
        Returns:
        This builder for chaining.
      • hasExperimentArmError

        public boolean hasExperimentArmError()
         The reasons for the experiment arm error
         
        .google.ads.googleads.v10.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
        Specified by:
        hasExperimentArmError in interface ErrorCodeOrBuilder
        Returns:
        Whether the experimentArmError field is set.
      • getExperimentArmErrorValue

        public int getExperimentArmErrorValue()
         The reasons for the experiment arm error
         
        .google.ads.googleads.v10.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
        Specified by:
        getExperimentArmErrorValue in interface ErrorCodeOrBuilder
        Returns:
        The enum numeric value on the wire for experimentArmError.
      • setExperimentArmErrorValue

        public ErrorCode.Builder setExperimentArmErrorValue​(int value)
         The reasons for the experiment arm error
         
        .google.ads.googleads.v10.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
        Parameters:
        value - The enum numeric value on the wire for experimentArmError to set.
        Returns:
        This builder for chaining.
      • setExperimentArmError

        public ErrorCode.Builder setExperimentArmError​(ExperimentArmErrorEnum.ExperimentArmError value)
         The reasons for the experiment arm error
         
        .google.ads.googleads.v10.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
        Parameters:
        value - The experimentArmError to set.
        Returns:
        This builder for chaining.
      • clearExperimentArmError

        public ErrorCode.Builder clearExperimentArmError()
         The reasons for the experiment arm error
         
        .google.ads.googleads.v10.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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