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 Details

    • hasRequestError

      boolean hasRequestError()
       An error caused by the request
       
      .google.ads.googleads.v18.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.v18.errors.RequestErrorEnum.RequestError request_error = 1;
      Returns:
      The enum numeric value on the wire for requestError.
    • getRequestError

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

      boolean hasBiddingStrategyError()
       An error with a Bidding Strategy mutate.
       
      .google.ads.googleads.v18.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.v18.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
      Returns:
      The enum numeric value on the wire for biddingStrategyError.
    • getBiddingStrategyError

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

      boolean hasUrlFieldError()
       An error with a URL field mutate.
       
      .google.ads.googleads.v18.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.v18.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
      Returns:
      The enum numeric value on the wire for urlFieldError.
    • getUrlFieldError

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

      boolean hasListOperationError()
       An error with a list operation.
       
      .google.ads.googleads.v18.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.v18.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
      Returns:
      The enum numeric value on the wire for listOperationError.
    • getListOperationError

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

      boolean hasQueryError()
       An error with an AWQL query
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.QueryErrorEnum.QueryError query_error = 5;
      Returns:
      The queryError.
    • hasMutateError

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

      int getMutateErrorValue()
       An error with a mutate
       
      .google.ads.googleads.v18.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.v18.errors.MutateErrorEnum.MutateError mutate_error = 7;
      Returns:
      The mutateError.
    • hasFieldMaskError

      boolean hasFieldMaskError()
       An error with a field mask
       
      .google.ads.googleads.v18.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.v18.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
      Returns:
      The enum numeric value on the wire for fieldMaskError.
    • getFieldMaskError

       An error with a field mask
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
      Returns:
      The enum numeric value on the wire for authorizationError.
    • getAuthorizationError

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

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

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

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

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

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

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

      boolean hasAdError()
       An error with an Ad Group Ad mutate.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AdErrorEnum.AdError ad_error = 12;
      Returns:
      The adError.
    • hasAdGroupError

      boolean hasAdGroupError()
       An error with an Ad Group mutate.
       
      .google.ads.googleads.v18.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.v18.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
      Returns:
      The enum numeric value on the wire for adGroupError.
    • getAdGroupError

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

      boolean hasCampaignBudgetError()
       An error with a Campaign Budget mutate.
       
      .google.ads.googleads.v18.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.v18.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
      Returns:
      The enum numeric value on the wire for campaignBudgetError.
    • getCampaignBudgetError

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

      boolean hasCampaignError()
       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.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.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Returns:
      The enum numeric value on the wire for campaignError.
    • getCampaignError

       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Returns:
      The campaignError.
    • hasVideoCampaignError

      boolean hasVideoCampaignError()
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Returns:
      Whether the videoCampaignError field is set.
    • getVideoCampaignErrorValue

      int getVideoCampaignErrorValue()
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Returns:
      The enum numeric value on the wire for videoCampaignError.
    • getVideoCampaignError

       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Returns:
      The videoCampaignError.
    • hasAuthenticationError

      boolean hasAuthenticationError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.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.v18.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
      Returns:
      The enum numeric value on the wire for authenticationError.
    • getAuthenticationError

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

      boolean hasAdGroupCriterionCustomizerError()
       The reasons for the ad group criterion customizer error.
       
      .google.ads.googleads.v18.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.v18.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
      Returns:
      The enum numeric value on the wire for adGroupCriterionCustomizerError.
    • getAdGroupCriterionCustomizerError

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

      boolean hasAdGroupCriterionError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.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.v18.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
      Returns:
      The enum numeric value on the wire for adGroupCriterionError.
    • getAdGroupCriterionError

       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
      Returns:
      The enum numeric value on the wire for adGroupCustomizerError.
    • getAdGroupCustomizerError

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

      boolean hasAdCustomizerError()
       The reasons for the ad customizer error
       
      .google.ads.googleads.v18.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.v18.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
      Returns:
      The enum numeric value on the wire for adCustomizerError.
    • getAdCustomizerError

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

      boolean hasAdGroupAdError()
       The reasons for the ad group ad error
       
      .google.ads.googleads.v18.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.v18.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
      Returns:
      The enum numeric value on the wire for adGroupAdError.
    • getAdGroupAdError

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

      boolean hasAdSharingError()
       The reasons for the ad sharing error
       
      .google.ads.googleads.v18.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.v18.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
      Returns:
      The enum numeric value on the wire for adSharingError.
    • getAdSharingError

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

      boolean hasAdxError()
       The reasons for the adx error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AdxErrorEnum.AdxError adx_error = 25;
      Returns:
      The adxError.
    • hasAssetError

      boolean hasAssetError()
       The reasons for the asset error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AssetErrorEnum.AssetError asset_error = 107;
      Returns:
      The assetError.
    • hasAssetGroupAssetError

      boolean hasAssetGroupAssetError()
       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.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.v18.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
      Returns:
      The enum numeric value on the wire for assetGroupAssetError.
    • getAssetGroupAssetError

       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
      Returns:
      The enum numeric value on the wire for assetGroupListingGroupFilterError.
    • getAssetGroupListingGroupFilterError

       The reasons for the asset group listing group filter error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
      Returns:
      The enum numeric value on the wire for assetGroupError.
    • getAssetGroupError

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

      boolean hasAssetSetAssetError()
       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.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.v18.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
      Returns:
      The enum numeric value on the wire for assetSetAssetError.
    • getAssetSetAssetError

       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
      Returns:
      The enum numeric value on the wire for assetSetLinkError.
    • getAssetSetLinkError

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

      boolean hasAssetSetError()
       The reasons for the asset set error
       
      .google.ads.googleads.v18.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.v18.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
      Returns:
      The enum numeric value on the wire for assetSetError.
    • getAssetSetError

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

      boolean hasBiddingError()
       The reasons for the bidding errors
       
      .google.ads.googleads.v18.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.v18.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
      Returns:
      The enum numeric value on the wire for biddingError.
    • getBiddingError

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

      boolean hasCampaignCriterionError()
       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.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.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Returns:
      The enum numeric value on the wire for campaignCriterionError.
    • getCampaignCriterionError

       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Returns:
      The campaignCriterionError.
    • hasCampaignConversionGoalError

      boolean hasCampaignConversionGoalError()
       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Returns:
      Whether the campaignConversionGoalError field is set.
    • getCampaignConversionGoalErrorValue

      int getCampaignConversionGoalErrorValue()
       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Returns:
      The enum numeric value on the wire for campaignConversionGoalError.
    • getCampaignConversionGoalError

       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Returns:
      The campaignConversionGoalError.
    • hasCampaignCustomizerError

      boolean hasCampaignCustomizerError()
       The reasons for the campaign customizer error.
       
      .google.ads.googleads.v18.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.v18.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
      Returns:
      The enum numeric value on the wire for campaignCustomizerError.
    • getCampaignCustomizerError

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

      boolean hasCollectionSizeError()
       The reasons for the collection size error
       
      .google.ads.googleads.v18.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.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Returns:
      The enum numeric value on the wire for collectionSizeError.
    • getCollectionSizeError

       The reasons for the collection size error
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Returns:
      The collectionSizeError.
    • hasConversionGoalCampaignConfigError

      boolean hasConversionGoalCampaignConfigError()
       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Returns:
      Whether the conversionGoalCampaignConfigError field is set.
    • getConversionGoalCampaignConfigErrorValue

      int getConversionGoalCampaignConfigErrorValue()
       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Returns:
      The enum numeric value on the wire for conversionGoalCampaignConfigError.
    • getConversionGoalCampaignConfigError

       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Returns:
      The conversionGoalCampaignConfigError.
    • hasCountryCodeError

      boolean hasCountryCodeError()
       The reasons for the country code error
       
      .google.ads.googleads.v18.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.v18.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
      Returns:
      The enum numeric value on the wire for countryCodeError.
    • getCountryCodeError

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

      boolean hasCriterionError()
       The reasons for the criterion error
       
      .google.ads.googleads.v18.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.v18.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
      Returns:
      The enum numeric value on the wire for criterionError.
    • getCriterionError

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

      boolean hasCustomConversionGoalError()
       The reasons for the custom conversion goal error
       
      .google.ads.googleads.v18.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.v18.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
      Returns:
      The enum numeric value on the wire for customConversionGoalError.
    • getCustomConversionGoalError

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

      boolean hasCustomerCustomizerError()
       The reasons for the customer customizer error.
       
      .google.ads.googleads.v18.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.v18.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
      Returns:
      The enum numeric value on the wire for customerCustomizerError.
    • getCustomerCustomizerError

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

      boolean hasCustomerError()
       The reasons for the customer error
       
      .google.ads.googleads.v18.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.v18.errors.CustomerErrorEnum.CustomerError customer_error = 90;
      Returns:
      The enum numeric value on the wire for customerError.
    • getCustomerError

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

      boolean hasCustomizerAttributeError()
       The reasons for the customizer attribute error.
       
      .google.ads.googleads.v18.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.v18.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
      Returns:
      The enum numeric value on the wire for customizerAttributeError.
    • getCustomizerAttributeError

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

      boolean hasDateError()
       The reasons for the date error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.DateErrorEnum.DateError date_error = 33;
      Returns:
      The dateError.
    • hasDateRangeError

      boolean hasDateRangeError()
       The reasons for the date range error
       
      .google.ads.googleads.v18.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.v18.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
      Returns:
      The enum numeric value on the wire for dateRangeError.
    • getDateRangeError

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

      boolean hasDistinctError()
       The reasons for the distinct error
       
      .google.ads.googleads.v18.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.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
      Returns:
      The enum numeric value on the wire for distinctError.
    • getDistinctError

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

      boolean hasFeedAttributeReferenceError()
       The reasons for the feed attribute reference error
       
      .google.ads.googleads.v18.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.v18.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
      Returns:
      The enum numeric value on the wire for feedAttributeReferenceError.
    • getFeedAttributeReferenceError

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

      boolean hasFunctionError()
       The reasons for the function error
       
      .google.ads.googleads.v18.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.v18.errors.FunctionErrorEnum.FunctionError function_error = 37;
      Returns:
      The enum numeric value on the wire for functionError.
    • getFunctionError

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

      boolean hasFunctionParsingError()
       The reasons for the function parsing error
       
      .google.ads.googleads.v18.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.v18.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
      Returns:
      The enum numeric value on the wire for functionParsingError.
    • getFunctionParsingError

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

      boolean hasIdError()
       The reasons for the id error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.IdErrorEnum.IdError id_error = 39;
      Returns:
      The idError.
    • hasImageError

      boolean hasImageError()
       The reasons for the image error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.ImageErrorEnum.ImageError image_error = 40;
      Returns:
      The imageError.
    • hasLanguageCodeError

      boolean hasLanguageCodeError()
       The reasons for the language code error
       
      .google.ads.googleads.v18.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.v18.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
      Returns:
      The enum numeric value on the wire for languageCodeError.
    • getLanguageCodeError

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

      boolean hasMediaBundleError()
       The reasons for the media bundle error
       
      .google.ads.googleads.v18.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.v18.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
      Returns:
      The enum numeric value on the wire for mediaBundleError.
    • getMediaBundleError

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

      boolean hasMediaUploadError()
       The reasons for media uploading errors.
       
      .google.ads.googleads.v18.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.v18.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
      Returns:
      The enum numeric value on the wire for mediaUploadError.
    • getMediaUploadError

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

      boolean hasMediaFileError()
       The reasons for the media file error
       
      .google.ads.googleads.v18.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.v18.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
      Returns:
      The enum numeric value on the wire for mediaFileError.
    • getMediaFileError

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

      boolean hasMerchantCenterError()
       Container for enum describing possible merchant center errors.
       
      .google.ads.googleads.v18.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.v18.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
      Returns:
      The enum numeric value on the wire for merchantCenterError.
    • getMerchantCenterError

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

      boolean hasMultiplierError()
       The reasons for the multiplier error
       
      .google.ads.googleads.v18.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.v18.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
      Returns:
      The enum numeric value on the wire for multiplierError.
    • getMultiplierError

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

      boolean hasNewResourceCreationError()
       The reasons for the new resource creation error
       
      .google.ads.googleads.v18.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.v18.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
      Returns:
      The enum numeric value on the wire for newResourceCreationError.
    • getNewResourceCreationError

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

      boolean hasNotEmptyError()
       The reasons for the not empty error
       
      .google.ads.googleads.v18.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.v18.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
      Returns:
      The enum numeric value on the wire for notEmptyError.
    • getNotEmptyError

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

      boolean hasNullError()
       The reasons for the null error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.NullErrorEnum.NullError null_error = 47;
      Returns:
      The nullError.
    • hasOperatorError

      boolean hasOperatorError()
       The reasons for the operator error
       
      .google.ads.googleads.v18.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.v18.errors.OperatorErrorEnum.OperatorError operator_error = 48;
      Returns:
      The enum numeric value on the wire for operatorError.
    • getOperatorError

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

      boolean hasRangeError()
       The reasons for the range error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.RangeErrorEnum.RangeError range_error = 49;
      Returns:
      The rangeError.
    • hasRecommendationError

      boolean hasRecommendationError()
       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.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.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Returns:
      The enum numeric value on the wire for recommendationError.
    • getRecommendationError

       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Returns:
      The recommendationError.
    • hasRecommendationSubscriptionError

      boolean hasRecommendationSubscriptionError()
       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Returns:
      Whether the recommendationSubscriptionError field is set.
    • getRecommendationSubscriptionErrorValue

      int getRecommendationSubscriptionErrorValue()
       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Returns:
      The enum numeric value on the wire for recommendationSubscriptionError.
    • getRecommendationSubscriptionError

       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Returns:
      The recommendationSubscriptionError.
    • hasRegionCodeError

      boolean hasRegionCodeError()
       The reasons for the region code error
       
      .google.ads.googleads.v18.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.v18.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
      Returns:
      The enum numeric value on the wire for regionCodeError.
    • getRegionCodeError

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

      boolean hasSettingError()
       The reasons for the setting error
       
      .google.ads.googleads.v18.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.v18.errors.SettingErrorEnum.SettingError setting_error = 52;
      Returns:
      The enum numeric value on the wire for settingError.
    • getSettingError

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

      boolean hasStringFormatError()
       The reasons for the string format error
       
      .google.ads.googleads.v18.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.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
      Returns:
      The enum numeric value on the wire for stringFormatError.
    • getStringFormatError

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

      boolean hasStringLengthError()
       The reasons for the string length error
       
      .google.ads.googleads.v18.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.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
      Returns:
      The enum numeric value on the wire for stringLengthError.
    • getStringLengthError

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

      boolean hasOperationAccessDeniedError()
       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.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.v18.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
      Returns:
      The enum numeric value on the wire for operationAccessDeniedError.
    • getOperationAccessDeniedError

       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
      Returns:
      The enum numeric value on the wire for resourceAccessDeniedError.
    • getResourceAccessDeniedError

       The reasons for the resource access denied error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
      Returns:
      The enum numeric value on the wire for resourceCountLimitExceededError.
    • getResourceCountLimitExceededError

       The reasons for the resource count limit exceeded error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
      Returns:
      The enum numeric value on the wire for youtubeVideoRegistrationError.
    • getYoutubeVideoRegistrationError

       The reasons for YouTube video registration errors.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
      Returns:
      The enum numeric value on the wire for adGroupBidModifierError.
    • getAdGroupBidModifierError

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

      boolean hasContextError()
       The reasons for the context error
       
      .google.ads.googleads.v18.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.v18.errors.ContextErrorEnum.ContextError context_error = 60;
      Returns:
      The enum numeric value on the wire for contextError.
    • getContextError

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

      boolean hasFieldError()
       The reasons for the field error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.FieldErrorEnum.FieldError field_error = 61;
      Returns:
      The fieldError.
    • hasSharedSetError

      boolean hasSharedSetError()
       The reasons for the shared set error
       
      .google.ads.googleads.v18.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.v18.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
      Returns:
      The enum numeric value on the wire for sharedSetError.
    • getSharedSetError

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

      boolean hasSharedCriterionError()
       The reasons for the shared criterion error
       
      .google.ads.googleads.v18.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.v18.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
      Returns:
      The enum numeric value on the wire for sharedCriterionError.
    • getSharedCriterionError

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

      boolean hasCampaignSharedSetError()
       The reasons for the campaign shared set error
       
      .google.ads.googleads.v18.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.v18.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
      Returns:
      The enum numeric value on the wire for campaignSharedSetError.
    • getCampaignSharedSetError

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

      boolean hasConversionActionError()
       The reasons for the conversion action error
       
      .google.ads.googleads.v18.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.v18.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
      Returns:
      The enum numeric value on the wire for conversionActionError.
    • getConversionActionError

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

      boolean hasConversionAdjustmentUploadError()
       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.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.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
      Returns:
      The enum numeric value on the wire for conversionAdjustmentUploadError.
    • getConversionAdjustmentUploadError

       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
      Returns:
      The enum numeric value on the wire for conversionCustomVariableError.
    • getConversionCustomVariableError

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

      boolean hasConversionUploadError()
       The reasons for the conversion upload error
       
      .google.ads.googleads.v18.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.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
      Returns:
      The enum numeric value on the wire for conversionUploadError.
    • getConversionUploadError

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

      boolean hasConversionValueRuleError()
       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.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.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
      Returns:
      The enum numeric value on the wire for conversionValueRuleError.
    • getConversionValueRuleError

       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
      Returns:
      The enum numeric value on the wire for conversionValueRuleSetError.
    • getConversionValueRuleSetError

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

      boolean hasHeaderError()
       The reasons for the header error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.HeaderErrorEnum.HeaderError header_error = 66;
      Returns:
      The headerError.
    • hasDatabaseError

      boolean hasDatabaseError()
       The reasons for the database error.
       
      .google.ads.googleads.v18.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.v18.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
      Returns:
      The enum numeric value on the wire for databaseError.
    • getDatabaseError

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

      boolean hasPolicyFindingError()
       The reasons for the policy finding error.
       
      .google.ads.googleads.v18.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.v18.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
      Returns:
      The enum numeric value on the wire for policyFindingError.
    • getPolicyFindingError

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

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

      int getEnumErrorValue()
       The reason for enum error.
       
      .google.ads.googleads.v18.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.v18.errors.EnumErrorEnum.EnumError enum_error = 70;
      Returns:
      The enumError.
    • hasKeywordPlanError

      boolean hasKeywordPlanError()
       The reason for keyword plan error.
       
      .google.ads.googleads.v18.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.v18.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
      Returns:
      The enum numeric value on the wire for keywordPlanError.
    • getKeywordPlanError

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

      boolean hasKeywordPlanCampaignError()
       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.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.v18.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
      Returns:
      The enum numeric value on the wire for keywordPlanCampaignError.
    • getKeywordPlanCampaignError

       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
      Returns:
      The enum numeric value on the wire for keywordPlanCampaignKeywordError.
    • getKeywordPlanCampaignKeywordError

       The reason for keyword plan campaign keyword error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
      Returns:
      The enum numeric value on the wire for keywordPlanAdGroupError.
    • getKeywordPlanAdGroupError

       The reason for keyword plan ad group error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
      Returns:
      The enum numeric value on the wire for keywordPlanAdGroupKeywordError.
    • getKeywordPlanAdGroupKeywordError

       The reason for keyword plan ad group keyword error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
      Returns:
      The enum numeric value on the wire for keywordPlanIdeaError.
    • getKeywordPlanIdeaError

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

      boolean hasAccountBudgetProposalError()
       The reasons for account budget proposal errors.
       
      .google.ads.googleads.v18.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.v18.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
      Returns:
      The enum numeric value on the wire for accountBudgetProposalError.
    • getAccountBudgetProposalError

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

      boolean hasUserListError()
       The reasons for the user list error
       
      .google.ads.googleads.v18.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.v18.errors.UserListErrorEnum.UserListError user_list_error = 78;
      Returns:
      The enum numeric value on the wire for userListError.
    • getUserListError

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

      boolean hasChangeEventError()
       The reasons for the change event error
       
      .google.ads.googleads.v18.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.v18.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
      Returns:
      The enum numeric value on the wire for changeEventError.
    • getChangeEventError

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

      boolean hasChangeStatusError()
       The reasons for the change status error
       
      .google.ads.googleads.v18.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.v18.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
      Returns:
      The enum numeric value on the wire for changeStatusError.
    • getChangeStatusError

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

      boolean hasFeedError()
       The reasons for the feed error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.FeedErrorEnum.FeedError feed_error = 80;
      Returns:
      The feedError.
    • hasGeoTargetConstantSuggestionError

      boolean hasGeoTargetConstantSuggestionError()
       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.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.v18.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
      Returns:
      The enum numeric value on the wire for geoTargetConstantSuggestionError.
    • getGeoTargetConstantSuggestionError

       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
      Returns:
      The enum numeric value on the wire for campaignDraftError.
    • getCampaignDraftError

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

      boolean hasFeedItemError()
       The reasons for the feed item error
       
      .google.ads.googleads.v18.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.v18.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
      Returns:
      The enum numeric value on the wire for feedItemError.
    • getFeedItemError

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

      boolean hasLabelError()
       The reason for the label error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.LabelErrorEnum.LabelError label_error = 84;
      Returns:
      The labelError.
    • hasBillingSetupError

      boolean hasBillingSetupError()
       The reasons for the billing setup error
       
      .google.ads.googleads.v18.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.v18.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
      Returns:
      The enum numeric value on the wire for billingSetupError.
    • getBillingSetupError

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

      boolean hasCustomerClientLinkError()
       The reasons for the customer client link error
       
      .google.ads.googleads.v18.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.v18.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
      Returns:
      The enum numeric value on the wire for customerClientLinkError.
    • getCustomerClientLinkError

       The reasons for the customer client link error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
      Returns:
      The enum numeric value on the wire for customerManagerLinkError.
    • getCustomerManagerLinkError

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

      boolean hasFeedMappingError()
       The reasons for the feed mapping error
       
      .google.ads.googleads.v18.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.v18.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
      Returns:
      The enum numeric value on the wire for feedMappingError.
    • getFeedMappingError

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

      boolean hasCustomerFeedError()
       The reasons for the customer feed error
       
      .google.ads.googleads.v18.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.v18.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
      Returns:
      The enum numeric value on the wire for customerFeedError.
    • getCustomerFeedError

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

      boolean hasAdGroupFeedError()
       The reasons for the ad group feed error
       
      .google.ads.googleads.v18.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.v18.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
      Returns:
      The enum numeric value on the wire for adGroupFeedError.
    • getAdGroupFeedError

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

      boolean hasCampaignFeedError()
       The reasons for the campaign feed error
       
      .google.ads.googleads.v18.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.v18.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
      Returns:
      The enum numeric value on the wire for campaignFeedError.
    • getCampaignFeedError

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

      boolean hasCustomInterestError()
       The reasons for the custom interest error
       
      .google.ads.googleads.v18.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.v18.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
      Returns:
      The enum numeric value on the wire for customInterestError.
    • getCustomInterestError

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

      boolean hasCampaignExperimentError()
       The reasons for the campaign experiment error
       
      .google.ads.googleads.v18.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.v18.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
      Returns:
      The enum numeric value on the wire for campaignExperimentError.
    • getCampaignExperimentError

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

      boolean hasExtensionFeedItemError()
       The reasons for the extension feed item error
       
      .google.ads.googleads.v18.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.v18.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
      Returns:
      The enum numeric value on the wire for extensionFeedItemError.
    • getExtensionFeedItemError

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

      boolean hasAdParameterError()
       The reasons for the ad parameter error
       
      .google.ads.googleads.v18.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.v18.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
      Returns:
      The enum numeric value on the wire for adParameterError.
    • getAdParameterError

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

      boolean hasFeedItemValidationError()
       The reasons for the feed item validation error
       
      .google.ads.googleads.v18.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.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
      Returns:
      The enum numeric value on the wire for feedItemValidationError.
    • getFeedItemValidationError

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

      boolean hasExtensionSettingError()
       The reasons for the extension setting error
       
      .google.ads.googleads.v18.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.v18.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
      Returns:
      The enum numeric value on the wire for extensionSettingError.
    • getExtensionSettingError

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

      boolean hasFeedItemSetError()
       The reasons for the feed item set error
       
      .google.ads.googleads.v18.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.v18.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
      Returns:
      The enum numeric value on the wire for feedItemSetError.
    • getFeedItemSetError

       The reasons for the feed item set error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
      Returns:
      The enum numeric value on the wire for feedItemSetLinkError.
    • getFeedItemSetLinkError

       The reasons for the feed item set link error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
      Returns:
      The enum numeric value on the wire for feedItemTargetError.
    • getFeedItemTargetError

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

      boolean hasPolicyViolationError()
       The reasons for the policy violation error
       
      .google.ads.googleads.v18.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.v18.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
      Returns:
      The enum numeric value on the wire for policyViolationError.
    • getPolicyViolationError

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

      boolean hasPartialFailureError()
       The reasons for the mutate job error
       
      .google.ads.googleads.v18.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.v18.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
      Returns:
      The enum numeric value on the wire for partialFailureError.
    • getPartialFailureError

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

      boolean hasPolicyValidationParameterError()
       The reasons for the policy validation parameter error
       
      .google.ads.googleads.v18.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.v18.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
      Returns:
      The enum numeric value on the wire for policyValidationParameterError.
    • getPolicyValidationParameterError

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

      boolean hasSizeLimitError()
       The reasons for the size limit error
       
      .google.ads.googleads.v18.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.v18.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
      Returns:
      The enum numeric value on the wire for sizeLimitError.
    • getSizeLimitError

       The reasons for the size limit error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
      Returns:
      The enum numeric value on the wire for offlineUserDataJobError.
    • getOfflineUserDataJobError

       The reasons for the offline user data job error.
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
      Returns:
      The enum numeric value on the wire for notAllowlistedError.
    • getNotAllowlistedError

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

      boolean hasManagerLinkError()
       The reasons for the manager link error
       
      .google.ads.googleads.v18.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.v18.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
      Returns:
      The enum numeric value on the wire for managerLinkError.
    • getManagerLinkError

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

      boolean hasCurrencyCodeError()
       The reasons for the currency code error
       
      .google.ads.googleads.v18.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.v18.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
      Returns:
      The enum numeric value on the wire for currencyCodeError.
    • getCurrencyCodeError

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

      boolean hasExperimentError()
       The reasons for the experiment error
       
      .google.ads.googleads.v18.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.v18.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
      Returns:
      The enum numeric value on the wire for experimentError.
    • getExperimentError

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

      boolean hasAccessInvitationError()
       The reasons for the access invitation error
       
      .google.ads.googleads.v18.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.v18.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
      Returns:
      The enum numeric value on the wire for accessInvitationError.
    • getAccessInvitationError

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

      boolean hasReachPlanError()
       The reasons for the reach plan error
       
      .google.ads.googleads.v18.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.v18.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
      Returns:
      The enum numeric value on the wire for reachPlanError.
    • getReachPlanError

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

      boolean hasInvoiceError()
       The reasons for the invoice error
       
      .google.ads.googleads.v18.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.v18.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
      Returns:
      The enum numeric value on the wire for invoiceError.
    • getInvoiceError

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

      boolean hasPaymentsAccountError()
       The reasons for errors in payments accounts service
       
      .google.ads.googleads.v18.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.v18.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
      Returns:
      The enum numeric value on the wire for paymentsAccountError.
    • getPaymentsAccountError

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

      boolean hasTimeZoneError()
       The reasons for the time zone error
       
      .google.ads.googleads.v18.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.v18.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
      Returns:
      The enum numeric value on the wire for timeZoneError.
    • getTimeZoneError

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

      boolean hasAssetLinkError()
       The reasons for the asset link error
       
      .google.ads.googleads.v18.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.v18.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
      Returns:
      The enum numeric value on the wire for assetLinkError.
    • getAssetLinkError

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

      boolean hasUserDataError()
       The reasons for the user data error.
       
      .google.ads.googleads.v18.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.v18.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
      Returns:
      The enum numeric value on the wire for userDataError.
    • getUserDataError

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

      boolean hasBatchJobError()
       The reasons for the batch job error
       
      .google.ads.googleads.v18.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.v18.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
      Returns:
      The enum numeric value on the wire for batchJobError.
    • getBatchJobError

       The reasons for the batch job error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
      Returns:
      The enum numeric value on the wire for accountLinkError.
    • getAccountLinkError

       The reasons for the account link status change error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
      Returns:
      The enum numeric value on the wire for thirdPartyAppAnalyticsLinkError.
    • getThirdPartyAppAnalyticsLinkError

       The reasons for the third party app analytics link mutate error
       
      .google.ads.googleads.v18.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.v18.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.v18.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
      Returns:
      The enum numeric value on the wire for customerUserAccessError.
    • getCustomerUserAccessError

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

      boolean hasCustomAudienceError()
       The reasons for the custom audience error
       
      .google.ads.googleads.v18.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.v18.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
      Returns:
      The enum numeric value on the wire for customAudienceError.
    • getCustomAudienceError

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

      boolean hasAudienceError()
       The reasons for the audience error
       
      .google.ads.googleads.v18.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.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Returns:
      The enum numeric value on the wire for audienceError.
    • getAudienceError

       The reasons for the audience error
       
      .google.ads.googleads.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Returns:
      The audienceError.
    • hasSearchTermInsightError

      boolean hasSearchTermInsightError()
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Returns:
      Whether the searchTermInsightError field is set.
    • getSearchTermInsightErrorValue

      int getSearchTermInsightErrorValue()
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Returns:
      The enum numeric value on the wire for searchTermInsightError.
    • getSearchTermInsightError

       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Returns:
      The searchTermInsightError.
    • hasSmartCampaignError

      boolean hasSmartCampaignError()
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Returns:
      Whether the smartCampaignError field is set.
    • getSmartCampaignErrorValue

      int getSmartCampaignErrorValue()
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Returns:
      The enum numeric value on the wire for smartCampaignError.
    • getSmartCampaignError

       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Returns:
      The smartCampaignError.
    • hasExperimentArmError

      boolean hasExperimentArmError()
       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.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.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Returns:
      The enum numeric value on the wire for experimentArmError.
    • getExperimentArmError

       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Returns:
      The experimentArmError.
    • hasAudienceInsightsError

      boolean hasAudienceInsightsError()
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Returns:
      Whether the audienceInsightsError field is set.
    • getAudienceInsightsErrorValue

      int getAudienceInsightsErrorValue()
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Returns:
      The enum numeric value on the wire for audienceInsightsError.
    • getAudienceInsightsError

       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Returns:
      The audienceInsightsError.
    • hasProductLinkError

      boolean hasProductLinkError()
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Returns:
      Whether the productLinkError field is set.
    • getProductLinkErrorValue

      int getProductLinkErrorValue()
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Returns:
      The enum numeric value on the wire for productLinkError.
    • getProductLinkError

       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Returns:
      The productLinkError.
    • hasCustomerSkAdNetworkConversionValueSchemaError

      boolean hasCustomerSkAdNetworkConversionValueSchemaError()
       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Returns:
      Whether the customerSkAdNetworkConversionValueSchemaError field is set.
    • getCustomerSkAdNetworkConversionValueSchemaErrorValue

      int getCustomerSkAdNetworkConversionValueSchemaErrorValue()
       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Returns:
      The enum numeric value on the wire for customerSkAdNetworkConversionValueSchemaError.
    • getCustomerSkAdNetworkConversionValueSchemaError

       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Returns:
      The customerSkAdNetworkConversionValueSchemaError.
    • hasCurrencyError

      boolean hasCurrencyError()
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Returns:
      Whether the currencyError field is set.
    • getCurrencyErrorValue

      int getCurrencyErrorValue()
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Returns:
      The enum numeric value on the wire for currencyError.
    • getCurrencyError

       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Returns:
      The currencyError.
    • hasAssetGroupSignalError

      boolean hasAssetGroupSignalError()
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Returns:
      Whether the assetGroupSignalError field is set.
    • getAssetGroupSignalErrorValue

      int getAssetGroupSignalErrorValue()
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Returns:
      The enum numeric value on the wire for assetGroupSignalError.
    • getAssetGroupSignalError

       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Returns:
      The assetGroupSignalError.
    • hasProductLinkInvitationError

      boolean hasProductLinkInvitationError()
       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Returns:
      Whether the productLinkInvitationError field is set.
    • getProductLinkInvitationErrorValue

      int getProductLinkInvitationErrorValue()
       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Returns:
      The enum numeric value on the wire for productLinkInvitationError.
    • getProductLinkInvitationError

       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Returns:
      The productLinkInvitationError.
    • hasCustomerLifecycleGoalError

      boolean hasCustomerLifecycleGoalError()
       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Returns:
      Whether the customerLifecycleGoalError field is set.
    • getCustomerLifecycleGoalErrorValue

      int getCustomerLifecycleGoalErrorValue()
       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Returns:
      The enum numeric value on the wire for customerLifecycleGoalError.
    • getCustomerLifecycleGoalError

       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Returns:
      The customerLifecycleGoalError.
    • hasCampaignLifecycleGoalError

      boolean hasCampaignLifecycleGoalError()
       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Returns:
      Whether the campaignLifecycleGoalError field is set.
    • getCampaignLifecycleGoalErrorValue

      int getCampaignLifecycleGoalErrorValue()
       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Returns:
      The enum numeric value on the wire for campaignLifecycleGoalError.
    • getCampaignLifecycleGoalError

       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Returns:
      The campaignLifecycleGoalError.
    • hasIdentityVerificationError

      boolean hasIdentityVerificationError()
       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Returns:
      Whether the identityVerificationError field is set.
    • getIdentityVerificationErrorValue

      int getIdentityVerificationErrorValue()
       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Returns:
      The enum numeric value on the wire for identityVerificationError.
    • getIdentityVerificationError

       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Returns:
      The identityVerificationError.
    • hasUserListCustomerTypeError

      boolean hasUserListCustomerTypeError()
       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Returns:
      Whether the userListCustomerTypeError field is set.
    • getUserListCustomerTypeErrorValue

      int getUserListCustomerTypeErrorValue()
       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Returns:
      The enum numeric value on the wire for userListCustomerTypeError.
    • getUserListCustomerTypeError

       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Returns:
      The userListCustomerTypeError.
    • hasShoppingProductError

      boolean hasShoppingProductError()
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Returns:
      Whether the shoppingProductError field is set.
    • getShoppingProductErrorValue

      int getShoppingProductErrorValue()
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Returns:
      The enum numeric value on the wire for shoppingProductError.
    • getShoppingProductError

       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Returns:
      The shoppingProductError.
    • hasAutomaticallyCreatedAssetRemovalError

      boolean hasAutomaticallyCreatedAssetRemovalError()
       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Returns:
      Whether the automaticallyCreatedAssetRemovalError field is set.
    • getAutomaticallyCreatedAssetRemovalErrorValue

      int getAutomaticallyCreatedAssetRemovalErrorValue()
       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Returns:
      The enum numeric value on the wire for automaticallyCreatedAssetRemovalError.
    • getAutomaticallyCreatedAssetRemovalError

       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Returns:
      The automaticallyCreatedAssetRemovalError.
    • hasShareablePreviewError

      boolean hasShareablePreviewError()
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Returns:
      Whether the shareablePreviewError field is set.
    • getShareablePreviewErrorValue

      int getShareablePreviewErrorValue()
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Returns:
      The enum numeric value on the wire for shareablePreviewError.
    • getShareablePreviewError

       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Returns:
      The shareablePreviewError.
    • getErrorCodeCase

      ErrorCode.ErrorCodeCase getErrorCodeCase()