Interface ErrorCodeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ErrorCode, ErrorCode.Builder

    public interface ErrorCodeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasRequestError

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

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

        RequestErrorEnum.RequestError getRequestError()
         An error caused by the request
         
        .google.ads.googleads.v10.errors.RequestErrorEnum.RequestError request_error = 1;
        Returns:
        The requestError.
      • hasBiddingStrategyError

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

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

        BiddingStrategyErrorEnum.BiddingStrategyError getBiddingStrategyError()
         An error with a Bidding Strategy mutate.
         
        .google.ads.googleads.v10.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
        Returns:
        The biddingStrategyError.
      • hasUrlFieldError

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

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

        UrlFieldErrorEnum.UrlFieldError getUrlFieldError()
         An error with a URL field mutate.
         
        .google.ads.googleads.v10.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
        Returns:
        The urlFieldError.
      • hasListOperationError

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

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

        ListOperationErrorEnum.ListOperationError getListOperationError()
         An error with a list operation.
         
        .google.ads.googleads.v10.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
        Returns:
        The listOperationError.
      • hasQueryError

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

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

        QueryErrorEnum.QueryError getQueryError()
         An error with an AWQL query
         
        .google.ads.googleads.v10.errors.QueryErrorEnum.QueryError query_error = 5;
        Returns:
        The queryError.
      • hasMutateError

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

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

        MutateErrorEnum.MutateError getMutateError()
         An error with a mutate
         
        .google.ads.googleads.v10.errors.MutateErrorEnum.MutateError mutate_error = 7;
        Returns:
        The mutateError.
      • hasFieldMaskError

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

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

        FieldMaskErrorEnum.FieldMaskError getFieldMaskError()
         An error with a field mask
         
        .google.ads.googleads.v10.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
        Returns:
        The fieldMaskError.
      • hasAuthorizationError

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

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

        AuthorizationErrorEnum.AuthorizationError getAuthorizationError()
         An error encountered when trying to authorize a user.
         
        .google.ads.googleads.v10.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
        Returns:
        The authorizationError.
      • hasInternalError

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

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

        InternalErrorEnum.InternalError getInternalError()
         An unexpected server-side error.
         
        .google.ads.googleads.v10.errors.InternalErrorEnum.InternalError internal_error = 10;
        Returns:
        The internalError.
      • hasQuotaError

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

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

        QuotaErrorEnum.QuotaError getQuotaError()
         An error with the amonut of quota remaining.
         
        .google.ads.googleads.v10.errors.QuotaErrorEnum.QuotaError quota_error = 11;
        Returns:
        The quotaError.
      • hasAdError

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

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

        AdErrorEnum.AdError getAdError()
         An error with an Ad Group Ad mutate.
         
        .google.ads.googleads.v10.errors.AdErrorEnum.AdError ad_error = 12;
        Returns:
        The adError.
      • hasAdGroupError

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

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

        AdGroupErrorEnum.AdGroupError getAdGroupError()
         An error with an Ad Group mutate.
         
        .google.ads.googleads.v10.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
        Returns:
        The adGroupError.
      • hasCampaignBudgetError

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

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

        CampaignBudgetErrorEnum.CampaignBudgetError getCampaignBudgetError()
         An error with a Campaign Budget mutate.
         
        .google.ads.googleads.v10.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
        Returns:
        The campaignBudgetError.
      • hasCampaignError

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

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

        CampaignErrorEnum.CampaignError getCampaignError()
         An error with a Campaign mutate.
         
        .google.ads.googleads.v10.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
        Returns:
        The campaignError.
      • hasAuthenticationError

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

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

        AuthenticationErrorEnum.AuthenticationError getAuthenticationError()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
        Returns:
        The authenticationError.
      • hasAdGroupCriterionCustomizerError

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

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

        AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError getAdGroupCriterionCustomizerError()
         The reasons for the ad group criterion customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
        Returns:
        The adGroupCriterionCustomizerError.
      • hasAdGroupCriterionError

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

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

        AdGroupCriterionErrorEnum.AdGroupCriterionError getAdGroupCriterionError()
         Indicates failure to properly authenticate user.
         
        .google.ads.googleads.v10.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
        Returns:
        The adGroupCriterionError.
      • hasAdGroupCustomizerError

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

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

        AdGroupCustomizerErrorEnum.AdGroupCustomizerError getAdGroupCustomizerError()
         The reasons for the ad group customizer error.
         
        .google.ads.googleads.v10.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
        Returns:
        The adGroupCustomizerError.
      • hasAdCustomizerError

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

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

        AdCustomizerErrorEnum.AdCustomizerError getAdCustomizerError()
         The reasons for the ad customizer error
         
        .google.ads.googleads.v10.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
        Returns:
        The adCustomizerError.
      • hasAdGroupAdError

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

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

        AdGroupAdErrorEnum.AdGroupAdError getAdGroupAdError()
         The reasons for the ad group ad error
         
        .google.ads.googleads.v10.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
        Returns:
        The adGroupAdError.
      • hasAdSharingError

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

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

        AdSharingErrorEnum.AdSharingError getAdSharingError()
         The reasons for the ad sharing error
         
        .google.ads.googleads.v10.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
        Returns:
        The adSharingError.
      • hasAdxError

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

        int getAdxErrorValue()
         The reasons for the adx error
         
        .google.ads.googleads.v10.errors.AdxErrorEnum.AdxError adx_error = 25;
        Returns:
        The enum numeric value on the wire for adxError.
      • getAdxError

        AdxErrorEnum.AdxError getAdxError()
         The reasons for the adx error
         
        .google.ads.googleads.v10.errors.AdxErrorEnum.AdxError adx_error = 25;
        Returns:
        The adxError.
      • hasAssetError

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

        int getAssetErrorValue()
         The reasons for the asset error
         
        .google.ads.googleads.v10.errors.AssetErrorEnum.AssetError asset_error = 107;
        Returns:
        The enum numeric value on the wire for assetError.
      • getAssetError

        AssetErrorEnum.AssetError getAssetError()
         The reasons for the asset error
         
        .google.ads.googleads.v10.errors.AssetErrorEnum.AssetError asset_error = 107;
        Returns:
        The assetError.
      • hasAssetGroupAssetError

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

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

        AssetGroupAssetErrorEnum.AssetGroupAssetError getAssetGroupAssetError()
         The reasons for the asset group asset error
         
        .google.ads.googleads.v10.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
        Returns:
        The assetGroupAssetError.
      • hasAssetGroupListingGroupFilterError

        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;
        Returns:
        Whether the assetGroupListingGroupFilterError field is set.
      • getAssetGroupListingGroupFilterErrorValue

        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;
        Returns:
        The enum numeric value on the wire for assetGroupListingGroupFilterError.
      • getAssetGroupListingGroupFilterError

        AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError getAssetGroupListingGroupFilterError()
         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:
        The assetGroupListingGroupFilterError.
      • hasAssetGroupError

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

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

        AssetGroupErrorEnum.AssetGroupError getAssetGroupError()
         The reasons for the asset group error
         
        .google.ads.googleads.v10.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
        Returns:
        The assetGroupError.
      • hasAssetSetAssetError

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

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

        AssetSetAssetErrorEnum.AssetSetAssetError getAssetSetAssetError()
         The reasons for the asset set asset error
         
        .google.ads.googleads.v10.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
        Returns:
        The assetSetAssetError.
      • hasAssetSetLinkError

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

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

        AssetSetLinkErrorEnum.AssetSetLinkError getAssetSetLinkError()
         The reasons for the asset set link error
         
        .google.ads.googleads.v10.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
        Returns:
        The assetSetLinkError.
      • hasAssetSetError

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

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

        AssetSetErrorEnum.AssetSetError getAssetSetError()
         The reasons for the asset set error
         
        .google.ads.googleads.v10.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
        Returns:
        The assetSetError.
      • hasBiddingError

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

        int getBiddingErrorValue()
         The reasons for the bidding errors
         
        .google.ads.googleads.v10.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
        Returns:
        The enum numeric value on the wire for biddingError.
      • getBiddingError

        BiddingErrorEnum.BiddingError getBiddingError()
         The reasons for the bidding errors
         
        .google.ads.googleads.v10.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
        Returns:
        The biddingError.
      • hasCampaignCriterionError

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

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

        CampaignCriterionErrorEnum.CampaignCriterionError getCampaignCriterionError()
         The reasons for the campaign criterion error
         
        .google.ads.googleads.v10.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
        Returns:
        The campaignCriterionError.
      • hasCampaignCustomizerError

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

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

        CampaignCustomizerErrorEnum.CampaignCustomizerError getCampaignCustomizerError()
         The reasons for the campaign customizer error.
         
        .google.ads.googleads.v10.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
        Returns:
        The campaignCustomizerError.
      • hasCollectionSizeError

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

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

        CollectionSizeErrorEnum.CollectionSizeError getCollectionSizeError()
         The reasons for the collection size error
         
        .google.ads.googleads.v10.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
        Returns:
        The collectionSizeError.
      • hasCountryCodeError

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

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

        CountryCodeErrorEnum.CountryCodeError getCountryCodeError()
         The reasons for the country code error
         
        .google.ads.googleads.v10.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
        Returns:
        The countryCodeError.
      • hasCriterionError

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

        int getCriterionErrorValue()
         The reasons for the criterion error
         
        .google.ads.googleads.v10.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
        Returns:
        The enum numeric value on the wire for criterionError.
      • getCriterionError

        CriterionErrorEnum.CriterionError getCriterionError()
         The reasons for the criterion error
         
        .google.ads.googleads.v10.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
        Returns:
        The criterionError.
      • hasCustomConversionGoalError

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

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

        CustomConversionGoalErrorEnum.CustomConversionGoalError getCustomConversionGoalError()
         The reasons for the custom conversion goal error
         
        .google.ads.googleads.v10.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
        Returns:
        The customConversionGoalError.
      • hasCustomerCustomizerError

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

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

        CustomerCustomizerErrorEnum.CustomerCustomizerError getCustomerCustomizerError()
         The reasons for the customer customizer error.
         
        .google.ads.googleads.v10.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
        Returns:
        The customerCustomizerError.
      • hasCustomerError

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

        int getCustomerErrorValue()
         The reasons for the customer error
         
        .google.ads.googleads.v10.errors.CustomerErrorEnum.CustomerError customer_error = 90;
        Returns:
        The enum numeric value on the wire for customerError.
      • getCustomerError

        CustomerErrorEnum.CustomerError getCustomerError()
         The reasons for the customer error
         
        .google.ads.googleads.v10.errors.CustomerErrorEnum.CustomerError customer_error = 90;
        Returns:
        The customerError.
      • hasCustomizerAttributeError

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

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

        CustomizerAttributeErrorEnum.CustomizerAttributeError getCustomizerAttributeError()
         The reasons for the customizer attribute error.
         
        .google.ads.googleads.v10.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
        Returns:
        The customizerAttributeError.
      • hasDateError

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

        int getDateErrorValue()
         The reasons for the date error
         
        .google.ads.googleads.v10.errors.DateErrorEnum.DateError date_error = 33;
        Returns:
        The enum numeric value on the wire for dateError.
      • getDateError

        DateErrorEnum.DateError getDateError()
         The reasons for the date error
         
        .google.ads.googleads.v10.errors.DateErrorEnum.DateError date_error = 33;
        Returns:
        The dateError.
      • hasDateRangeError

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

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

        DateRangeErrorEnum.DateRangeError getDateRangeError()
         The reasons for the date range error
         
        .google.ads.googleads.v10.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
        Returns:
        The dateRangeError.
      • hasDistinctError

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

        int getDistinctErrorValue()
         The reasons for the distinct error
         
        .google.ads.googleads.v10.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
        Returns:
        The enum numeric value on the wire for distinctError.
      • getDistinctError

        DistinctErrorEnum.DistinctError getDistinctError()
         The reasons for the distinct error
         
        .google.ads.googleads.v10.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
        Returns:
        The distinctError.
      • hasFeedAttributeReferenceError

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

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

        FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError getFeedAttributeReferenceError()
         The reasons for the feed attribute reference error
         
        .google.ads.googleads.v10.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
        Returns:
        The feedAttributeReferenceError.
      • hasFunctionError

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

        int getFunctionErrorValue()
         The reasons for the function error
         
        .google.ads.googleads.v10.errors.FunctionErrorEnum.FunctionError function_error = 37;
        Returns:
        The enum numeric value on the wire for functionError.
      • getFunctionError

        FunctionErrorEnum.FunctionError getFunctionError()
         The reasons for the function error
         
        .google.ads.googleads.v10.errors.FunctionErrorEnum.FunctionError function_error = 37;
        Returns:
        The functionError.
      • hasFunctionParsingError

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

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

        FunctionParsingErrorEnum.FunctionParsingError getFunctionParsingError()
         The reasons for the function parsing error
         
        .google.ads.googleads.v10.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
        Returns:
        The functionParsingError.
      • hasIdError

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

        int getIdErrorValue()
         The reasons for the id error
         
        .google.ads.googleads.v10.errors.IdErrorEnum.IdError id_error = 39;
        Returns:
        The enum numeric value on the wire for idError.
      • getIdError

        IdErrorEnum.IdError getIdError()
         The reasons for the id error
         
        .google.ads.googleads.v10.errors.IdErrorEnum.IdError id_error = 39;
        Returns:
        The idError.
      • hasImageError

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

        int getImageErrorValue()
         The reasons for the image error
         
        .google.ads.googleads.v10.errors.ImageErrorEnum.ImageError image_error = 40;
        Returns:
        The enum numeric value on the wire for imageError.
      • getImageError

        ImageErrorEnum.ImageError getImageError()
         The reasons for the image error
         
        .google.ads.googleads.v10.errors.ImageErrorEnum.ImageError image_error = 40;
        Returns:
        The imageError.
      • hasLanguageCodeError

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

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

        LanguageCodeErrorEnum.LanguageCodeError getLanguageCodeError()
         The reasons for the language code error
         
        .google.ads.googleads.v10.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
        Returns:
        The languageCodeError.
      • hasMediaBundleError

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

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

        MediaBundleErrorEnum.MediaBundleError getMediaBundleError()
         The reasons for the media bundle error
         
        .google.ads.googleads.v10.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
        Returns:
        The mediaBundleError.
      • hasMediaUploadError

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

        int getMediaUploadErrorValue()
         The reasons for media uploading errors.
         
        .google.ads.googleads.v10.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
        Returns:
        The enum numeric value on the wire for mediaUploadError.
      • getMediaUploadError

        MediaUploadErrorEnum.MediaUploadError getMediaUploadError()
         The reasons for media uploading errors.
         
        .google.ads.googleads.v10.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
        Returns:
        The mediaUploadError.
      • hasMediaFileError

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

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

        MediaFileErrorEnum.MediaFileError getMediaFileError()
         The reasons for the media file error
         
        .google.ads.googleads.v10.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
        Returns:
        The mediaFileError.
      • hasMerchantCenterError

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

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

        MerchantCenterErrorEnum.MerchantCenterError getMerchantCenterError()
         Container for enum describing possible merchant center errors.
         
        .google.ads.googleads.v10.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
        Returns:
        The merchantCenterError.
      • hasMultiplierError

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

        int getMultiplierErrorValue()
         The reasons for the multiplier error
         
        .google.ads.googleads.v10.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
        Returns:
        The enum numeric value on the wire for multiplierError.
      • getMultiplierError

        MultiplierErrorEnum.MultiplierError getMultiplierError()
         The reasons for the multiplier error
         
        .google.ads.googleads.v10.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
        Returns:
        The multiplierError.
      • hasNewResourceCreationError

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

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

        NewResourceCreationErrorEnum.NewResourceCreationError getNewResourceCreationError()
         The reasons for the new resource creation error
         
        .google.ads.googleads.v10.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
        Returns:
        The newResourceCreationError.
      • hasNotEmptyError

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

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

        NotEmptyErrorEnum.NotEmptyError getNotEmptyError()
         The reasons for the not empty error
         
        .google.ads.googleads.v10.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
        Returns:
        The notEmptyError.
      • hasNullError

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

        int getNullErrorValue()
         The reasons for the null error
         
        .google.ads.googleads.v10.errors.NullErrorEnum.NullError null_error = 47;
        Returns:
        The enum numeric value on the wire for nullError.
      • getNullError

        NullErrorEnum.NullError getNullError()
         The reasons for the null error
         
        .google.ads.googleads.v10.errors.NullErrorEnum.NullError null_error = 47;
        Returns:
        The nullError.
      • hasOperatorError

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

        int getOperatorErrorValue()
         The reasons for the operator error
         
        .google.ads.googleads.v10.errors.OperatorErrorEnum.OperatorError operator_error = 48;
        Returns:
        The enum numeric value on the wire for operatorError.
      • getOperatorError

        OperatorErrorEnum.OperatorError getOperatorError()
         The reasons for the operator error
         
        .google.ads.googleads.v10.errors.OperatorErrorEnum.OperatorError operator_error = 48;
        Returns:
        The operatorError.
      • hasRangeError

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

        int getRangeErrorValue()
         The reasons for the range error
         
        .google.ads.googleads.v10.errors.RangeErrorEnum.RangeError range_error = 49;
        Returns:
        The enum numeric value on the wire for rangeError.
      • getRangeError

        RangeErrorEnum.RangeError getRangeError()
         The reasons for the range error
         
        .google.ads.googleads.v10.errors.RangeErrorEnum.RangeError range_error = 49;
        Returns:
        The rangeError.
      • hasRecommendationError

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

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

        RecommendationErrorEnum.RecommendationError getRecommendationError()
         The reasons for error in applying a recommendation
         
        .google.ads.googleads.v10.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
        Returns:
        The recommendationError.
      • hasRegionCodeError

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

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

        RegionCodeErrorEnum.RegionCodeError getRegionCodeError()
         The reasons for the region code error
         
        .google.ads.googleads.v10.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
        Returns:
        The regionCodeError.
      • hasSettingError

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

        int getSettingErrorValue()
         The reasons for the setting error
         
        .google.ads.googleads.v10.errors.SettingErrorEnum.SettingError setting_error = 52;
        Returns:
        The enum numeric value on the wire for settingError.
      • getSettingError

        SettingErrorEnum.SettingError getSettingError()
         The reasons for the setting error
         
        .google.ads.googleads.v10.errors.SettingErrorEnum.SettingError setting_error = 52;
        Returns:
        The settingError.
      • hasStringFormatError

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

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

        StringFormatErrorEnum.StringFormatError getStringFormatError()
         The reasons for the string format error
         
        .google.ads.googleads.v10.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
        Returns:
        The stringFormatError.
      • hasStringLengthError

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

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

        StringLengthErrorEnum.StringLengthError getStringLengthError()
         The reasons for the string length error
         
        .google.ads.googleads.v10.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
        Returns:
        The stringLengthError.
      • hasOperationAccessDeniedError

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

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

        OperationAccessDeniedErrorEnum.OperationAccessDeniedError getOperationAccessDeniedError()
         The reasons for the operation access denied error
         
        .google.ads.googleads.v10.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
        Returns:
        The operationAccessDeniedError.
      • hasResourceAccessDeniedError

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

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

        ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError getResourceAccessDeniedError()
         The reasons for the resource access denied error
         
        .google.ads.googleads.v10.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
        Returns:
        The resourceAccessDeniedError.
      • hasResourceCountLimitExceededError

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

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

        ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError getResourceCountLimitExceededError()
         The reasons for the resource count limit exceeded error
         
        .google.ads.googleads.v10.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
        Returns:
        The resourceCountLimitExceededError.
      • hasYoutubeVideoRegistrationError

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

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

        YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError getYoutubeVideoRegistrationError()
         The reasons for YouTube video registration errors.
         
        .google.ads.googleads.v10.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
        Returns:
        The youtubeVideoRegistrationError.
      • hasAdGroupBidModifierError

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

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

        AdGroupBidModifierErrorEnum.AdGroupBidModifierError getAdGroupBidModifierError()
         The reasons for the ad group bid modifier error
         
        .google.ads.googleads.v10.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
        Returns:
        The adGroupBidModifierError.
      • hasContextError

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

        int getContextErrorValue()
         The reasons for the context error
         
        .google.ads.googleads.v10.errors.ContextErrorEnum.ContextError context_error = 60;
        Returns:
        The enum numeric value on the wire for contextError.
      • getContextError

        ContextErrorEnum.ContextError getContextError()
         The reasons for the context error
         
        .google.ads.googleads.v10.errors.ContextErrorEnum.ContextError context_error = 60;
        Returns:
        The contextError.
      • hasFieldError

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

        int getFieldErrorValue()
         The reasons for the field error
         
        .google.ads.googleads.v10.errors.FieldErrorEnum.FieldError field_error = 61;
        Returns:
        The enum numeric value on the wire for fieldError.
      • getFieldError

        FieldErrorEnum.FieldError getFieldError()
         The reasons for the field error
         
        .google.ads.googleads.v10.errors.FieldErrorEnum.FieldError field_error = 61;
        Returns:
        The fieldError.
      • hasSharedSetError

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

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

        SharedSetErrorEnum.SharedSetError getSharedSetError()
         The reasons for the shared set error
         
        .google.ads.googleads.v10.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
        Returns:
        The sharedSetError.
      • hasSharedCriterionError

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

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

        SharedCriterionErrorEnum.SharedCriterionError getSharedCriterionError()
         The reasons for the shared criterion error
         
        .google.ads.googleads.v10.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
        Returns:
        The sharedCriterionError.
      • hasCampaignSharedSetError

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

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

        CampaignSharedSetErrorEnum.CampaignSharedSetError getCampaignSharedSetError()
         The reasons for the campaign shared set error
         
        .google.ads.googleads.v10.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
        Returns:
        The campaignSharedSetError.
      • hasConversionActionError

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

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

        ConversionActionErrorEnum.ConversionActionError getConversionActionError()
         The reasons for the conversion action error
         
        .google.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
        Returns:
        The conversionActionError.
      • hasConversionAdjustmentUploadError

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

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

        ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError getConversionAdjustmentUploadError()
         The reasons for the conversion adjustment upload error
         
        .google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
        Returns:
        The conversionAdjustmentUploadError.
      • hasConversionCustomVariableError

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

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

        ConversionCustomVariableErrorEnum.ConversionCustomVariableError getConversionCustomVariableError()
         The reasons for the conversion custom variable error
         
        .google.ads.googleads.v10.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
        Returns:
        The conversionCustomVariableError.
      • hasConversionUploadError

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

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

        ConversionUploadErrorEnum.ConversionUploadError getConversionUploadError()
         The reasons for the conversion upload error
         
        .google.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
        Returns:
        The conversionUploadError.
      • hasConversionValueRuleError

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

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

        ConversionValueRuleErrorEnum.ConversionValueRuleError getConversionValueRuleError()
         The reasons for the conversion value rule error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
        Returns:
        The conversionValueRuleError.
      • hasConversionValueRuleSetError

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

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

        ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError getConversionValueRuleSetError()
         The reasons for the conversion value rule set error
         
        .google.ads.googleads.v10.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
        Returns:
        The conversionValueRuleSetError.
      • hasHeaderError

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

        int getHeaderErrorValue()
         The reasons for the header error.
         
        .google.ads.googleads.v10.errors.HeaderErrorEnum.HeaderError header_error = 66;
        Returns:
        The enum numeric value on the wire for headerError.
      • getHeaderError

        HeaderErrorEnum.HeaderError getHeaderError()
         The reasons for the header error.
         
        .google.ads.googleads.v10.errors.HeaderErrorEnum.HeaderError header_error = 66;
        Returns:
        The headerError.
      • hasDatabaseError

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

        int getDatabaseErrorValue()
         The reasons for the database error.
         
        .google.ads.googleads.v10.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
        Returns:
        The enum numeric value on the wire for databaseError.
      • getDatabaseError

        DatabaseErrorEnum.DatabaseError getDatabaseError()
         The reasons for the database error.
         
        .google.ads.googleads.v10.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
        Returns:
        The databaseError.
      • hasPolicyFindingError

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

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

        PolicyFindingErrorEnum.PolicyFindingError getPolicyFindingError()
         The reasons for the policy finding error.
         
        .google.ads.googleads.v10.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
        Returns:
        The policyFindingError.
      • hasEnumError

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

        int getEnumErrorValue()
         The reason for enum error.
         
        .google.ads.googleads.v10.errors.EnumErrorEnum.EnumError enum_error = 70;
        Returns:
        The enum numeric value on the wire for enumError.
      • getEnumError

        EnumErrorEnum.EnumError getEnumError()
         The reason for enum error.
         
        .google.ads.googleads.v10.errors.EnumErrorEnum.EnumError enum_error = 70;
        Returns:
        The enumError.
      • hasKeywordPlanError

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

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

        KeywordPlanErrorEnum.KeywordPlanError getKeywordPlanError()
         The reason for keyword plan error.
         
        .google.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
        Returns:
        The keywordPlanError.
      • hasKeywordPlanCampaignError

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

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

        KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError getKeywordPlanCampaignError()
         The reason for keyword plan campaign error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
        Returns:
        The keywordPlanCampaignError.
      • hasKeywordPlanCampaignKeywordError

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

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

        KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError getKeywordPlanCampaignKeywordError()
         The reason for keyword plan campaign keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
        Returns:
        The keywordPlanCampaignKeywordError.
      • hasKeywordPlanAdGroupError

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

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

        KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError getKeywordPlanAdGroupError()
         The reason for keyword plan ad group error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
        Returns:
        The keywordPlanAdGroupError.
      • hasKeywordPlanAdGroupKeywordError

        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;
        Returns:
        Whether the keywordPlanAdGroupKeywordError field is set.
      • getKeywordPlanAdGroupKeywordErrorValue

        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;
        Returns:
        The enum numeric value on the wire for keywordPlanAdGroupKeywordError.
      • getKeywordPlanAdGroupKeywordError

        KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError getKeywordPlanAdGroupKeywordError()
         The reason for keyword plan ad group keyword error.
         
        .google.ads.googleads.v10.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
        Returns:
        The keywordPlanAdGroupKeywordError.
      • hasKeywordPlanIdeaError

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

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

        KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError getKeywordPlanIdeaError()
         The reason for keyword idea error.
         
        .google.ads.googleads.v10.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
        Returns:
        The keywordPlanIdeaError.
      • hasAccountBudgetProposalError

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

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

        AccountBudgetProposalErrorEnum.AccountBudgetProposalError getAccountBudgetProposalError()
         The reasons for account budget proposal errors.
         
        .google.ads.googleads.v10.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
        Returns:
        The accountBudgetProposalError.
      • hasUserListError

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

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

        UserListErrorEnum.UserListError getUserListError()
         The reasons for the user list error
         
        .google.ads.googleads.v10.errors.UserListErrorEnum.UserListError user_list_error = 78;
        Returns:
        The userListError.
      • hasChangeEventError

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

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

        ChangeEventErrorEnum.ChangeEventError getChangeEventError()
         The reasons for the change event error
         
        .google.ads.googleads.v10.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
        Returns:
        The changeEventError.
      • hasChangeStatusError

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

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

        ChangeStatusErrorEnum.ChangeStatusError getChangeStatusError()
         The reasons for the change status error
         
        .google.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
        Returns:
        The changeStatusError.
      • hasFeedError

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

        int getFeedErrorValue()
         The reasons for the feed error
         
        .google.ads.googleads.v10.errors.FeedErrorEnum.FeedError feed_error = 80;
        Returns:
        The enum numeric value on the wire for feedError.
      • getFeedError

        FeedErrorEnum.FeedError getFeedError()
         The reasons for the feed error
         
        .google.ads.googleads.v10.errors.FeedErrorEnum.FeedError feed_error = 80;
        Returns:
        The feedError.
      • hasGeoTargetConstantSuggestionError

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

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

        GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError getGeoTargetConstantSuggestionError()
         The reasons for the geo target constant suggestion error.
         
        .google.ads.googleads.v10.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
        Returns:
        The geoTargetConstantSuggestionError.
      • hasCampaignDraftError

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

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

        CampaignDraftErrorEnum.CampaignDraftError getCampaignDraftError()
         The reasons for the campaign draft error
         
        .google.ads.googleads.v10.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
        Returns:
        The campaignDraftError.
      • hasFeedItemError

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

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

        FeedItemErrorEnum.FeedItemError getFeedItemError()
         The reasons for the feed item error
         
        .google.ads.googleads.v10.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
        Returns:
        The feedItemError.
      • hasLabelError

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

        int getLabelErrorValue()
         The reason for the label error.
         
        .google.ads.googleads.v10.errors.LabelErrorEnum.LabelError label_error = 84;
        Returns:
        The enum numeric value on the wire for labelError.
      • getLabelError

        LabelErrorEnum.LabelError getLabelError()
         The reason for the label error.
         
        .google.ads.googleads.v10.errors.LabelErrorEnum.LabelError label_error = 84;
        Returns:
        The labelError.
      • hasBillingSetupError

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

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

        BillingSetupErrorEnum.BillingSetupError getBillingSetupError()
         The reasons for the billing setup error
         
        .google.ads.googleads.v10.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
        Returns:
        The billingSetupError.
      • hasCustomerClientLinkError

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

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

        CustomerClientLinkErrorEnum.CustomerClientLinkError getCustomerClientLinkError()
         The reasons for the customer client link error
         
        .google.ads.googleads.v10.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
        Returns:
        The customerClientLinkError.
      • hasCustomerManagerLinkError

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

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

        CustomerManagerLinkErrorEnum.CustomerManagerLinkError getCustomerManagerLinkError()
         The reasons for the customer manager link error
         
        .google.ads.googleads.v10.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
        Returns:
        The customerManagerLinkError.
      • hasFeedMappingError

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

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

        FeedMappingErrorEnum.FeedMappingError getFeedMappingError()
         The reasons for the feed mapping error
         
        .google.ads.googleads.v10.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
        Returns:
        The feedMappingError.
      • hasCustomerFeedError

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

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

        CustomerFeedErrorEnum.CustomerFeedError getCustomerFeedError()
         The reasons for the customer feed error
         
        .google.ads.googleads.v10.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
        Returns:
        The customerFeedError.
      • hasAdGroupFeedError

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

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

        AdGroupFeedErrorEnum.AdGroupFeedError getAdGroupFeedError()
         The reasons for the ad group feed error
         
        .google.ads.googleads.v10.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
        Returns:
        The adGroupFeedError.
      • hasCampaignFeedError

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

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

        CampaignFeedErrorEnum.CampaignFeedError getCampaignFeedError()
         The reasons for the campaign feed error
         
        .google.ads.googleads.v10.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
        Returns:
        The campaignFeedError.
      • hasCustomInterestError

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

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

        CustomInterestErrorEnum.CustomInterestError getCustomInterestError()
         The reasons for the custom interest error
         
        .google.ads.googleads.v10.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
        Returns:
        The customInterestError.
      • hasCampaignExperimentError

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

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

        CampaignExperimentErrorEnum.CampaignExperimentError getCampaignExperimentError()
         The reasons for the campaign experiment error
         
        .google.ads.googleads.v10.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
        Returns:
        The campaignExperimentError.
      • hasExtensionFeedItemError

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

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

        ExtensionFeedItemErrorEnum.ExtensionFeedItemError getExtensionFeedItemError()
         The reasons for the extension feed item error
         
        .google.ads.googleads.v10.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
        Returns:
        The extensionFeedItemError.
      • hasAdParameterError

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

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

        AdParameterErrorEnum.AdParameterError getAdParameterError()
         The reasons for the ad parameter error
         
        .google.ads.googleads.v10.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
        Returns:
        The adParameterError.
      • hasFeedItemValidationError

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

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

        FeedItemValidationErrorEnum.FeedItemValidationError getFeedItemValidationError()
         The reasons for the feed item validation error
         
        .google.ads.googleads.v10.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
        Returns:
        The feedItemValidationError.
      • hasExtensionSettingError

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

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

        ExtensionSettingErrorEnum.ExtensionSettingError getExtensionSettingError()
         The reasons for the extension setting error
         
        .google.ads.googleads.v10.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
        Returns:
        The extensionSettingError.
      • hasFeedItemSetError

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

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

        FeedItemSetErrorEnum.FeedItemSetError getFeedItemSetError()
         The reasons for the feed item set error
         
        .google.ads.googleads.v10.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
        Returns:
        The feedItemSetError.
      • hasFeedItemSetLinkError

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

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

        FeedItemSetLinkErrorEnum.FeedItemSetLinkError getFeedItemSetLinkError()
         The reasons for the feed item set link error
         
        .google.ads.googleads.v10.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
        Returns:
        The feedItemSetLinkError.
      • hasFeedItemTargetError

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

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

        FeedItemTargetErrorEnum.FeedItemTargetError getFeedItemTargetError()
         The reasons for the feed item target error
         
        .google.ads.googleads.v10.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
        Returns:
        The feedItemTargetError.
      • hasPolicyViolationError

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

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

        PolicyViolationErrorEnum.PolicyViolationError getPolicyViolationError()
         The reasons for the policy violation error
         
        .google.ads.googleads.v10.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
        Returns:
        The policyViolationError.
      • hasPartialFailureError

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

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

        PartialFailureErrorEnum.PartialFailureError getPartialFailureError()
         The reasons for the mutate job error
         
        .google.ads.googleads.v10.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
        Returns:
        The partialFailureError.
      • hasPolicyValidationParameterError

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

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

        PolicyValidationParameterErrorEnum.PolicyValidationParameterError getPolicyValidationParameterError()
         The reasons for the policy validation parameter error
         
        .google.ads.googleads.v10.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
        Returns:
        The policyValidationParameterError.
      • hasSizeLimitError

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

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

        SizeLimitErrorEnum.SizeLimitError getSizeLimitError()
         The reasons for the size limit error
         
        .google.ads.googleads.v10.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
        Returns:
        The sizeLimitError.
      • hasOfflineUserDataJobError

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

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

        OfflineUserDataJobErrorEnum.OfflineUserDataJobError getOfflineUserDataJobError()
         The reasons for the offline user data job error.
         
        .google.ads.googleads.v10.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
        Returns:
        The offlineUserDataJobError.
      • hasNotAllowlistedError

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

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

        NotAllowlistedErrorEnum.NotAllowlistedError getNotAllowlistedError()
         The reasons for the not allowlisted error
         
        .google.ads.googleads.v10.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
        Returns:
        The notAllowlistedError.
      • hasManagerLinkError

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

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

        ManagerLinkErrorEnum.ManagerLinkError getManagerLinkError()
         The reasons for the manager link error
         
        .google.ads.googleads.v10.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
        Returns:
        The managerLinkError.
      • hasCurrencyCodeError

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

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

        CurrencyCodeErrorEnum.CurrencyCodeError getCurrencyCodeError()
         The reasons for the currency code error
         
        .google.ads.googleads.v10.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
        Returns:
        The currencyCodeError.
      • hasExperimentError

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

        int getExperimentErrorValue()
         The reasons for the experiment error
         
        .google.ads.googleads.v10.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
        Returns:
        The enum numeric value on the wire for experimentError.
      • getExperimentError

        ExperimentErrorEnum.ExperimentError getExperimentError()
         The reasons for the experiment error
         
        .google.ads.googleads.v10.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
        Returns:
        The experimentError.
      • hasAccessInvitationError

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

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

        AccessInvitationErrorEnum.AccessInvitationError getAccessInvitationError()
         The reasons for the access invitation error
         
        .google.ads.googleads.v10.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
        Returns:
        The accessInvitationError.
      • hasReachPlanError

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

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

        ReachPlanErrorEnum.ReachPlanError getReachPlanError()
         The reasons for the reach plan error
         
        .google.ads.googleads.v10.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
        Returns:
        The reachPlanError.
      • hasInvoiceError

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

        int getInvoiceErrorValue()
         The reasons for the invoice error
         
        .google.ads.googleads.v10.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
        Returns:
        The enum numeric value on the wire for invoiceError.
      • getInvoiceError

        InvoiceErrorEnum.InvoiceError getInvoiceError()
         The reasons for the invoice error
         
        .google.ads.googleads.v10.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
        Returns:
        The invoiceError.
      • hasPaymentsAccountError

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

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

        PaymentsAccountErrorEnum.PaymentsAccountError getPaymentsAccountError()
         The reasons for errors in payments accounts service
         
        .google.ads.googleads.v10.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
        Returns:
        The paymentsAccountError.
      • hasTimeZoneError

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

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

        TimeZoneErrorEnum.TimeZoneError getTimeZoneError()
         The reasons for the time zone error
         
        .google.ads.googleads.v10.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
        Returns:
        The timeZoneError.
      • hasAssetLinkError

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

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

        AssetLinkErrorEnum.AssetLinkError getAssetLinkError()
         The reasons for the asset link error
         
        .google.ads.googleads.v10.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
        Returns:
        The assetLinkError.
      • hasUserDataError

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

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

        UserDataErrorEnum.UserDataError getUserDataError()
         The reasons for the user data error.
         
        .google.ads.googleads.v10.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
        Returns:
        The userDataError.
      • hasBatchJobError

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

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

        BatchJobErrorEnum.BatchJobError getBatchJobError()
         The reasons for the batch job error
         
        .google.ads.googleads.v10.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
        Returns:
        The batchJobError.
      • hasAccountLinkError

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

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

        AccountLinkErrorEnum.AccountLinkError getAccountLinkError()
         The reasons for the account link status change error
         
        .google.ads.googleads.v10.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
        Returns:
        The accountLinkError.
      • hasThirdPartyAppAnalyticsLinkError

        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;
        Returns:
        Whether the thirdPartyAppAnalyticsLinkError field is set.
      • getThirdPartyAppAnalyticsLinkErrorValue

        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;
        Returns:
        The enum numeric value on the wire for thirdPartyAppAnalyticsLinkError.
      • getThirdPartyAppAnalyticsLinkError

        ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError getThirdPartyAppAnalyticsLinkError()
         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:
        The thirdPartyAppAnalyticsLinkError.
      • hasCustomerUserAccessError

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

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

        CustomerUserAccessErrorEnum.CustomerUserAccessError getCustomerUserAccessError()
         The reasons for the customer user access mutate error
         
        .google.ads.googleads.v10.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
        Returns:
        The customerUserAccessError.
      • hasCustomAudienceError

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

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

        CustomAudienceErrorEnum.CustomAudienceError getCustomAudienceError()
         The reasons for the custom audience error
         
        .google.ads.googleads.v10.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
        Returns:
        The customAudienceError.
      • hasAudienceError

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

        int getAudienceErrorValue()
         The reasons for the audience error
         
        .google.ads.googleads.v10.errors.AudienceErrorEnum.AudienceError audience_error = 164;
        Returns:
        The enum numeric value on the wire for audienceError.
      • getAudienceError

        AudienceErrorEnum.AudienceError getAudienceError()
         The reasons for the audience error
         
        .google.ads.googleads.v10.errors.AudienceErrorEnum.AudienceError audience_error = 164;
        Returns:
        The audienceError.
      • hasExperimentArmError

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

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

        ExperimentArmErrorEnum.ExperimentArmError getExperimentArmError()
         The reasons for the experiment arm error
         
        .google.ads.googleads.v10.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
        Returns:
        The experimentArmError.