com.google.ads.googleads.v17.errors.ErrorCodeOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/errors/errors.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.errors;
public interface ErrorCodeOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.ErrorCode)
com.google.protobuf.MessageOrBuilder {
/**
*
* An error caused by the request
*
*
* .google.ads.googleads.v17.errors.RequestErrorEnum.RequestError request_error = 1;
* @return Whether the requestError field is set.
*/
boolean hasRequestError();
/**
*
* An error caused by the request
*
*
* .google.ads.googleads.v17.errors.RequestErrorEnum.RequestError request_error = 1;
* @return The enum numeric value on the wire for requestError.
*/
int getRequestErrorValue();
/**
*
* An error caused by the request
*
*
* .google.ads.googleads.v17.errors.RequestErrorEnum.RequestError request_error = 1;
* @return The requestError.
*/
com.google.ads.googleads.v17.errors.RequestErrorEnum.RequestError getRequestError();
/**
*
* An error with a Bidding Strategy mutate.
*
*
* .google.ads.googleads.v17.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
* @return Whether the biddingStrategyError field is set.
*/
boolean hasBiddingStrategyError();
/**
*
* An error with a Bidding Strategy mutate.
*
*
* .google.ads.googleads.v17.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
* @return The enum numeric value on the wire for biddingStrategyError.
*/
int getBiddingStrategyErrorValue();
/**
*
* An error with a Bidding Strategy mutate.
*
*
* .google.ads.googleads.v17.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
* @return The biddingStrategyError.
*/
com.google.ads.googleads.v17.errors.BiddingStrategyErrorEnum.BiddingStrategyError getBiddingStrategyError();
/**
*
* An error with a URL field mutate.
*
*
* .google.ads.googleads.v17.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
* @return Whether the urlFieldError field is set.
*/
boolean hasUrlFieldError();
/**
*
* An error with a URL field mutate.
*
*
* .google.ads.googleads.v17.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
* @return The enum numeric value on the wire for urlFieldError.
*/
int getUrlFieldErrorValue();
/**
*
* An error with a URL field mutate.
*
*
* .google.ads.googleads.v17.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
* @return The urlFieldError.
*/
com.google.ads.googleads.v17.errors.UrlFieldErrorEnum.UrlFieldError getUrlFieldError();
/**
*
* An error with a list operation.
*
*
* .google.ads.googleads.v17.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
* @return Whether the listOperationError field is set.
*/
boolean hasListOperationError();
/**
*
* An error with a list operation.
*
*
* .google.ads.googleads.v17.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
* @return The enum numeric value on the wire for listOperationError.
*/
int getListOperationErrorValue();
/**
*
* An error with a list operation.
*
*
* .google.ads.googleads.v17.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
* @return The listOperationError.
*/
com.google.ads.googleads.v17.errors.ListOperationErrorEnum.ListOperationError getListOperationError();
/**
*
* An error with an AWQL query
*
*
* .google.ads.googleads.v17.errors.QueryErrorEnum.QueryError query_error = 5;
* @return Whether the queryError field is set.
*/
boolean hasQueryError();
/**
*
* An error with an AWQL query
*
*
* .google.ads.googleads.v17.errors.QueryErrorEnum.QueryError query_error = 5;
* @return The enum numeric value on the wire for queryError.
*/
int getQueryErrorValue();
/**
*
* An error with an AWQL query
*
*
* .google.ads.googleads.v17.errors.QueryErrorEnum.QueryError query_error = 5;
* @return The queryError.
*/
com.google.ads.googleads.v17.errors.QueryErrorEnum.QueryError getQueryError();
/**
*
* An error with a mutate
*
*
* .google.ads.googleads.v17.errors.MutateErrorEnum.MutateError mutate_error = 7;
* @return Whether the mutateError field is set.
*/
boolean hasMutateError();
/**
*
* An error with a mutate
*
*
* .google.ads.googleads.v17.errors.MutateErrorEnum.MutateError mutate_error = 7;
* @return The enum numeric value on the wire for mutateError.
*/
int getMutateErrorValue();
/**
*
* An error with a mutate
*
*
* .google.ads.googleads.v17.errors.MutateErrorEnum.MutateError mutate_error = 7;
* @return The mutateError.
*/
com.google.ads.googleads.v17.errors.MutateErrorEnum.MutateError getMutateError();
/**
*
* An error with a field mask
*
*
* .google.ads.googleads.v17.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
* @return Whether the fieldMaskError field is set.
*/
boolean hasFieldMaskError();
/**
*
* An error with a field mask
*
*
* .google.ads.googleads.v17.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
* @return The enum numeric value on the wire for fieldMaskError.
*/
int getFieldMaskErrorValue();
/**
*
* An error with a field mask
*
*
* .google.ads.googleads.v17.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
* @return The fieldMaskError.
*/
com.google.ads.googleads.v17.errors.FieldMaskErrorEnum.FieldMaskError getFieldMaskError();
/**
*
* An error encountered when trying to authorize a user.
*
*
* .google.ads.googleads.v17.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
* @return Whether the authorizationError field is set.
*/
boolean hasAuthorizationError();
/**
*
* An error encountered when trying to authorize a user.
*
*
* .google.ads.googleads.v17.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
* @return The enum numeric value on the wire for authorizationError.
*/
int getAuthorizationErrorValue();
/**
*
* An error encountered when trying to authorize a user.
*
*
* .google.ads.googleads.v17.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
* @return The authorizationError.
*/
com.google.ads.googleads.v17.errors.AuthorizationErrorEnum.AuthorizationError getAuthorizationError();
/**
*
* An unexpected server-side error.
*
*
* .google.ads.googleads.v17.errors.InternalErrorEnum.InternalError internal_error = 10;
* @return Whether the internalError field is set.
*/
boolean hasInternalError();
/**
*
* An unexpected server-side error.
*
*
* .google.ads.googleads.v17.errors.InternalErrorEnum.InternalError internal_error = 10;
* @return The enum numeric value on the wire for internalError.
*/
int getInternalErrorValue();
/**
*
* An unexpected server-side error.
*
*
* .google.ads.googleads.v17.errors.InternalErrorEnum.InternalError internal_error = 10;
* @return The internalError.
*/
com.google.ads.googleads.v17.errors.InternalErrorEnum.InternalError getInternalError();
/**
*
* An error with the amount of quota remaining.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorEnum.QuotaError quota_error = 11;
* @return Whether the quotaError field is set.
*/
boolean hasQuotaError();
/**
*
* An error with the amount of quota remaining.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorEnum.QuotaError quota_error = 11;
* @return The enum numeric value on the wire for quotaError.
*/
int getQuotaErrorValue();
/**
*
* An error with the amount of quota remaining.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorEnum.QuotaError quota_error = 11;
* @return The quotaError.
*/
com.google.ads.googleads.v17.errors.QuotaErrorEnum.QuotaError getQuotaError();
/**
*
* An error with an Ad Group Ad mutate.
*
*
* .google.ads.googleads.v17.errors.AdErrorEnum.AdError ad_error = 12;
* @return Whether the adError field is set.
*/
boolean hasAdError();
/**
*
* An error with an Ad Group Ad mutate.
*
*
* .google.ads.googleads.v17.errors.AdErrorEnum.AdError ad_error = 12;
* @return The enum numeric value on the wire for adError.
*/
int getAdErrorValue();
/**
*
* An error with an Ad Group Ad mutate.
*
*
* .google.ads.googleads.v17.errors.AdErrorEnum.AdError ad_error = 12;
* @return The adError.
*/
com.google.ads.googleads.v17.errors.AdErrorEnum.AdError getAdError();
/**
*
* An error with an Ad Group mutate.
*
*
* .google.ads.googleads.v17.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
* @return Whether the adGroupError field is set.
*/
boolean hasAdGroupError();
/**
*
* An error with an Ad Group mutate.
*
*
* .google.ads.googleads.v17.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
* @return The enum numeric value on the wire for adGroupError.
*/
int getAdGroupErrorValue();
/**
*
* An error with an Ad Group mutate.
*
*
* .google.ads.googleads.v17.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
* @return The adGroupError.
*/
com.google.ads.googleads.v17.errors.AdGroupErrorEnum.AdGroupError getAdGroupError();
/**
*
* An error with a Campaign Budget mutate.
*
*
* .google.ads.googleads.v17.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
* @return Whether the campaignBudgetError field is set.
*/
boolean hasCampaignBudgetError();
/**
*
* An error with a Campaign Budget mutate.
*
*
* .google.ads.googleads.v17.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
* @return The enum numeric value on the wire for campaignBudgetError.
*/
int getCampaignBudgetErrorValue();
/**
*
* An error with a Campaign Budget mutate.
*
*
* .google.ads.googleads.v17.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
* @return The campaignBudgetError.
*/
com.google.ads.googleads.v17.errors.CampaignBudgetErrorEnum.CampaignBudgetError getCampaignBudgetError();
/**
*
* An error with a Campaign mutate.
*
*
* .google.ads.googleads.v17.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
* @return Whether the campaignError field is set.
*/
boolean hasCampaignError();
/**
*
* An error with a Campaign mutate.
*
*
* .google.ads.googleads.v17.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
* @return The enum numeric value on the wire for campaignError.
*/
int getCampaignErrorValue();
/**
*
* An error with a Campaign mutate.
*
*
* .google.ads.googleads.v17.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
* @return The campaignError.
*/
com.google.ads.googleads.v17.errors.CampaignErrorEnum.CampaignError getCampaignError();
/**
*
* An error with a Video Campaign mutate.
*
*
* .google.ads.googleads.v17.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
* @return Whether the videoCampaignError field is set.
*/
boolean hasVideoCampaignError();
/**
*
* An error with a Video Campaign mutate.
*
*
* .google.ads.googleads.v17.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
* @return The enum numeric value on the wire for videoCampaignError.
*/
int getVideoCampaignErrorValue();
/**
*
* An error with a Video Campaign mutate.
*
*
* .google.ads.googleads.v17.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
* @return The videoCampaignError.
*/
com.google.ads.googleads.v17.errors.VideoCampaignErrorEnum.VideoCampaignError getVideoCampaignError();
/**
*
* Indicates failure to properly authenticate user.
*
*
* .google.ads.googleads.v17.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
* @return Whether the authenticationError field is set.
*/
boolean hasAuthenticationError();
/**
*
* Indicates failure to properly authenticate user.
*
*
* .google.ads.googleads.v17.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
* @return The enum numeric value on the wire for authenticationError.
*/
int getAuthenticationErrorValue();
/**
*
* Indicates failure to properly authenticate user.
*
*
* .google.ads.googleads.v17.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
* @return The authenticationError.
*/
com.google.ads.googleads.v17.errors.AuthenticationErrorEnum.AuthenticationError getAuthenticationError();
/**
*
* The reasons for the ad group criterion customizer error.
*
*
* .google.ads.googleads.v17.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
* @return Whether the adGroupCriterionCustomizerError field is set.
*/
boolean hasAdGroupCriterionCustomizerError();
/**
*
* The reasons for the ad group criterion customizer error.
*
*
* .google.ads.googleads.v17.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
* @return The enum numeric value on the wire for adGroupCriterionCustomizerError.
*/
int getAdGroupCriterionCustomizerErrorValue();
/**
*
* The reasons for the ad group criterion customizer error.
*
*
* .google.ads.googleads.v17.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
* @return The adGroupCriterionCustomizerError.
*/
com.google.ads.googleads.v17.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError getAdGroupCriterionCustomizerError();
/**
*
* Indicates failure to properly authenticate user.
*
*
* .google.ads.googleads.v17.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
* @return Whether the adGroupCriterionError field is set.
*/
boolean hasAdGroupCriterionError();
/**
*
* Indicates failure to properly authenticate user.
*
*
* .google.ads.googleads.v17.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
* @return The enum numeric value on the wire for adGroupCriterionError.
*/
int getAdGroupCriterionErrorValue();
/**
*
* Indicates failure to properly authenticate user.
*
*
* .google.ads.googleads.v17.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
* @return The adGroupCriterionError.
*/
com.google.ads.googleads.v17.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError getAdGroupCriterionError();
/**
*
* The reasons for the ad group customizer error.
*
*
* .google.ads.googleads.v17.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
* @return Whether the adGroupCustomizerError field is set.
*/
boolean hasAdGroupCustomizerError();
/**
*
* The reasons for the ad group customizer error.
*
*
* .google.ads.googleads.v17.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
* @return The enum numeric value on the wire for adGroupCustomizerError.
*/
int getAdGroupCustomizerErrorValue();
/**
*
* The reasons for the ad group customizer error.
*
*
* .google.ads.googleads.v17.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
* @return The adGroupCustomizerError.
*/
com.google.ads.googleads.v17.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError getAdGroupCustomizerError();
/**
*
* The reasons for the ad customizer error
*
*
* .google.ads.googleads.v17.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
* @return Whether the adCustomizerError field is set.
*/
boolean hasAdCustomizerError();
/**
*
* The reasons for the ad customizer error
*
*
* .google.ads.googleads.v17.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
* @return The enum numeric value on the wire for adCustomizerError.
*/
int getAdCustomizerErrorValue();
/**
*
* The reasons for the ad customizer error
*
*
* .google.ads.googleads.v17.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
* @return The adCustomizerError.
*/
com.google.ads.googleads.v17.errors.AdCustomizerErrorEnum.AdCustomizerError getAdCustomizerError();
/**
*
* The reasons for the ad group ad error
*
*
* .google.ads.googleads.v17.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
* @return Whether the adGroupAdError field is set.
*/
boolean hasAdGroupAdError();
/**
*
* The reasons for the ad group ad error
*
*
* .google.ads.googleads.v17.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
* @return The enum numeric value on the wire for adGroupAdError.
*/
int getAdGroupAdErrorValue();
/**
*
* The reasons for the ad group ad error
*
*
* .google.ads.googleads.v17.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
* @return The adGroupAdError.
*/
com.google.ads.googleads.v17.errors.AdGroupAdErrorEnum.AdGroupAdError getAdGroupAdError();
/**
*
* The reasons for the ad sharing error
*
*
* .google.ads.googleads.v17.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
* @return Whether the adSharingError field is set.
*/
boolean hasAdSharingError();
/**
*
* The reasons for the ad sharing error
*
*
* .google.ads.googleads.v17.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
* @return The enum numeric value on the wire for adSharingError.
*/
int getAdSharingErrorValue();
/**
*
* The reasons for the ad sharing error
*
*
* .google.ads.googleads.v17.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
* @return The adSharingError.
*/
com.google.ads.googleads.v17.errors.AdSharingErrorEnum.AdSharingError getAdSharingError();
/**
*
* The reasons for the adx error
*
*
* .google.ads.googleads.v17.errors.AdxErrorEnum.AdxError adx_error = 25;
* @return Whether the adxError field is set.
*/
boolean hasAdxError();
/**
*
* The reasons for the adx error
*
*
* .google.ads.googleads.v17.errors.AdxErrorEnum.AdxError adx_error = 25;
* @return The enum numeric value on the wire for adxError.
*/
int getAdxErrorValue();
/**
*
* The reasons for the adx error
*
*
* .google.ads.googleads.v17.errors.AdxErrorEnum.AdxError adx_error = 25;
* @return The adxError.
*/
com.google.ads.googleads.v17.errors.AdxErrorEnum.AdxError getAdxError();
/**
*
* The reasons for the asset error
*
*
* .google.ads.googleads.v17.errors.AssetErrorEnum.AssetError asset_error = 107;
* @return Whether the assetError field is set.
*/
boolean hasAssetError();
/**
*
* The reasons for the asset error
*
*
* .google.ads.googleads.v17.errors.AssetErrorEnum.AssetError asset_error = 107;
* @return The enum numeric value on the wire for assetError.
*/
int getAssetErrorValue();
/**
*
* The reasons for the asset error
*
*
* .google.ads.googleads.v17.errors.AssetErrorEnum.AssetError asset_error = 107;
* @return The assetError.
*/
com.google.ads.googleads.v17.errors.AssetErrorEnum.AssetError getAssetError();
/**
*
* The reasons for the asset group asset error
*
*
* .google.ads.googleads.v17.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
* @return Whether the assetGroupAssetError field is set.
*/
boolean hasAssetGroupAssetError();
/**
*
* The reasons for the asset group asset error
*
*
* .google.ads.googleads.v17.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
* @return The enum numeric value on the wire for assetGroupAssetError.
*/
int getAssetGroupAssetErrorValue();
/**
*
* The reasons for the asset group asset error
*
*
* .google.ads.googleads.v17.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
* @return The assetGroupAssetError.
*/
com.google.ads.googleads.v17.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError getAssetGroupAssetError();
/**
*
* The reasons for the asset group listing group filter error
*
*
* .google.ads.googleads.v17.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
* @return Whether the assetGroupListingGroupFilterError field is set.
*/
boolean hasAssetGroupListingGroupFilterError();
/**
*
* The reasons for the asset group listing group filter error
*
*
* .google.ads.googleads.v17.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
* @return The enum numeric value on the wire for assetGroupListingGroupFilterError.
*/
int getAssetGroupListingGroupFilterErrorValue();
/**
*
* The reasons for the asset group listing group filter error
*
*
* .google.ads.googleads.v17.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
* @return The assetGroupListingGroupFilterError.
*/
com.google.ads.googleads.v17.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError getAssetGroupListingGroupFilterError();
/**
*
* The reasons for the asset group error
*
*
* .google.ads.googleads.v17.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
* @return Whether the assetGroupError field is set.
*/
boolean hasAssetGroupError();
/**
*
* The reasons for the asset group error
*
*
* .google.ads.googleads.v17.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
* @return The enum numeric value on the wire for assetGroupError.
*/
int getAssetGroupErrorValue();
/**
*
* The reasons for the asset group error
*
*
* .google.ads.googleads.v17.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
* @return The assetGroupError.
*/
com.google.ads.googleads.v17.errors.AssetGroupErrorEnum.AssetGroupError getAssetGroupError();
/**
*
* The reasons for the asset set asset error
*
*
* .google.ads.googleads.v17.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
* @return Whether the assetSetAssetError field is set.
*/
boolean hasAssetSetAssetError();
/**
*
* The reasons for the asset set asset error
*
*
* .google.ads.googleads.v17.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
* @return The enum numeric value on the wire for assetSetAssetError.
*/
int getAssetSetAssetErrorValue();
/**
*
* The reasons for the asset set asset error
*
*
* .google.ads.googleads.v17.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
* @return The assetSetAssetError.
*/
com.google.ads.googleads.v17.errors.AssetSetAssetErrorEnum.AssetSetAssetError getAssetSetAssetError();
/**
*
* The reasons for the asset set link error
*
*
* .google.ads.googleads.v17.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
* @return Whether the assetSetLinkError field is set.
*/
boolean hasAssetSetLinkError();
/**
*
* The reasons for the asset set link error
*
*
* .google.ads.googleads.v17.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
* @return The enum numeric value on the wire for assetSetLinkError.
*/
int getAssetSetLinkErrorValue();
/**
*
* The reasons for the asset set link error
*
*
* .google.ads.googleads.v17.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
* @return The assetSetLinkError.
*/
com.google.ads.googleads.v17.errors.AssetSetLinkErrorEnum.AssetSetLinkError getAssetSetLinkError();
/**
*
* The reasons for the asset set error
*
*
* .google.ads.googleads.v17.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
* @return Whether the assetSetError field is set.
*/
boolean hasAssetSetError();
/**
*
* The reasons for the asset set error
*
*
* .google.ads.googleads.v17.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
* @return The enum numeric value on the wire for assetSetError.
*/
int getAssetSetErrorValue();
/**
*
* The reasons for the asset set error
*
*
* .google.ads.googleads.v17.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
* @return The assetSetError.
*/
com.google.ads.googleads.v17.errors.AssetSetErrorEnum.AssetSetError getAssetSetError();
/**
*
* The reasons for the bidding errors
*
*
* .google.ads.googleads.v17.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
* @return Whether the biddingError field is set.
*/
boolean hasBiddingError();
/**
*
* The reasons for the bidding errors
*
*
* .google.ads.googleads.v17.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
* @return The enum numeric value on the wire for biddingError.
*/
int getBiddingErrorValue();
/**
*
* The reasons for the bidding errors
*
*
* .google.ads.googleads.v17.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
* @return The biddingError.
*/
com.google.ads.googleads.v17.errors.BiddingErrorEnum.BiddingError getBiddingError();
/**
*
* The reasons for the campaign criterion error
*
*
* .google.ads.googleads.v17.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
* @return Whether the campaignCriterionError field is set.
*/
boolean hasCampaignCriterionError();
/**
*
* The reasons for the campaign criterion error
*
*
* .google.ads.googleads.v17.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
* @return The enum numeric value on the wire for campaignCriterionError.
*/
int getCampaignCriterionErrorValue();
/**
*
* The reasons for the campaign criterion error
*
*
* .google.ads.googleads.v17.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
* @return The campaignCriterionError.
*/
com.google.ads.googleads.v17.errors.CampaignCriterionErrorEnum.CampaignCriterionError getCampaignCriterionError();
/**
*
* The reasons for the campaign conversion goal error
*
*
* .google.ads.googleads.v17.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
* @return Whether the campaignConversionGoalError field is set.
*/
boolean hasCampaignConversionGoalError();
/**
*
* The reasons for the campaign conversion goal error
*
*
* .google.ads.googleads.v17.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
* @return The enum numeric value on the wire for campaignConversionGoalError.
*/
int getCampaignConversionGoalErrorValue();
/**
*
* The reasons for the campaign conversion goal error
*
*
* .google.ads.googleads.v17.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
* @return The campaignConversionGoalError.
*/
com.google.ads.googleads.v17.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError getCampaignConversionGoalError();
/**
*
* The reasons for the campaign customizer error.
*
*
* .google.ads.googleads.v17.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
* @return Whether the campaignCustomizerError field is set.
*/
boolean hasCampaignCustomizerError();
/**
*
* The reasons for the campaign customizer error.
*
*
* .google.ads.googleads.v17.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
* @return The enum numeric value on the wire for campaignCustomizerError.
*/
int getCampaignCustomizerErrorValue();
/**
*
* The reasons for the campaign customizer error.
*
*
* .google.ads.googleads.v17.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
* @return The campaignCustomizerError.
*/
com.google.ads.googleads.v17.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError getCampaignCustomizerError();
/**
*
* The reasons for the collection size error
*
*
* .google.ads.googleads.v17.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
* @return Whether the collectionSizeError field is set.
*/
boolean hasCollectionSizeError();
/**
*
* The reasons for the collection size error
*
*
* .google.ads.googleads.v17.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
* @return The enum numeric value on the wire for collectionSizeError.
*/
int getCollectionSizeErrorValue();
/**
*
* The reasons for the collection size error
*
*
* .google.ads.googleads.v17.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
* @return The collectionSizeError.
*/
com.google.ads.googleads.v17.errors.CollectionSizeErrorEnum.CollectionSizeError getCollectionSizeError();
/**
*
* The reasons for the conversion goal campaign config error
*
*
* .google.ads.googleads.v17.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
* @return Whether the conversionGoalCampaignConfigError field is set.
*/
boolean hasConversionGoalCampaignConfigError();
/**
*
* The reasons for the conversion goal campaign config error
*
*
* .google.ads.googleads.v17.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
* @return The enum numeric value on the wire for conversionGoalCampaignConfigError.
*/
int getConversionGoalCampaignConfigErrorValue();
/**
*
* The reasons for the conversion goal campaign config error
*
*
* .google.ads.googleads.v17.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
* @return The conversionGoalCampaignConfigError.
*/
com.google.ads.googleads.v17.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError getConversionGoalCampaignConfigError();
/**
*
* The reasons for the country code error
*
*
* .google.ads.googleads.v17.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
* @return Whether the countryCodeError field is set.
*/
boolean hasCountryCodeError();
/**
*
* The reasons for the country code error
*
*
* .google.ads.googleads.v17.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
* @return The enum numeric value on the wire for countryCodeError.
*/
int getCountryCodeErrorValue();
/**
*
* The reasons for the country code error
*
*
* .google.ads.googleads.v17.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
* @return The countryCodeError.
*/
com.google.ads.googleads.v17.errors.CountryCodeErrorEnum.CountryCodeError getCountryCodeError();
/**
*
* The reasons for the criterion error
*
*
* .google.ads.googleads.v17.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
* @return Whether the criterionError field is set.
*/
boolean hasCriterionError();
/**
*
* The reasons for the criterion error
*
*
* .google.ads.googleads.v17.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
* @return The enum numeric value on the wire for criterionError.
*/
int getCriterionErrorValue();
/**
*
* The reasons for the criterion error
*
*
* .google.ads.googleads.v17.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
* @return The criterionError.
*/
com.google.ads.googleads.v17.errors.CriterionErrorEnum.CriterionError getCriterionError();
/**
*
* The reasons for the custom conversion goal error
*
*
* .google.ads.googleads.v17.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
* @return Whether the customConversionGoalError field is set.
*/
boolean hasCustomConversionGoalError();
/**
*
* The reasons for the custom conversion goal error
*
*
* .google.ads.googleads.v17.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
* @return The enum numeric value on the wire for customConversionGoalError.
*/
int getCustomConversionGoalErrorValue();
/**
*
* The reasons for the custom conversion goal error
*
*
* .google.ads.googleads.v17.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
* @return The customConversionGoalError.
*/
com.google.ads.googleads.v17.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError getCustomConversionGoalError();
/**
*
* The reasons for the customer customizer error.
*
*
* .google.ads.googleads.v17.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
* @return Whether the customerCustomizerError field is set.
*/
boolean hasCustomerCustomizerError();
/**
*
* The reasons for the customer customizer error.
*
*
* .google.ads.googleads.v17.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
* @return The enum numeric value on the wire for customerCustomizerError.
*/
int getCustomerCustomizerErrorValue();
/**
*
* The reasons for the customer customizer error.
*
*
* .google.ads.googleads.v17.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
* @return The customerCustomizerError.
*/
com.google.ads.googleads.v17.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError getCustomerCustomizerError();
/**
*
* The reasons for the customer error
*
*
* .google.ads.googleads.v17.errors.CustomerErrorEnum.CustomerError customer_error = 90;
* @return Whether the customerError field is set.
*/
boolean hasCustomerError();
/**
*
* The reasons for the customer error
*
*
* .google.ads.googleads.v17.errors.CustomerErrorEnum.CustomerError customer_error = 90;
* @return The enum numeric value on the wire for customerError.
*/
int getCustomerErrorValue();
/**
*
* The reasons for the customer error
*
*
* .google.ads.googleads.v17.errors.CustomerErrorEnum.CustomerError customer_error = 90;
* @return The customerError.
*/
com.google.ads.googleads.v17.errors.CustomerErrorEnum.CustomerError getCustomerError();
/**
*
* The reasons for the customizer attribute error.
*
*
* .google.ads.googleads.v17.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
* @return Whether the customizerAttributeError field is set.
*/
boolean hasCustomizerAttributeError();
/**
*
* The reasons for the customizer attribute error.
*
*
* .google.ads.googleads.v17.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
* @return The enum numeric value on the wire for customizerAttributeError.
*/
int getCustomizerAttributeErrorValue();
/**
*
* The reasons for the customizer attribute error.
*
*
* .google.ads.googleads.v17.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
* @return The customizerAttributeError.
*/
com.google.ads.googleads.v17.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError getCustomizerAttributeError();
/**
*
* The reasons for the date error
*
*
* .google.ads.googleads.v17.errors.DateErrorEnum.DateError date_error = 33;
* @return Whether the dateError field is set.
*/
boolean hasDateError();
/**
*
* The reasons for the date error
*
*
* .google.ads.googleads.v17.errors.DateErrorEnum.DateError date_error = 33;
* @return The enum numeric value on the wire for dateError.
*/
int getDateErrorValue();
/**
*
* The reasons for the date error
*
*
* .google.ads.googleads.v17.errors.DateErrorEnum.DateError date_error = 33;
* @return The dateError.
*/
com.google.ads.googleads.v17.errors.DateErrorEnum.DateError getDateError();
/**
*
* The reasons for the date range error
*
*
* .google.ads.googleads.v17.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
* @return Whether the dateRangeError field is set.
*/
boolean hasDateRangeError();
/**
*
* The reasons for the date range error
*
*
* .google.ads.googleads.v17.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
* @return The enum numeric value on the wire for dateRangeError.
*/
int getDateRangeErrorValue();
/**
*
* The reasons for the date range error
*
*
* .google.ads.googleads.v17.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
* @return The dateRangeError.
*/
com.google.ads.googleads.v17.errors.DateRangeErrorEnum.DateRangeError getDateRangeError();
/**
*
* The reasons for the distinct error
*
*
* .google.ads.googleads.v17.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
* @return Whether the distinctError field is set.
*/
boolean hasDistinctError();
/**
*
* The reasons for the distinct error
*
*
* .google.ads.googleads.v17.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
* @return The enum numeric value on the wire for distinctError.
*/
int getDistinctErrorValue();
/**
*
* The reasons for the distinct error
*
*
* .google.ads.googleads.v17.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
* @return The distinctError.
*/
com.google.ads.googleads.v17.errors.DistinctErrorEnum.DistinctError getDistinctError();
/**
*
* The reasons for the feed attribute reference error
*
*
* .google.ads.googleads.v17.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
* @return Whether the feedAttributeReferenceError field is set.
*/
boolean hasFeedAttributeReferenceError();
/**
*
* The reasons for the feed attribute reference error
*
*
* .google.ads.googleads.v17.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
* @return The enum numeric value on the wire for feedAttributeReferenceError.
*/
int getFeedAttributeReferenceErrorValue();
/**
*
* The reasons for the feed attribute reference error
*
*
* .google.ads.googleads.v17.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
* @return The feedAttributeReferenceError.
*/
com.google.ads.googleads.v17.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError getFeedAttributeReferenceError();
/**
*
* The reasons for the function error
*
*
* .google.ads.googleads.v17.errors.FunctionErrorEnum.FunctionError function_error = 37;
* @return Whether the functionError field is set.
*/
boolean hasFunctionError();
/**
*
* The reasons for the function error
*
*
* .google.ads.googleads.v17.errors.FunctionErrorEnum.FunctionError function_error = 37;
* @return The enum numeric value on the wire for functionError.
*/
int getFunctionErrorValue();
/**
*
* The reasons for the function error
*
*
* .google.ads.googleads.v17.errors.FunctionErrorEnum.FunctionError function_error = 37;
* @return The functionError.
*/
com.google.ads.googleads.v17.errors.FunctionErrorEnum.FunctionError getFunctionError();
/**
*
* The reasons for the function parsing error
*
*
* .google.ads.googleads.v17.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
* @return Whether the functionParsingError field is set.
*/
boolean hasFunctionParsingError();
/**
*
* The reasons for the function parsing error
*
*
* .google.ads.googleads.v17.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
* @return The enum numeric value on the wire for functionParsingError.
*/
int getFunctionParsingErrorValue();
/**
*
* The reasons for the function parsing error
*
*
* .google.ads.googleads.v17.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
* @return The functionParsingError.
*/
com.google.ads.googleads.v17.errors.FunctionParsingErrorEnum.FunctionParsingError getFunctionParsingError();
/**
*
* The reasons for the id error
*
*
* .google.ads.googleads.v17.errors.IdErrorEnum.IdError id_error = 39;
* @return Whether the idError field is set.
*/
boolean hasIdError();
/**
*
* The reasons for the id error
*
*
* .google.ads.googleads.v17.errors.IdErrorEnum.IdError id_error = 39;
* @return The enum numeric value on the wire for idError.
*/
int getIdErrorValue();
/**
*
* The reasons for the id error
*
*
* .google.ads.googleads.v17.errors.IdErrorEnum.IdError id_error = 39;
* @return The idError.
*/
com.google.ads.googleads.v17.errors.IdErrorEnum.IdError getIdError();
/**
*
* The reasons for the image error
*
*
* .google.ads.googleads.v17.errors.ImageErrorEnum.ImageError image_error = 40;
* @return Whether the imageError field is set.
*/
boolean hasImageError();
/**
*
* The reasons for the image error
*
*
* .google.ads.googleads.v17.errors.ImageErrorEnum.ImageError image_error = 40;
* @return The enum numeric value on the wire for imageError.
*/
int getImageErrorValue();
/**
*
* The reasons for the image error
*
*
* .google.ads.googleads.v17.errors.ImageErrorEnum.ImageError image_error = 40;
* @return The imageError.
*/
com.google.ads.googleads.v17.errors.ImageErrorEnum.ImageError getImageError();
/**
*
* The reasons for the language code error
*
*
* .google.ads.googleads.v17.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
* @return Whether the languageCodeError field is set.
*/
boolean hasLanguageCodeError();
/**
*
* The reasons for the language code error
*
*
* .google.ads.googleads.v17.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
* @return The enum numeric value on the wire for languageCodeError.
*/
int getLanguageCodeErrorValue();
/**
*
* The reasons for the language code error
*
*
* .google.ads.googleads.v17.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
* @return The languageCodeError.
*/
com.google.ads.googleads.v17.errors.LanguageCodeErrorEnum.LanguageCodeError getLanguageCodeError();
/**
*
* The reasons for the media bundle error
*
*
* .google.ads.googleads.v17.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
* @return Whether the mediaBundleError field is set.
*/
boolean hasMediaBundleError();
/**
*
* The reasons for the media bundle error
*
*
* .google.ads.googleads.v17.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
* @return The enum numeric value on the wire for mediaBundleError.
*/
int getMediaBundleErrorValue();
/**
*
* The reasons for the media bundle error
*
*
* .google.ads.googleads.v17.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
* @return The mediaBundleError.
*/
com.google.ads.googleads.v17.errors.MediaBundleErrorEnum.MediaBundleError getMediaBundleError();
/**
*
* The reasons for media uploading errors.
*
*
* .google.ads.googleads.v17.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
* @return Whether the mediaUploadError field is set.
*/
boolean hasMediaUploadError();
/**
*
* The reasons for media uploading errors.
*
*
* .google.ads.googleads.v17.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
* @return The enum numeric value on the wire for mediaUploadError.
*/
int getMediaUploadErrorValue();
/**
*
* The reasons for media uploading errors.
*
*
* .google.ads.googleads.v17.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
* @return The mediaUploadError.
*/
com.google.ads.googleads.v17.errors.MediaUploadErrorEnum.MediaUploadError getMediaUploadError();
/**
*
* The reasons for the media file error
*
*
* .google.ads.googleads.v17.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
* @return Whether the mediaFileError field is set.
*/
boolean hasMediaFileError();
/**
*
* The reasons for the media file error
*
*
* .google.ads.googleads.v17.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
* @return The enum numeric value on the wire for mediaFileError.
*/
int getMediaFileErrorValue();
/**
*
* The reasons for the media file error
*
*
* .google.ads.googleads.v17.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
* @return The mediaFileError.
*/
com.google.ads.googleads.v17.errors.MediaFileErrorEnum.MediaFileError getMediaFileError();
/**
*
* Container for enum describing possible merchant center errors.
*
*
* .google.ads.googleads.v17.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
* @return Whether the merchantCenterError field is set.
*/
boolean hasMerchantCenterError();
/**
*
* Container for enum describing possible merchant center errors.
*
*
* .google.ads.googleads.v17.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
* @return The enum numeric value on the wire for merchantCenterError.
*/
int getMerchantCenterErrorValue();
/**
*
* Container for enum describing possible merchant center errors.
*
*
* .google.ads.googleads.v17.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
* @return The merchantCenterError.
*/
com.google.ads.googleads.v17.errors.MerchantCenterErrorEnum.MerchantCenterError getMerchantCenterError();
/**
*
* The reasons for the multiplier error
*
*
* .google.ads.googleads.v17.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
* @return Whether the multiplierError field is set.
*/
boolean hasMultiplierError();
/**
*
* The reasons for the multiplier error
*
*
* .google.ads.googleads.v17.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
* @return The enum numeric value on the wire for multiplierError.
*/
int getMultiplierErrorValue();
/**
*
* The reasons for the multiplier error
*
*
* .google.ads.googleads.v17.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
* @return The multiplierError.
*/
com.google.ads.googleads.v17.errors.MultiplierErrorEnum.MultiplierError getMultiplierError();
/**
*
* The reasons for the new resource creation error
*
*
* .google.ads.googleads.v17.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
* @return Whether the newResourceCreationError field is set.
*/
boolean hasNewResourceCreationError();
/**
*
* The reasons for the new resource creation error
*
*
* .google.ads.googleads.v17.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
* @return The enum numeric value on the wire for newResourceCreationError.
*/
int getNewResourceCreationErrorValue();
/**
*
* The reasons for the new resource creation error
*
*
* .google.ads.googleads.v17.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
* @return The newResourceCreationError.
*/
com.google.ads.googleads.v17.errors.NewResourceCreationErrorEnum.NewResourceCreationError getNewResourceCreationError();
/**
*
* The reasons for the not empty error
*
*
* .google.ads.googleads.v17.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
* @return Whether the notEmptyError field is set.
*/
boolean hasNotEmptyError();
/**
*
* The reasons for the not empty error
*
*
* .google.ads.googleads.v17.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
* @return The enum numeric value on the wire for notEmptyError.
*/
int getNotEmptyErrorValue();
/**
*
* The reasons for the not empty error
*
*
* .google.ads.googleads.v17.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
* @return The notEmptyError.
*/
com.google.ads.googleads.v17.errors.NotEmptyErrorEnum.NotEmptyError getNotEmptyError();
/**
*
* The reasons for the null error
*
*
* .google.ads.googleads.v17.errors.NullErrorEnum.NullError null_error = 47;
* @return Whether the nullError field is set.
*/
boolean hasNullError();
/**
*
* The reasons for the null error
*
*
* .google.ads.googleads.v17.errors.NullErrorEnum.NullError null_error = 47;
* @return The enum numeric value on the wire for nullError.
*/
int getNullErrorValue();
/**
*
* The reasons for the null error
*
*
* .google.ads.googleads.v17.errors.NullErrorEnum.NullError null_error = 47;
* @return The nullError.
*/
com.google.ads.googleads.v17.errors.NullErrorEnum.NullError getNullError();
/**
*
* The reasons for the operator error
*
*
* .google.ads.googleads.v17.errors.OperatorErrorEnum.OperatorError operator_error = 48;
* @return Whether the operatorError field is set.
*/
boolean hasOperatorError();
/**
*
* The reasons for the operator error
*
*
* .google.ads.googleads.v17.errors.OperatorErrorEnum.OperatorError operator_error = 48;
* @return The enum numeric value on the wire for operatorError.
*/
int getOperatorErrorValue();
/**
*
* The reasons for the operator error
*
*
* .google.ads.googleads.v17.errors.OperatorErrorEnum.OperatorError operator_error = 48;
* @return The operatorError.
*/
com.google.ads.googleads.v17.errors.OperatorErrorEnum.OperatorError getOperatorError();
/**
*
* The reasons for the range error
*
*
* .google.ads.googleads.v17.errors.RangeErrorEnum.RangeError range_error = 49;
* @return Whether the rangeError field is set.
*/
boolean hasRangeError();
/**
*
* The reasons for the range error
*
*
* .google.ads.googleads.v17.errors.RangeErrorEnum.RangeError range_error = 49;
* @return The enum numeric value on the wire for rangeError.
*/
int getRangeErrorValue();
/**
*
* The reasons for the range error
*
*
* .google.ads.googleads.v17.errors.RangeErrorEnum.RangeError range_error = 49;
* @return The rangeError.
*/
com.google.ads.googleads.v17.errors.RangeErrorEnum.RangeError getRangeError();
/**
*
* The reasons for error in applying a recommendation
*
*
* .google.ads.googleads.v17.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
* @return Whether the recommendationError field is set.
*/
boolean hasRecommendationError();
/**
*
* The reasons for error in applying a recommendation
*
*
* .google.ads.googleads.v17.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
* @return The enum numeric value on the wire for recommendationError.
*/
int getRecommendationErrorValue();
/**
*
* The reasons for error in applying a recommendation
*
*
* .google.ads.googleads.v17.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
* @return The recommendationError.
*/
com.google.ads.googleads.v17.errors.RecommendationErrorEnum.RecommendationError getRecommendationError();
/**
*
* The reasons for the recommendation subscription error.
*
*
* .google.ads.googleads.v17.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
* @return Whether the recommendationSubscriptionError field is set.
*/
boolean hasRecommendationSubscriptionError();
/**
*
* The reasons for the recommendation subscription error.
*
*
* .google.ads.googleads.v17.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
* @return The enum numeric value on the wire for recommendationSubscriptionError.
*/
int getRecommendationSubscriptionErrorValue();
/**
*
* The reasons for the recommendation subscription error.
*
*
* .google.ads.googleads.v17.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
* @return The recommendationSubscriptionError.
*/
com.google.ads.googleads.v17.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError getRecommendationSubscriptionError();
/**
*
* The reasons for the region code error
*
*
* .google.ads.googleads.v17.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
* @return Whether the regionCodeError field is set.
*/
boolean hasRegionCodeError();
/**
*
* The reasons for the region code error
*
*
* .google.ads.googleads.v17.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
* @return The enum numeric value on the wire for regionCodeError.
*/
int getRegionCodeErrorValue();
/**
*
* The reasons for the region code error
*
*
* .google.ads.googleads.v17.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
* @return The regionCodeError.
*/
com.google.ads.googleads.v17.errors.RegionCodeErrorEnum.RegionCodeError getRegionCodeError();
/**
*
* The reasons for the setting error
*
*
* .google.ads.googleads.v17.errors.SettingErrorEnum.SettingError setting_error = 52;
* @return Whether the settingError field is set.
*/
boolean hasSettingError();
/**
*
* The reasons for the setting error
*
*
* .google.ads.googleads.v17.errors.SettingErrorEnum.SettingError setting_error = 52;
* @return The enum numeric value on the wire for settingError.
*/
int getSettingErrorValue();
/**
*
* The reasons for the setting error
*
*
* .google.ads.googleads.v17.errors.SettingErrorEnum.SettingError setting_error = 52;
* @return The settingError.
*/
com.google.ads.googleads.v17.errors.SettingErrorEnum.SettingError getSettingError();
/**
*
* The reasons for the string format error
*
*
* .google.ads.googleads.v17.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
* @return Whether the stringFormatError field is set.
*/
boolean hasStringFormatError();
/**
*
* The reasons for the string format error
*
*
* .google.ads.googleads.v17.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
* @return The enum numeric value on the wire for stringFormatError.
*/
int getStringFormatErrorValue();
/**
*
* The reasons for the string format error
*
*
* .google.ads.googleads.v17.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
* @return The stringFormatError.
*/
com.google.ads.googleads.v17.errors.StringFormatErrorEnum.StringFormatError getStringFormatError();
/**
*
* The reasons for the string length error
*
*
* .google.ads.googleads.v17.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
* @return Whether the stringLengthError field is set.
*/
boolean hasStringLengthError();
/**
*
* The reasons for the string length error
*
*
* .google.ads.googleads.v17.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
* @return The enum numeric value on the wire for stringLengthError.
*/
int getStringLengthErrorValue();
/**
*
* The reasons for the string length error
*
*
* .google.ads.googleads.v17.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
* @return The stringLengthError.
*/
com.google.ads.googleads.v17.errors.StringLengthErrorEnum.StringLengthError getStringLengthError();
/**
*
* The reasons for the operation access denied error
*
*
* .google.ads.googleads.v17.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
* @return Whether the operationAccessDeniedError field is set.
*/
boolean hasOperationAccessDeniedError();
/**
*
* The reasons for the operation access denied error
*
*
* .google.ads.googleads.v17.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
* @return The enum numeric value on the wire for operationAccessDeniedError.
*/
int getOperationAccessDeniedErrorValue();
/**
*
* The reasons for the operation access denied error
*
*
* .google.ads.googleads.v17.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
* @return The operationAccessDeniedError.
*/
com.google.ads.googleads.v17.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError getOperationAccessDeniedError();
/**
*
* The reasons for the resource access denied error
*
*
* .google.ads.googleads.v17.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
* @return Whether the resourceAccessDeniedError field is set.
*/
boolean hasResourceAccessDeniedError();
/**
*
* The reasons for the resource access denied error
*
*
* .google.ads.googleads.v17.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
* @return The enum numeric value on the wire for resourceAccessDeniedError.
*/
int getResourceAccessDeniedErrorValue();
/**
*
* The reasons for the resource access denied error
*
*
* .google.ads.googleads.v17.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
* @return The resourceAccessDeniedError.
*/
com.google.ads.googleads.v17.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError getResourceAccessDeniedError();
/**
*
* The reasons for the resource count limit exceeded error
*
*
* .google.ads.googleads.v17.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
* @return Whether the resourceCountLimitExceededError field is set.
*/
boolean hasResourceCountLimitExceededError();
/**
*
* The reasons for the resource count limit exceeded error
*
*
* .google.ads.googleads.v17.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
* @return The enum numeric value on the wire for resourceCountLimitExceededError.
*/
int getResourceCountLimitExceededErrorValue();
/**
*
* The reasons for the resource count limit exceeded error
*
*
* .google.ads.googleads.v17.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
* @return The resourceCountLimitExceededError.
*/
com.google.ads.googleads.v17.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError getResourceCountLimitExceededError();
/**
*
* The reasons for YouTube video registration errors.
*
*
* .google.ads.googleads.v17.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
* @return Whether the youtubeVideoRegistrationError field is set.
*/
boolean hasYoutubeVideoRegistrationError();
/**
*
* The reasons for YouTube video registration errors.
*
*
* .google.ads.googleads.v17.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
* @return The enum numeric value on the wire for youtubeVideoRegistrationError.
*/
int getYoutubeVideoRegistrationErrorValue();
/**
*
* The reasons for YouTube video registration errors.
*
*
* .google.ads.googleads.v17.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
* @return The youtubeVideoRegistrationError.
*/
com.google.ads.googleads.v17.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError getYoutubeVideoRegistrationError();
/**
*
* The reasons for the ad group bid modifier error
*
*
* .google.ads.googleads.v17.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
* @return Whether the adGroupBidModifierError field is set.
*/
boolean hasAdGroupBidModifierError();
/**
*
* The reasons for the ad group bid modifier error
*
*
* .google.ads.googleads.v17.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
* @return The enum numeric value on the wire for adGroupBidModifierError.
*/
int getAdGroupBidModifierErrorValue();
/**
*
* The reasons for the ad group bid modifier error
*
*
* .google.ads.googleads.v17.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
* @return The adGroupBidModifierError.
*/
com.google.ads.googleads.v17.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError getAdGroupBidModifierError();
/**
*
* The reasons for the context error
*
*
* .google.ads.googleads.v17.errors.ContextErrorEnum.ContextError context_error = 60;
* @return Whether the contextError field is set.
*/
boolean hasContextError();
/**
*
* The reasons for the context error
*
*
* .google.ads.googleads.v17.errors.ContextErrorEnum.ContextError context_error = 60;
* @return The enum numeric value on the wire for contextError.
*/
int getContextErrorValue();
/**
*
* The reasons for the context error
*
*
* .google.ads.googleads.v17.errors.ContextErrorEnum.ContextError context_error = 60;
* @return The contextError.
*/
com.google.ads.googleads.v17.errors.ContextErrorEnum.ContextError getContextError();
/**
*
* The reasons for the field error
*
*
* .google.ads.googleads.v17.errors.FieldErrorEnum.FieldError field_error = 61;
* @return Whether the fieldError field is set.
*/
boolean hasFieldError();
/**
*
* The reasons for the field error
*
*
* .google.ads.googleads.v17.errors.FieldErrorEnum.FieldError field_error = 61;
* @return The enum numeric value on the wire for fieldError.
*/
int getFieldErrorValue();
/**
*
* The reasons for the field error
*
*
* .google.ads.googleads.v17.errors.FieldErrorEnum.FieldError field_error = 61;
* @return The fieldError.
*/
com.google.ads.googleads.v17.errors.FieldErrorEnum.FieldError getFieldError();
/**
*
* The reasons for the shared set error
*
*
* .google.ads.googleads.v17.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
* @return Whether the sharedSetError field is set.
*/
boolean hasSharedSetError();
/**
*
* The reasons for the shared set error
*
*
* .google.ads.googleads.v17.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
* @return The enum numeric value on the wire for sharedSetError.
*/
int getSharedSetErrorValue();
/**
*
* The reasons for the shared set error
*
*
* .google.ads.googleads.v17.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
* @return The sharedSetError.
*/
com.google.ads.googleads.v17.errors.SharedSetErrorEnum.SharedSetError getSharedSetError();
/**
*
* The reasons for the shared criterion error
*
*
* .google.ads.googleads.v17.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
* @return Whether the sharedCriterionError field is set.
*/
boolean hasSharedCriterionError();
/**
*
* The reasons for the shared criterion error
*
*
* .google.ads.googleads.v17.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
* @return The enum numeric value on the wire for sharedCriterionError.
*/
int getSharedCriterionErrorValue();
/**
*
* The reasons for the shared criterion error
*
*
* .google.ads.googleads.v17.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
* @return The sharedCriterionError.
*/
com.google.ads.googleads.v17.errors.SharedCriterionErrorEnum.SharedCriterionError getSharedCriterionError();
/**
*
* The reasons for the campaign shared set error
*
*
* .google.ads.googleads.v17.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
* @return Whether the campaignSharedSetError field is set.
*/
boolean hasCampaignSharedSetError();
/**
*
* The reasons for the campaign shared set error
*
*
* .google.ads.googleads.v17.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
* @return The enum numeric value on the wire for campaignSharedSetError.
*/
int getCampaignSharedSetErrorValue();
/**
*
* The reasons for the campaign shared set error
*
*
* .google.ads.googleads.v17.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
* @return The campaignSharedSetError.
*/
com.google.ads.googleads.v17.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError getCampaignSharedSetError();
/**
*
* The reasons for the conversion action error
*
*
* .google.ads.googleads.v17.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
* @return Whether the conversionActionError field is set.
*/
boolean hasConversionActionError();
/**
*
* The reasons for the conversion action error
*
*
* .google.ads.googleads.v17.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
* @return The enum numeric value on the wire for conversionActionError.
*/
int getConversionActionErrorValue();
/**
*
* The reasons for the conversion action error
*
*
* .google.ads.googleads.v17.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
* @return The conversionActionError.
*/
com.google.ads.googleads.v17.errors.ConversionActionErrorEnum.ConversionActionError getConversionActionError();
/**
*
* The reasons for the conversion adjustment upload error
*
*
* .google.ads.googleads.v17.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
* @return Whether the conversionAdjustmentUploadError field is set.
*/
boolean hasConversionAdjustmentUploadError();
/**
*
* The reasons for the conversion adjustment upload error
*
*
* .google.ads.googleads.v17.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
* @return The enum numeric value on the wire for conversionAdjustmentUploadError.
*/
int getConversionAdjustmentUploadErrorValue();
/**
*
* The reasons for the conversion adjustment upload error
*
*
* .google.ads.googleads.v17.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
* @return The conversionAdjustmentUploadError.
*/
com.google.ads.googleads.v17.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError getConversionAdjustmentUploadError();
/**
*
* The reasons for the conversion custom variable error
*
*
* .google.ads.googleads.v17.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
* @return Whether the conversionCustomVariableError field is set.
*/
boolean hasConversionCustomVariableError();
/**
*
* The reasons for the conversion custom variable error
*
*
* .google.ads.googleads.v17.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
* @return The enum numeric value on the wire for conversionCustomVariableError.
*/
int getConversionCustomVariableErrorValue();
/**
*
* The reasons for the conversion custom variable error
*
*
* .google.ads.googleads.v17.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
* @return The conversionCustomVariableError.
*/
com.google.ads.googleads.v17.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError getConversionCustomVariableError();
/**
*
* The reasons for the conversion upload error
*
*
* .google.ads.googleads.v17.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
* @return Whether the conversionUploadError field is set.
*/
boolean hasConversionUploadError();
/**
*
* The reasons for the conversion upload error
*
*
* .google.ads.googleads.v17.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
* @return The enum numeric value on the wire for conversionUploadError.
*/
int getConversionUploadErrorValue();
/**
*
* The reasons for the conversion upload error
*
*
* .google.ads.googleads.v17.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
* @return The conversionUploadError.
*/
com.google.ads.googleads.v17.errors.ConversionUploadErrorEnum.ConversionUploadError getConversionUploadError();
/**
*
* The reasons for the conversion value rule error
*
*
* .google.ads.googleads.v17.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
* @return Whether the conversionValueRuleError field is set.
*/
boolean hasConversionValueRuleError();
/**
*
* The reasons for the conversion value rule error
*
*
* .google.ads.googleads.v17.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
* @return The enum numeric value on the wire for conversionValueRuleError.
*/
int getConversionValueRuleErrorValue();
/**
*
* The reasons for the conversion value rule error
*
*
* .google.ads.googleads.v17.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
* @return The conversionValueRuleError.
*/
com.google.ads.googleads.v17.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError getConversionValueRuleError();
/**
*
* The reasons for the conversion value rule set error
*
*
* .google.ads.googleads.v17.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
* @return Whether the conversionValueRuleSetError field is set.
*/
boolean hasConversionValueRuleSetError();
/**
*
* The reasons for the conversion value rule set error
*
*
* .google.ads.googleads.v17.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
* @return The enum numeric value on the wire for conversionValueRuleSetError.
*/
int getConversionValueRuleSetErrorValue();
/**
*
* The reasons for the conversion value rule set error
*
*
* .google.ads.googleads.v17.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
* @return The conversionValueRuleSetError.
*/
com.google.ads.googleads.v17.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError getConversionValueRuleSetError();
/**
*
* The reasons for the header error.
*
*
* .google.ads.googleads.v17.errors.HeaderErrorEnum.HeaderError header_error = 66;
* @return Whether the headerError field is set.
*/
boolean hasHeaderError();
/**
*
* The reasons for the header error.
*
*
* .google.ads.googleads.v17.errors.HeaderErrorEnum.HeaderError header_error = 66;
* @return The enum numeric value on the wire for headerError.
*/
int getHeaderErrorValue();
/**
*
* The reasons for the header error.
*
*
* .google.ads.googleads.v17.errors.HeaderErrorEnum.HeaderError header_error = 66;
* @return The headerError.
*/
com.google.ads.googleads.v17.errors.HeaderErrorEnum.HeaderError getHeaderError();
/**
*
* The reasons for the database error.
*
*
* .google.ads.googleads.v17.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
* @return Whether the databaseError field is set.
*/
boolean hasDatabaseError();
/**
*
* The reasons for the database error.
*
*
* .google.ads.googleads.v17.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
* @return The enum numeric value on the wire for databaseError.
*/
int getDatabaseErrorValue();
/**
*
* The reasons for the database error.
*
*
* .google.ads.googleads.v17.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
* @return The databaseError.
*/
com.google.ads.googleads.v17.errors.DatabaseErrorEnum.DatabaseError getDatabaseError();
/**
*
* The reasons for the policy finding error.
*
*
* .google.ads.googleads.v17.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
* @return Whether the policyFindingError field is set.
*/
boolean hasPolicyFindingError();
/**
*
* The reasons for the policy finding error.
*
*
* .google.ads.googleads.v17.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
* @return The enum numeric value on the wire for policyFindingError.
*/
int getPolicyFindingErrorValue();
/**
*
* The reasons for the policy finding error.
*
*
* .google.ads.googleads.v17.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
* @return The policyFindingError.
*/
com.google.ads.googleads.v17.errors.PolicyFindingErrorEnum.PolicyFindingError getPolicyFindingError();
/**
*
* The reason for enum error.
*
*
* .google.ads.googleads.v17.errors.EnumErrorEnum.EnumError enum_error = 70;
* @return Whether the enumError field is set.
*/
boolean hasEnumError();
/**
*
* The reason for enum error.
*
*
* .google.ads.googleads.v17.errors.EnumErrorEnum.EnumError enum_error = 70;
* @return The enum numeric value on the wire for enumError.
*/
int getEnumErrorValue();
/**
*
* The reason for enum error.
*
*
* .google.ads.googleads.v17.errors.EnumErrorEnum.EnumError enum_error = 70;
* @return The enumError.
*/
com.google.ads.googleads.v17.errors.EnumErrorEnum.EnumError getEnumError();
/**
*
* The reason for keyword plan error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
* @return Whether the keywordPlanError field is set.
*/
boolean hasKeywordPlanError();
/**
*
* The reason for keyword plan error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
* @return The enum numeric value on the wire for keywordPlanError.
*/
int getKeywordPlanErrorValue();
/**
*
* The reason for keyword plan error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
* @return The keywordPlanError.
*/
com.google.ads.googleads.v17.errors.KeywordPlanErrorEnum.KeywordPlanError getKeywordPlanError();
/**
*
* The reason for keyword plan campaign error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
* @return Whether the keywordPlanCampaignError field is set.
*/
boolean hasKeywordPlanCampaignError();
/**
*
* The reason for keyword plan campaign error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
* @return The enum numeric value on the wire for keywordPlanCampaignError.
*/
int getKeywordPlanCampaignErrorValue();
/**
*
* The reason for keyword plan campaign error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
* @return The keywordPlanCampaignError.
*/
com.google.ads.googleads.v17.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError getKeywordPlanCampaignError();
/**
*
* The reason for keyword plan campaign keyword error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
* @return Whether the keywordPlanCampaignKeywordError field is set.
*/
boolean hasKeywordPlanCampaignKeywordError();
/**
*
* The reason for keyword plan campaign keyword error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
* @return The enum numeric value on the wire for keywordPlanCampaignKeywordError.
*/
int getKeywordPlanCampaignKeywordErrorValue();
/**
*
* The reason for keyword plan campaign keyword error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
* @return The keywordPlanCampaignKeywordError.
*/
com.google.ads.googleads.v17.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError getKeywordPlanCampaignKeywordError();
/**
*
* The reason for keyword plan ad group error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
* @return Whether the keywordPlanAdGroupError field is set.
*/
boolean hasKeywordPlanAdGroupError();
/**
*
* The reason for keyword plan ad group error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
* @return The enum numeric value on the wire for keywordPlanAdGroupError.
*/
int getKeywordPlanAdGroupErrorValue();
/**
*
* The reason for keyword plan ad group error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
* @return The keywordPlanAdGroupError.
*/
com.google.ads.googleads.v17.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError getKeywordPlanAdGroupError();
/**
*
* The reason for keyword plan ad group keyword error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
* @return Whether the keywordPlanAdGroupKeywordError field is set.
*/
boolean hasKeywordPlanAdGroupKeywordError();
/**
*
* The reason for keyword plan ad group keyword error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
* @return The enum numeric value on the wire for keywordPlanAdGroupKeywordError.
*/
int getKeywordPlanAdGroupKeywordErrorValue();
/**
*
* The reason for keyword plan ad group keyword error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
* @return The keywordPlanAdGroupKeywordError.
*/
com.google.ads.googleads.v17.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError getKeywordPlanAdGroupKeywordError();
/**
*
* The reason for keyword idea error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
* @return Whether the keywordPlanIdeaError field is set.
*/
boolean hasKeywordPlanIdeaError();
/**
*
* The reason for keyword idea error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
* @return The enum numeric value on the wire for keywordPlanIdeaError.
*/
int getKeywordPlanIdeaErrorValue();
/**
*
* The reason for keyword idea error.
*
*
* .google.ads.googleads.v17.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
* @return The keywordPlanIdeaError.
*/
com.google.ads.googleads.v17.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError getKeywordPlanIdeaError();
/**
*
* The reasons for account budget proposal errors.
*
*
* .google.ads.googleads.v17.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
* @return Whether the accountBudgetProposalError field is set.
*/
boolean hasAccountBudgetProposalError();
/**
*
* The reasons for account budget proposal errors.
*
*
* .google.ads.googleads.v17.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
* @return The enum numeric value on the wire for accountBudgetProposalError.
*/
int getAccountBudgetProposalErrorValue();
/**
*
* The reasons for account budget proposal errors.
*
*
* .google.ads.googleads.v17.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
* @return The accountBudgetProposalError.
*/
com.google.ads.googleads.v17.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError getAccountBudgetProposalError();
/**
*
* The reasons for the user list error
*
*
* .google.ads.googleads.v17.errors.UserListErrorEnum.UserListError user_list_error = 78;
* @return Whether the userListError field is set.
*/
boolean hasUserListError();
/**
*
* The reasons for the user list error
*
*
* .google.ads.googleads.v17.errors.UserListErrorEnum.UserListError user_list_error = 78;
* @return The enum numeric value on the wire for userListError.
*/
int getUserListErrorValue();
/**
*
* The reasons for the user list error
*
*
* .google.ads.googleads.v17.errors.UserListErrorEnum.UserListError user_list_error = 78;
* @return The userListError.
*/
com.google.ads.googleads.v17.errors.UserListErrorEnum.UserListError getUserListError();
/**
*
* The reasons for the change event error
*
*
* .google.ads.googleads.v17.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
* @return Whether the changeEventError field is set.
*/
boolean hasChangeEventError();
/**
*
* The reasons for the change event error
*
*
* .google.ads.googleads.v17.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
* @return The enum numeric value on the wire for changeEventError.
*/
int getChangeEventErrorValue();
/**
*
* The reasons for the change event error
*
*
* .google.ads.googleads.v17.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
* @return The changeEventError.
*/
com.google.ads.googleads.v17.errors.ChangeEventErrorEnum.ChangeEventError getChangeEventError();
/**
*
* The reasons for the change status error
*
*
* .google.ads.googleads.v17.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
* @return Whether the changeStatusError field is set.
*/
boolean hasChangeStatusError();
/**
*
* The reasons for the change status error
*
*
* .google.ads.googleads.v17.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
* @return The enum numeric value on the wire for changeStatusError.
*/
int getChangeStatusErrorValue();
/**
*
* The reasons for the change status error
*
*
* .google.ads.googleads.v17.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
* @return The changeStatusError.
*/
com.google.ads.googleads.v17.errors.ChangeStatusErrorEnum.ChangeStatusError getChangeStatusError();
/**
*
* The reasons for the feed error
*
*
* .google.ads.googleads.v17.errors.FeedErrorEnum.FeedError feed_error = 80;
* @return Whether the feedError field is set.
*/
boolean hasFeedError();
/**
*
* The reasons for the feed error
*
*
* .google.ads.googleads.v17.errors.FeedErrorEnum.FeedError feed_error = 80;
* @return The enum numeric value on the wire for feedError.
*/
int getFeedErrorValue();
/**
*
* The reasons for the feed error
*
*
* .google.ads.googleads.v17.errors.FeedErrorEnum.FeedError feed_error = 80;
* @return The feedError.
*/
com.google.ads.googleads.v17.errors.FeedErrorEnum.FeedError getFeedError();
/**
*
* The reasons for the geo target constant suggestion error.
*
*
* .google.ads.googleads.v17.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
* @return Whether the geoTargetConstantSuggestionError field is set.
*/
boolean hasGeoTargetConstantSuggestionError();
/**
*
* The reasons for the geo target constant suggestion error.
*
*
* .google.ads.googleads.v17.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
* @return The enum numeric value on the wire for geoTargetConstantSuggestionError.
*/
int getGeoTargetConstantSuggestionErrorValue();
/**
*
* The reasons for the geo target constant suggestion error.
*
*
* .google.ads.googleads.v17.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
* @return The geoTargetConstantSuggestionError.
*/
com.google.ads.googleads.v17.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError getGeoTargetConstantSuggestionError();
/**
*
* The reasons for the campaign draft error
*
*
* .google.ads.googleads.v17.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
* @return Whether the campaignDraftError field is set.
*/
boolean hasCampaignDraftError();
/**
*
* The reasons for the campaign draft error
*
*
* .google.ads.googleads.v17.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
* @return The enum numeric value on the wire for campaignDraftError.
*/
int getCampaignDraftErrorValue();
/**
*
* The reasons for the campaign draft error
*
*
* .google.ads.googleads.v17.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
* @return The campaignDraftError.
*/
com.google.ads.googleads.v17.errors.CampaignDraftErrorEnum.CampaignDraftError getCampaignDraftError();
/**
*
* The reasons for the feed item error
*
*
* .google.ads.googleads.v17.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
* @return Whether the feedItemError field is set.
*/
boolean hasFeedItemError();
/**
*
* The reasons for the feed item error
*
*
* .google.ads.googleads.v17.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
* @return The enum numeric value on the wire for feedItemError.
*/
int getFeedItemErrorValue();
/**
*
* The reasons for the feed item error
*
*
* .google.ads.googleads.v17.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
* @return The feedItemError.
*/
com.google.ads.googleads.v17.errors.FeedItemErrorEnum.FeedItemError getFeedItemError();
/**
*
* The reason for the label error.
*
*
* .google.ads.googleads.v17.errors.LabelErrorEnum.LabelError label_error = 84;
* @return Whether the labelError field is set.
*/
boolean hasLabelError();
/**
*
* The reason for the label error.
*
*
* .google.ads.googleads.v17.errors.LabelErrorEnum.LabelError label_error = 84;
* @return The enum numeric value on the wire for labelError.
*/
int getLabelErrorValue();
/**
*
* The reason for the label error.
*
*
* .google.ads.googleads.v17.errors.LabelErrorEnum.LabelError label_error = 84;
* @return The labelError.
*/
com.google.ads.googleads.v17.errors.LabelErrorEnum.LabelError getLabelError();
/**
*
* The reasons for the billing setup error
*
*
* .google.ads.googleads.v17.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
* @return Whether the billingSetupError field is set.
*/
boolean hasBillingSetupError();
/**
*
* The reasons for the billing setup error
*
*
* .google.ads.googleads.v17.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
* @return The enum numeric value on the wire for billingSetupError.
*/
int getBillingSetupErrorValue();
/**
*
* The reasons for the billing setup error
*
*
* .google.ads.googleads.v17.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
* @return The billingSetupError.
*/
com.google.ads.googleads.v17.errors.BillingSetupErrorEnum.BillingSetupError getBillingSetupError();
/**
*
* The reasons for the customer client link error
*
*
* .google.ads.googleads.v17.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
* @return Whether the customerClientLinkError field is set.
*/
boolean hasCustomerClientLinkError();
/**
*
* The reasons for the customer client link error
*
*
* .google.ads.googleads.v17.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
* @return The enum numeric value on the wire for customerClientLinkError.
*/
int getCustomerClientLinkErrorValue();
/**
*
* The reasons for the customer client link error
*
*
* .google.ads.googleads.v17.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
* @return The customerClientLinkError.
*/
com.google.ads.googleads.v17.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError getCustomerClientLinkError();
/**
*
* The reasons for the customer manager link error
*
*
* .google.ads.googleads.v17.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
* @return Whether the customerManagerLinkError field is set.
*/
boolean hasCustomerManagerLinkError();
/**
*
* The reasons for the customer manager link error
*
*
* .google.ads.googleads.v17.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
* @return The enum numeric value on the wire for customerManagerLinkError.
*/
int getCustomerManagerLinkErrorValue();
/**
*
* The reasons for the customer manager link error
*
*
* .google.ads.googleads.v17.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
* @return The customerManagerLinkError.
*/
com.google.ads.googleads.v17.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError getCustomerManagerLinkError();
/**
*
* The reasons for the feed mapping error
*
*
* .google.ads.googleads.v17.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
* @return Whether the feedMappingError field is set.
*/
boolean hasFeedMappingError();
/**
*
* The reasons for the feed mapping error
*
*
* .google.ads.googleads.v17.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
* @return The enum numeric value on the wire for feedMappingError.
*/
int getFeedMappingErrorValue();
/**
*
* The reasons for the feed mapping error
*
*
* .google.ads.googleads.v17.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
* @return The feedMappingError.
*/
com.google.ads.googleads.v17.errors.FeedMappingErrorEnum.FeedMappingError getFeedMappingError();
/**
*
* The reasons for the customer feed error
*
*
* .google.ads.googleads.v17.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
* @return Whether the customerFeedError field is set.
*/
boolean hasCustomerFeedError();
/**
*
* The reasons for the customer feed error
*
*
* .google.ads.googleads.v17.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
* @return The enum numeric value on the wire for customerFeedError.
*/
int getCustomerFeedErrorValue();
/**
*
* The reasons for the customer feed error
*
*
* .google.ads.googleads.v17.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
* @return The customerFeedError.
*/
com.google.ads.googleads.v17.errors.CustomerFeedErrorEnum.CustomerFeedError getCustomerFeedError();
/**
*
* The reasons for the ad group feed error
*
*
* .google.ads.googleads.v17.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
* @return Whether the adGroupFeedError field is set.
*/
boolean hasAdGroupFeedError();
/**
*
* The reasons for the ad group feed error
*
*
* .google.ads.googleads.v17.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
* @return The enum numeric value on the wire for adGroupFeedError.
*/
int getAdGroupFeedErrorValue();
/**
*
* The reasons for the ad group feed error
*
*
* .google.ads.googleads.v17.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
* @return The adGroupFeedError.
*/
com.google.ads.googleads.v17.errors.AdGroupFeedErrorEnum.AdGroupFeedError getAdGroupFeedError();
/**
*
* The reasons for the campaign feed error
*
*
* .google.ads.googleads.v17.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
* @return Whether the campaignFeedError field is set.
*/
boolean hasCampaignFeedError();
/**
*
* The reasons for the campaign feed error
*
*
* .google.ads.googleads.v17.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
* @return The enum numeric value on the wire for campaignFeedError.
*/
int getCampaignFeedErrorValue();
/**
*
* The reasons for the campaign feed error
*
*
* .google.ads.googleads.v17.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
* @return The campaignFeedError.
*/
com.google.ads.googleads.v17.errors.CampaignFeedErrorEnum.CampaignFeedError getCampaignFeedError();
/**
*
* The reasons for the custom interest error
*
*
* .google.ads.googleads.v17.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
* @return Whether the customInterestError field is set.
*/
boolean hasCustomInterestError();
/**
*
* The reasons for the custom interest error
*
*
* .google.ads.googleads.v17.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
* @return The enum numeric value on the wire for customInterestError.
*/
int getCustomInterestErrorValue();
/**
*
* The reasons for the custom interest error
*
*
* .google.ads.googleads.v17.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
* @return The customInterestError.
*/
com.google.ads.googleads.v17.errors.CustomInterestErrorEnum.CustomInterestError getCustomInterestError();
/**
*
* The reasons for the campaign experiment error
*
*
* .google.ads.googleads.v17.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
* @return Whether the campaignExperimentError field is set.
*/
boolean hasCampaignExperimentError();
/**
*
* The reasons for the campaign experiment error
*
*
* .google.ads.googleads.v17.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
* @return The enum numeric value on the wire for campaignExperimentError.
*/
int getCampaignExperimentErrorValue();
/**
*
* The reasons for the campaign experiment error
*
*
* .google.ads.googleads.v17.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
* @return The campaignExperimentError.
*/
com.google.ads.googleads.v17.errors.CampaignExperimentErrorEnum.CampaignExperimentError getCampaignExperimentError();
/**
*
* The reasons for the extension feed item error
*
*
* .google.ads.googleads.v17.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
* @return Whether the extensionFeedItemError field is set.
*/
boolean hasExtensionFeedItemError();
/**
*
* The reasons for the extension feed item error
*
*
* .google.ads.googleads.v17.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
* @return The enum numeric value on the wire for extensionFeedItemError.
*/
int getExtensionFeedItemErrorValue();
/**
*
* The reasons for the extension feed item error
*
*
* .google.ads.googleads.v17.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
* @return The extensionFeedItemError.
*/
com.google.ads.googleads.v17.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError getExtensionFeedItemError();
/**
*
* The reasons for the ad parameter error
*
*
* .google.ads.googleads.v17.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
* @return Whether the adParameterError field is set.
*/
boolean hasAdParameterError();
/**
*
* The reasons for the ad parameter error
*
*
* .google.ads.googleads.v17.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
* @return The enum numeric value on the wire for adParameterError.
*/
int getAdParameterErrorValue();
/**
*
* The reasons for the ad parameter error
*
*
* .google.ads.googleads.v17.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
* @return The adParameterError.
*/
com.google.ads.googleads.v17.errors.AdParameterErrorEnum.AdParameterError getAdParameterError();
/**
*
* The reasons for the feed item validation error
*
*
* .google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
* @return Whether the feedItemValidationError field is set.
*/
boolean hasFeedItemValidationError();
/**
*
* The reasons for the feed item validation error
*
*
* .google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
* @return The enum numeric value on the wire for feedItemValidationError.
*/
int getFeedItemValidationErrorValue();
/**
*
* The reasons for the feed item validation error
*
*
* .google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
* @return The feedItemValidationError.
*/
com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError getFeedItemValidationError();
/**
*
* The reasons for the extension setting error
*
*
* .google.ads.googleads.v17.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
* @return Whether the extensionSettingError field is set.
*/
boolean hasExtensionSettingError();
/**
*
* The reasons for the extension setting error
*
*
* .google.ads.googleads.v17.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
* @return The enum numeric value on the wire for extensionSettingError.
*/
int getExtensionSettingErrorValue();
/**
*
* The reasons for the extension setting error
*
*
* .google.ads.googleads.v17.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
* @return The extensionSettingError.
*/
com.google.ads.googleads.v17.errors.ExtensionSettingErrorEnum.ExtensionSettingError getExtensionSettingError();
/**
*
* The reasons for the feed item set error
*
*
* .google.ads.googleads.v17.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
* @return Whether the feedItemSetError field is set.
*/
boolean hasFeedItemSetError();
/**
*
* The reasons for the feed item set error
*
*
* .google.ads.googleads.v17.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
* @return The enum numeric value on the wire for feedItemSetError.
*/
int getFeedItemSetErrorValue();
/**
*
* The reasons for the feed item set error
*
*
* .google.ads.googleads.v17.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
* @return The feedItemSetError.
*/
com.google.ads.googleads.v17.errors.FeedItemSetErrorEnum.FeedItemSetError getFeedItemSetError();
/**
*
* The reasons for the feed item set link error
*
*
* .google.ads.googleads.v17.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
* @return Whether the feedItemSetLinkError field is set.
*/
boolean hasFeedItemSetLinkError();
/**
*
* The reasons for the feed item set link error
*
*
* .google.ads.googleads.v17.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
* @return The enum numeric value on the wire for feedItemSetLinkError.
*/
int getFeedItemSetLinkErrorValue();
/**
*
* The reasons for the feed item set link error
*
*
* .google.ads.googleads.v17.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
* @return The feedItemSetLinkError.
*/
com.google.ads.googleads.v17.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError getFeedItemSetLinkError();
/**
*
* The reasons for the feed item target error
*
*
* .google.ads.googleads.v17.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
* @return Whether the feedItemTargetError field is set.
*/
boolean hasFeedItemTargetError();
/**
*
* The reasons for the feed item target error
*
*
* .google.ads.googleads.v17.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
* @return The enum numeric value on the wire for feedItemTargetError.
*/
int getFeedItemTargetErrorValue();
/**
*
* The reasons for the feed item target error
*
*
* .google.ads.googleads.v17.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
* @return The feedItemTargetError.
*/
com.google.ads.googleads.v17.errors.FeedItemTargetErrorEnum.FeedItemTargetError getFeedItemTargetError();
/**
*
* The reasons for the policy violation error
*
*
* .google.ads.googleads.v17.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
* @return Whether the policyViolationError field is set.
*/
boolean hasPolicyViolationError();
/**
*
* The reasons for the policy violation error
*
*
* .google.ads.googleads.v17.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
* @return The enum numeric value on the wire for policyViolationError.
*/
int getPolicyViolationErrorValue();
/**
*
* The reasons for the policy violation error
*
*
* .google.ads.googleads.v17.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
* @return The policyViolationError.
*/
com.google.ads.googleads.v17.errors.PolicyViolationErrorEnum.PolicyViolationError getPolicyViolationError();
/**
*
* The reasons for the mutate job error
*
*
* .google.ads.googleads.v17.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
* @return Whether the partialFailureError field is set.
*/
boolean hasPartialFailureError();
/**
*
* The reasons for the mutate job error
*
*
* .google.ads.googleads.v17.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
* @return The enum numeric value on the wire for partialFailureError.
*/
int getPartialFailureErrorValue();
/**
*
* The reasons for the mutate job error
*
*
* .google.ads.googleads.v17.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
* @return The partialFailureError.
*/
com.google.ads.googleads.v17.errors.PartialFailureErrorEnum.PartialFailureError getPartialFailureError();
/**
*
* The reasons for the policy validation parameter error
*
*
* .google.ads.googleads.v17.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
* @return Whether the policyValidationParameterError field is set.
*/
boolean hasPolicyValidationParameterError();
/**
*
* The reasons for the policy validation parameter error
*
*
* .google.ads.googleads.v17.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
* @return The enum numeric value on the wire for policyValidationParameterError.
*/
int getPolicyValidationParameterErrorValue();
/**
*
* The reasons for the policy validation parameter error
*
*
* .google.ads.googleads.v17.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
* @return The policyValidationParameterError.
*/
com.google.ads.googleads.v17.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError getPolicyValidationParameterError();
/**
*
* The reasons for the size limit error
*
*
* .google.ads.googleads.v17.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
* @return Whether the sizeLimitError field is set.
*/
boolean hasSizeLimitError();
/**
*
* The reasons for the size limit error
*
*
* .google.ads.googleads.v17.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
* @return The enum numeric value on the wire for sizeLimitError.
*/
int getSizeLimitErrorValue();
/**
*
* The reasons for the size limit error
*
*
* .google.ads.googleads.v17.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
* @return The sizeLimitError.
*/
com.google.ads.googleads.v17.errors.SizeLimitErrorEnum.SizeLimitError getSizeLimitError();
/**
*
* The reasons for the offline user data job error.
*
*
* .google.ads.googleads.v17.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
* @return Whether the offlineUserDataJobError field is set.
*/
boolean hasOfflineUserDataJobError();
/**
*
* The reasons for the offline user data job error.
*
*
* .google.ads.googleads.v17.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
* @return The enum numeric value on the wire for offlineUserDataJobError.
*/
int getOfflineUserDataJobErrorValue();
/**
*
* The reasons for the offline user data job error.
*
*
* .google.ads.googleads.v17.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
* @return The offlineUserDataJobError.
*/
com.google.ads.googleads.v17.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError getOfflineUserDataJobError();
/**
*
* The reasons for the not allowlisted error
*
*
* .google.ads.googleads.v17.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
* @return Whether the notAllowlistedError field is set.
*/
boolean hasNotAllowlistedError();
/**
*
* The reasons for the not allowlisted error
*
*
* .google.ads.googleads.v17.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
* @return The enum numeric value on the wire for notAllowlistedError.
*/
int getNotAllowlistedErrorValue();
/**
*
* The reasons for the not allowlisted error
*
*
* .google.ads.googleads.v17.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
* @return The notAllowlistedError.
*/
com.google.ads.googleads.v17.errors.NotAllowlistedErrorEnum.NotAllowlistedError getNotAllowlistedError();
/**
*
* The reasons for the manager link error
*
*
* .google.ads.googleads.v17.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
* @return Whether the managerLinkError field is set.
*/
boolean hasManagerLinkError();
/**
*
* The reasons for the manager link error
*
*
* .google.ads.googleads.v17.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
* @return The enum numeric value on the wire for managerLinkError.
*/
int getManagerLinkErrorValue();
/**
*
* The reasons for the manager link error
*
*
* .google.ads.googleads.v17.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
* @return The managerLinkError.
*/
com.google.ads.googleads.v17.errors.ManagerLinkErrorEnum.ManagerLinkError getManagerLinkError();
/**
*
* The reasons for the currency code error
*
*
* .google.ads.googleads.v17.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
* @return Whether the currencyCodeError field is set.
*/
boolean hasCurrencyCodeError();
/**
*
* The reasons for the currency code error
*
*
* .google.ads.googleads.v17.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
* @return The enum numeric value on the wire for currencyCodeError.
*/
int getCurrencyCodeErrorValue();
/**
*
* The reasons for the currency code error
*
*
* .google.ads.googleads.v17.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
* @return The currencyCodeError.
*/
com.google.ads.googleads.v17.errors.CurrencyCodeErrorEnum.CurrencyCodeError getCurrencyCodeError();
/**
*
* The reasons for the experiment error
*
*
* .google.ads.googleads.v17.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
* @return Whether the experimentError field is set.
*/
boolean hasExperimentError();
/**
*
* The reasons for the experiment error
*
*
* .google.ads.googleads.v17.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
* @return The enum numeric value on the wire for experimentError.
*/
int getExperimentErrorValue();
/**
*
* The reasons for the experiment error
*
*
* .google.ads.googleads.v17.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
* @return The experimentError.
*/
com.google.ads.googleads.v17.errors.ExperimentErrorEnum.ExperimentError getExperimentError();
/**
*
* The reasons for the access invitation error
*
*
* .google.ads.googleads.v17.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
* @return Whether the accessInvitationError field is set.
*/
boolean hasAccessInvitationError();
/**
*
* The reasons for the access invitation error
*
*
* .google.ads.googleads.v17.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
* @return The enum numeric value on the wire for accessInvitationError.
*/
int getAccessInvitationErrorValue();
/**
*
* The reasons for the access invitation error
*
*
* .google.ads.googleads.v17.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
* @return The accessInvitationError.
*/
com.google.ads.googleads.v17.errors.AccessInvitationErrorEnum.AccessInvitationError getAccessInvitationError();
/**
*
* The reasons for the reach plan error
*
*
* .google.ads.googleads.v17.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
* @return Whether the reachPlanError field is set.
*/
boolean hasReachPlanError();
/**
*
* The reasons for the reach plan error
*
*
* .google.ads.googleads.v17.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
* @return The enum numeric value on the wire for reachPlanError.
*/
int getReachPlanErrorValue();
/**
*
* The reasons for the reach plan error
*
*
* .google.ads.googleads.v17.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
* @return The reachPlanError.
*/
com.google.ads.googleads.v17.errors.ReachPlanErrorEnum.ReachPlanError getReachPlanError();
/**
*
* The reasons for the invoice error
*
*
* .google.ads.googleads.v17.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
* @return Whether the invoiceError field is set.
*/
boolean hasInvoiceError();
/**
*
* The reasons for the invoice error
*
*
* .google.ads.googleads.v17.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
* @return The enum numeric value on the wire for invoiceError.
*/
int getInvoiceErrorValue();
/**
*
* The reasons for the invoice error
*
*
* .google.ads.googleads.v17.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
* @return The invoiceError.
*/
com.google.ads.googleads.v17.errors.InvoiceErrorEnum.InvoiceError getInvoiceError();
/**
*
* The reasons for errors in payments accounts service
*
*
* .google.ads.googleads.v17.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
* @return Whether the paymentsAccountError field is set.
*/
boolean hasPaymentsAccountError();
/**
*
* The reasons for errors in payments accounts service
*
*
* .google.ads.googleads.v17.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
* @return The enum numeric value on the wire for paymentsAccountError.
*/
int getPaymentsAccountErrorValue();
/**
*
* The reasons for errors in payments accounts service
*
*
* .google.ads.googleads.v17.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
* @return The paymentsAccountError.
*/
com.google.ads.googleads.v17.errors.PaymentsAccountErrorEnum.PaymentsAccountError getPaymentsAccountError();
/**
*
* The reasons for the time zone error
*
*
* .google.ads.googleads.v17.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
* @return Whether the timeZoneError field is set.
*/
boolean hasTimeZoneError();
/**
*
* The reasons for the time zone error
*
*
* .google.ads.googleads.v17.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
* @return The enum numeric value on the wire for timeZoneError.
*/
int getTimeZoneErrorValue();
/**
*
* The reasons for the time zone error
*
*
* .google.ads.googleads.v17.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
* @return The timeZoneError.
*/
com.google.ads.googleads.v17.errors.TimeZoneErrorEnum.TimeZoneError getTimeZoneError();
/**
*
* The reasons for the asset link error
*
*
* .google.ads.googleads.v17.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
* @return Whether the assetLinkError field is set.
*/
boolean hasAssetLinkError();
/**
*
* The reasons for the asset link error
*
*
* .google.ads.googleads.v17.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
* @return The enum numeric value on the wire for assetLinkError.
*/
int getAssetLinkErrorValue();
/**
*
* The reasons for the asset link error
*
*
* .google.ads.googleads.v17.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
* @return The assetLinkError.
*/
com.google.ads.googleads.v17.errors.AssetLinkErrorEnum.AssetLinkError getAssetLinkError();
/**
*
* The reasons for the user data error.
*
*
* .google.ads.googleads.v17.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
* @return Whether the userDataError field is set.
*/
boolean hasUserDataError();
/**
*
* The reasons for the user data error.
*
*
* .google.ads.googleads.v17.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
* @return The enum numeric value on the wire for userDataError.
*/
int getUserDataErrorValue();
/**
*
* The reasons for the user data error.
*
*
* .google.ads.googleads.v17.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
* @return The userDataError.
*/
com.google.ads.googleads.v17.errors.UserDataErrorEnum.UserDataError getUserDataError();
/**
*
* The reasons for the batch job error
*
*
* .google.ads.googleads.v17.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
* @return Whether the batchJobError field is set.
*/
boolean hasBatchJobError();
/**
*
* The reasons for the batch job error
*
*
* .google.ads.googleads.v17.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
* @return The enum numeric value on the wire for batchJobError.
*/
int getBatchJobErrorValue();
/**
*
* The reasons for the batch job error
*
*
* .google.ads.googleads.v17.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
* @return The batchJobError.
*/
com.google.ads.googleads.v17.errors.BatchJobErrorEnum.BatchJobError getBatchJobError();
/**
*
* The reasons for the account link status change error
*
*
* .google.ads.googleads.v17.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
* @return Whether the accountLinkError field is set.
*/
boolean hasAccountLinkError();
/**
*
* The reasons for the account link status change error
*
*
* .google.ads.googleads.v17.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
* @return The enum numeric value on the wire for accountLinkError.
*/
int getAccountLinkErrorValue();
/**
*
* The reasons for the account link status change error
*
*
* .google.ads.googleads.v17.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
* @return The accountLinkError.
*/
com.google.ads.googleads.v17.errors.AccountLinkErrorEnum.AccountLinkError getAccountLinkError();
/**
*
* The reasons for the third party app analytics link mutate error
*
*
* .google.ads.googleads.v17.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
* @return Whether the thirdPartyAppAnalyticsLinkError field is set.
*/
boolean hasThirdPartyAppAnalyticsLinkError();
/**
*
* The reasons for the third party app analytics link mutate error
*
*
* .google.ads.googleads.v17.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
* @return The enum numeric value on the wire for thirdPartyAppAnalyticsLinkError.
*/
int getThirdPartyAppAnalyticsLinkErrorValue();
/**
*
* The reasons for the third party app analytics link mutate error
*
*
* .google.ads.googleads.v17.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
* @return The thirdPartyAppAnalyticsLinkError.
*/
com.google.ads.googleads.v17.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError getThirdPartyAppAnalyticsLinkError();
/**
*
* The reasons for the customer user access mutate error
*
*
* .google.ads.googleads.v17.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
* @return Whether the customerUserAccessError field is set.
*/
boolean hasCustomerUserAccessError();
/**
*
* The reasons for the customer user access mutate error
*
*
* .google.ads.googleads.v17.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
* @return The enum numeric value on the wire for customerUserAccessError.
*/
int getCustomerUserAccessErrorValue();
/**
*
* The reasons for the customer user access mutate error
*
*
* .google.ads.googleads.v17.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
* @return The customerUserAccessError.
*/
com.google.ads.googleads.v17.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError getCustomerUserAccessError();
/**
*
* The reasons for the custom audience error
*
*
* .google.ads.googleads.v17.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
* @return Whether the customAudienceError field is set.
*/
boolean hasCustomAudienceError();
/**
*
* The reasons for the custom audience error
*
*
* .google.ads.googleads.v17.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
* @return The enum numeric value on the wire for customAudienceError.
*/
int getCustomAudienceErrorValue();
/**
*
* The reasons for the custom audience error
*
*
* .google.ads.googleads.v17.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
* @return The customAudienceError.
*/
com.google.ads.googleads.v17.errors.CustomAudienceErrorEnum.CustomAudienceError getCustomAudienceError();
/**
*
* The reasons for the audience error
*
*
* .google.ads.googleads.v17.errors.AudienceErrorEnum.AudienceError audience_error = 164;
* @return Whether the audienceError field is set.
*/
boolean hasAudienceError();
/**
*
* The reasons for the audience error
*
*
* .google.ads.googleads.v17.errors.AudienceErrorEnum.AudienceError audience_error = 164;
* @return The enum numeric value on the wire for audienceError.
*/
int getAudienceErrorValue();
/**
*
* The reasons for the audience error
*
*
* .google.ads.googleads.v17.errors.AudienceErrorEnum.AudienceError audience_error = 164;
* @return The audienceError.
*/
com.google.ads.googleads.v17.errors.AudienceErrorEnum.AudienceError getAudienceError();
/**
*
* The reasons for the Search term insight error
*
*
* .google.ads.googleads.v17.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
* @return Whether the searchTermInsightError field is set.
*/
boolean hasSearchTermInsightError();
/**
*
* The reasons for the Search term insight error
*
*
* .google.ads.googleads.v17.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
* @return The enum numeric value on the wire for searchTermInsightError.
*/
int getSearchTermInsightErrorValue();
/**
*
* The reasons for the Search term insight error
*
*
* .google.ads.googleads.v17.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
* @return The searchTermInsightError.
*/
com.google.ads.googleads.v17.errors.SearchTermInsightErrorEnum.SearchTermInsightError getSearchTermInsightError();
/**
*
* The reasons for the Smart campaign error
*
*
* .google.ads.googleads.v17.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
* @return Whether the smartCampaignError field is set.
*/
boolean hasSmartCampaignError();
/**
*
* The reasons for the Smart campaign error
*
*
* .google.ads.googleads.v17.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
* @return The enum numeric value on the wire for smartCampaignError.
*/
int getSmartCampaignErrorValue();
/**
*
* The reasons for the Smart campaign error
*
*
* .google.ads.googleads.v17.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
* @return The smartCampaignError.
*/
com.google.ads.googleads.v17.errors.SmartCampaignErrorEnum.SmartCampaignError getSmartCampaignError();
/**
*
* The reasons for the experiment arm error
*
*
* .google.ads.googleads.v17.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
* @return Whether the experimentArmError field is set.
*/
boolean hasExperimentArmError();
/**
*
* The reasons for the experiment arm error
*
*
* .google.ads.googleads.v17.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
* @return The enum numeric value on the wire for experimentArmError.
*/
int getExperimentArmErrorValue();
/**
*
* The reasons for the experiment arm error
*
*
* .google.ads.googleads.v17.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
* @return The experimentArmError.
*/
com.google.ads.googleads.v17.errors.ExperimentArmErrorEnum.ExperimentArmError getExperimentArmError();
/**
*
* The reasons for the Audience Insights error
*
*
* .google.ads.googleads.v17.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
* @return Whether the audienceInsightsError field is set.
*/
boolean hasAudienceInsightsError();
/**
*
* The reasons for the Audience Insights error
*
*
* .google.ads.googleads.v17.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
* @return The enum numeric value on the wire for audienceInsightsError.
*/
int getAudienceInsightsErrorValue();
/**
*
* The reasons for the Audience Insights error
*
*
* .google.ads.googleads.v17.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
* @return The audienceInsightsError.
*/
com.google.ads.googleads.v17.errors.AudienceInsightsErrorEnum.AudienceInsightsError getAudienceInsightsError();
/**
*
* The reasons for the product link error
*
*
* .google.ads.googleads.v17.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
* @return Whether the productLinkError field is set.
*/
boolean hasProductLinkError();
/**
*
* The reasons for the product link error
*
*
* .google.ads.googleads.v17.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
* @return The enum numeric value on the wire for productLinkError.
*/
int getProductLinkErrorValue();
/**
*
* The reasons for the product link error
*
*
* .google.ads.googleads.v17.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
* @return The productLinkError.
*/
com.google.ads.googleads.v17.errors.ProductLinkErrorEnum.ProductLinkError getProductLinkError();
/**
*
* The reasons for the customer SK Ad network conversion value schema error
*
*
* .google.ads.googleads.v17.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
* @return Whether the customerSkAdNetworkConversionValueSchemaError field is set.
*/
boolean hasCustomerSkAdNetworkConversionValueSchemaError();
/**
*
* The reasons for the customer SK Ad network conversion value schema error
*
*
* .google.ads.googleads.v17.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
* @return The enum numeric value on the wire for customerSkAdNetworkConversionValueSchemaError.
*/
int getCustomerSkAdNetworkConversionValueSchemaErrorValue();
/**
*
* The reasons for the customer SK Ad network conversion value schema error
*
*
* .google.ads.googleads.v17.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
* @return The customerSkAdNetworkConversionValueSchemaError.
*/
com.google.ads.googleads.v17.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError getCustomerSkAdNetworkConversionValueSchemaError();
/**
*
* The reasons for the currency errors.
*
*
* .google.ads.googleads.v17.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
* @return Whether the currencyError field is set.
*/
boolean hasCurrencyError();
/**
*
* The reasons for the currency errors.
*
*
* .google.ads.googleads.v17.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
* @return The enum numeric value on the wire for currencyError.
*/
int getCurrencyErrorValue();
/**
*
* The reasons for the currency errors.
*
*
* .google.ads.googleads.v17.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
* @return The currencyError.
*/
com.google.ads.googleads.v17.errors.CurrencyErrorEnum.CurrencyError getCurrencyError();
/**
*
* The reasons for the asset group hint error
*
*
* .google.ads.googleads.v17.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
* @return Whether the assetGroupSignalError field is set.
*/
boolean hasAssetGroupSignalError();
/**
*
* The reasons for the asset group hint error
*
*
* .google.ads.googleads.v17.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
* @return The enum numeric value on the wire for assetGroupSignalError.
*/
int getAssetGroupSignalErrorValue();
/**
*
* The reasons for the asset group hint error
*
*
* .google.ads.googleads.v17.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
* @return The assetGroupSignalError.
*/
com.google.ads.googleads.v17.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError getAssetGroupSignalError();
/**
*
* The reasons for the product link invitation error
*
*
* .google.ads.googleads.v17.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
* @return Whether the productLinkInvitationError field is set.
*/
boolean hasProductLinkInvitationError();
/**
*
* The reasons for the product link invitation error
*
*
* .google.ads.googleads.v17.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
* @return The enum numeric value on the wire for productLinkInvitationError.
*/
int getProductLinkInvitationErrorValue();
/**
*
* The reasons for the product link invitation error
*
*
* .google.ads.googleads.v17.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
* @return The productLinkInvitationError.
*/
com.google.ads.googleads.v17.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError getProductLinkInvitationError();
/**
*
* The reasons for the customer lifecycle goal error
*
*
* .google.ads.googleads.v17.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
* @return Whether the customerLifecycleGoalError field is set.
*/
boolean hasCustomerLifecycleGoalError();
/**
*
* The reasons for the customer lifecycle goal error
*
*
* .google.ads.googleads.v17.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
* @return The enum numeric value on the wire for customerLifecycleGoalError.
*/
int getCustomerLifecycleGoalErrorValue();
/**
*
* The reasons for the customer lifecycle goal error
*
*
* .google.ads.googleads.v17.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
* @return The customerLifecycleGoalError.
*/
com.google.ads.googleads.v17.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError getCustomerLifecycleGoalError();
/**
*
* The reasons for the campaign lifecycle goal error
*
*
* .google.ads.googleads.v17.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
* @return Whether the campaignLifecycleGoalError field is set.
*/
boolean hasCampaignLifecycleGoalError();
/**
*
* The reasons for the campaign lifecycle goal error
*
*
* .google.ads.googleads.v17.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
* @return The enum numeric value on the wire for campaignLifecycleGoalError.
*/
int getCampaignLifecycleGoalErrorValue();
/**
*
* The reasons for the campaign lifecycle goal error
*
*
* .google.ads.googleads.v17.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
* @return The campaignLifecycleGoalError.
*/
com.google.ads.googleads.v17.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError getCampaignLifecycleGoalError();
/**
*
* The reasons for an identity verification error.
*
*
* .google.ads.googleads.v17.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
* @return Whether the identityVerificationError field is set.
*/
boolean hasIdentityVerificationError();
/**
*
* The reasons for an identity verification error.
*
*
* .google.ads.googleads.v17.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
* @return The enum numeric value on the wire for identityVerificationError.
*/
int getIdentityVerificationErrorValue();
/**
*
* The reasons for an identity verification error.
*
*
* .google.ads.googleads.v17.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
* @return The identityVerificationError.
*/
com.google.ads.googleads.v17.errors.IdentityVerificationErrorEnum.IdentityVerificationError getIdentityVerificationError();
/**
*
* The reasons for a user list customer type error.
*
*
* .google.ads.googleads.v17.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
* @return Whether the userListCustomerTypeError field is set.
*/
boolean hasUserListCustomerTypeError();
/**
*
* The reasons for a user list customer type error.
*
*
* .google.ads.googleads.v17.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
* @return The enum numeric value on the wire for userListCustomerTypeError.
*/
int getUserListCustomerTypeErrorValue();
/**
*
* The reasons for a user list customer type error.
*
*
* .google.ads.googleads.v17.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
* @return The userListCustomerTypeError.
*/
com.google.ads.googleads.v17.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError getUserListCustomerTypeError();
/**
*
* The reasons for error in querying shopping product.
*
*
* .google.ads.googleads.v17.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
* @return Whether the shoppingProductError field is set.
*/
boolean hasShoppingProductError();
/**
*
* The reasons for error in querying shopping product.
*
*
* .google.ads.googleads.v17.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
* @return The enum numeric value on the wire for shoppingProductError.
*/
int getShoppingProductErrorValue();
/**
*
* The reasons for error in querying shopping product.
*
*
* .google.ads.googleads.v17.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
* @return The shoppingProductError.
*/
com.google.ads.googleads.v17.errors.ShoppingProductErrorEnum.ShoppingProductError getShoppingProductError();
/**
*
* The reasons for error in automatically created asset removal action.
*
*
* .google.ads.googleads.v17.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
* @return Whether the automaticallyCreatedAssetRemovalError field is set.
*/
boolean hasAutomaticallyCreatedAssetRemovalError();
/**
*
* The reasons for error in automatically created asset removal action.
*
*
* .google.ads.googleads.v17.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
* @return The enum numeric value on the wire for automaticallyCreatedAssetRemovalError.
*/
int getAutomaticallyCreatedAssetRemovalErrorValue();
/**
*
* The reasons for error in automatically created asset removal action.
*
*
* .google.ads.googleads.v17.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
* @return The automaticallyCreatedAssetRemovalError.
*/
com.google.ads.googleads.v17.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError getAutomaticallyCreatedAssetRemovalError();
/**
*
* The reasons for the shareable preview error.
*
*
* .google.ads.googleads.v17.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
* @return Whether the shareablePreviewError field is set.
*/
boolean hasShareablePreviewError();
/**
*
* The reasons for the shareable preview error.
*
*
* .google.ads.googleads.v17.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
* @return The enum numeric value on the wire for shareablePreviewError.
*/
int getShareablePreviewErrorValue();
/**
*
* The reasons for the shareable preview error.
*
*
* .google.ads.googleads.v17.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
* @return The shareablePreviewError.
*/
com.google.ads.googleads.v17.errors.ShareablePreviewErrorEnum.ShareablePreviewError getShareablePreviewError();
com.google.ads.googleads.v17.errors.ErrorCode.ErrorCodeCase getErrorCodeCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy