Synchronize new proto/yaml changes.
PiperOrigin-RevId: 235606836
This commit is contained in:
parent
f28ec08a77
commit
e406445a1e
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing account budget proposal errors.
|
||||
|
||||
// Container for enum describing possible account budget proposal errors.
|
||||
|
|
@ -107,6 +108,4 @@ message AccountBudgetProposalErrorEnum {
|
|||
// Mutates are not allowed for the given billing setup.
|
||||
INVALID_BILLING_SETUP = 23;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad customizer errors.
|
||||
|
||||
// Container for enum describing possible ad customizer errors.
|
||||
|
|
@ -52,6 +53,4 @@ message AdCustomizerErrorEnum {
|
|||
// A user list referenced in an IF function does not exist.
|
||||
UNKNOWN_USER_LIST = 6;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad errors.
|
||||
|
||||
// Container for enum describing possible ad errors.
|
||||
|
|
@ -448,6 +449,4 @@ message AdErrorEnum {
|
|||
// The associated ad is not compatible with restriction type.
|
||||
INCOMPATIBLE_WITH_RESTRICTION_TYPE = 130;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad group ad errors.
|
||||
|
||||
// Container for enum describing possible ad group ad errors.
|
||||
|
|
@ -63,6 +64,4 @@ message AdGroupAdErrorEnum {
|
|||
// An ad may only be modified once per call
|
||||
RESOURCE_REFERENCED_IN_MULTIPLE_OPS = 9;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad group bid modifier errors.
|
||||
|
||||
// Container for enum describing possible ad group bid modifier errors.
|
||||
|
|
@ -44,6 +45,4 @@ message AdGroupBidModifierErrorEnum {
|
|||
// campaign is opted out of the same criterion.
|
||||
CANNOT_OVERRIDE_OPTED_OUT_CAMPAIGN_CRITERION_BID_MODIFIER = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad group criterion errors.
|
||||
|
||||
// Container for enum describing possible ad group criterion errors.
|
||||
|
|
@ -158,6 +159,4 @@ message AdGroupCriterionErrorEnum {
|
|||
// Listing group in an ADD operation specifies a non temporary criterion id.
|
||||
LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID = 47;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad group errors.
|
||||
|
||||
// Container for enum describing possible ad group errors.
|
||||
|
|
@ -76,6 +77,4 @@ message AdGroupErrorEnum {
|
|||
// campaigns that have DynamicSearchAdsSetting attached.
|
||||
CANNOT_ADD_ADGROUP_OF_TYPE_DSA_TO_CAMPAIGN_WITHOUT_DSA_SETTING = 14;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad group feed errors.
|
||||
|
||||
// Container for enum describing possible ad group feed errors.
|
||||
|
|
@ -60,6 +61,4 @@ message AdGroupFeedErrorEnum {
|
|||
// CustomerFeed for the specified feed.
|
||||
NO_EXISTING_LOCATION_CUSTOMER_FEED = 8;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad parameter errors.
|
||||
|
||||
// Container for enum describing possible ad parameter errors.
|
||||
|
|
@ -43,6 +44,4 @@ message AdParameterErrorEnum {
|
|||
// The insertion text is invalid.
|
||||
INVALID_INSERTION_TEXT_FORMAT = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing ad sharing errors.
|
||||
|
||||
// Container for enum describing possible ad sharing errors.
|
||||
|
|
@ -47,6 +48,4 @@ message AdSharingErrorEnum {
|
|||
// Cannot add AdGroupAd on inactive Ad.
|
||||
CANNOT_SHARE_INACTIVE_AD = 4;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing adx errors.
|
||||
|
||||
// Container for enum describing possible adx errors.
|
||||
|
|
@ -40,6 +41,4 @@ message AdxErrorEnum {
|
|||
// Attempt to use non-AdX feature by AdX customer.
|
||||
UNSUPPORTED_FEATURE = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing authentication errors.
|
||||
|
||||
// Container for enum describing possible authentication errors.
|
||||
|
|
@ -96,6 +97,4 @@ message AuthenticationErrorEnum {
|
|||
// Google account at https://landing.google.com/advancedprotection.
|
||||
ADVANCED_PROTECTION_NOT_ENROLLED = 24;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing authorization errors.
|
||||
|
||||
// Container for enum describing possible authorization errors.
|
||||
|
|
@ -60,6 +61,4 @@ message AuthorizationErrorEnum {
|
|||
// Signup not complete.
|
||||
INCOMPLETE_SIGNUP = 8;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing bidding errors.
|
||||
|
||||
// Container for enum describing possible bidding errors.
|
||||
|
|
@ -67,7 +68,8 @@ message BiddingErrorEnum {
|
|||
|
||||
// Cannot target content network only as campaign uses Page One Promoted
|
||||
// bidding strategy.
|
||||
CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CAMPAIGN_LEVEL_POP_BIDDING_STRATEGY = 23;
|
||||
CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CAMPAIGN_LEVEL_POP_BIDDING_STRATEGY =
|
||||
23;
|
||||
|
||||
// Budget Optimizer and Target Spend bidding strategies are not supported
|
||||
// for campaigns with AdSchedule targeting.
|
||||
|
|
@ -105,6 +107,4 @@ message BiddingErrorEnum {
|
|||
// The field is not compatible with payment mode.
|
||||
NOT_COMPATIBLE_WITH_PAYMENT_MODE = 34;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing bidding strategy errors.
|
||||
|
||||
// Container for enum describing possible bidding strategy errors.
|
||||
|
|
@ -50,6 +51,4 @@ message BiddingStrategyErrorEnum {
|
|||
// The specified bidding strategy is not supported.
|
||||
BIDDING_STRATEGY_NOT_SUPPORTED = 5;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing billing setup errors.
|
||||
|
||||
// Container for enum describing possible billing setup errors.
|
||||
|
|
@ -94,6 +95,4 @@ message BillingSetupErrorEnum {
|
|||
// Payments account ineligible.
|
||||
PAYMENTS_ACCOUNT_INELIGIBLE = 16;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing campaign budget errors.
|
||||
|
||||
// Container for enum describing possible campaign budget errors.
|
||||
|
|
@ -87,6 +88,4 @@ message CampaignBudgetErrorEnum {
|
|||
// A money amount was not a multiple of a minimum unit.
|
||||
NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT = 16;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing campaign criterion errors.
|
||||
|
||||
// Container for enum describing possible campaign criterion errors.
|
||||
|
|
@ -74,6 +75,4 @@ message CampaignCriterionErrorEnum {
|
|||
// Negative criteria are immutable, so updates are not allowed.
|
||||
CANNOT_UPDATE_NEGATIVE_CRITERION = 12;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing campaign errors.
|
||||
|
||||
// Container for enum describing possible campaign errors.
|
||||
|
|
@ -157,6 +158,4 @@ message CampaignErrorEnum {
|
|||
// group.
|
||||
CANNOT_USE_SHARED_CAMPAIGN_BUDGET_WHILE_PART_OF_CAMPAIGN_GROUP = 40;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing campaign feed errors.
|
||||
|
||||
// Container for enum describing possible campaign feed errors.
|
||||
|
|
@ -56,6 +57,4 @@ message CampaignFeedErrorEnum {
|
|||
// Feed mapping for this placeholder type does not exist.
|
||||
MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE = 8;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing campaign shared set errors.
|
||||
|
||||
// Container for enum describing possible campaign shared set errors.
|
||||
|
|
@ -40,6 +41,4 @@ message CampaignSharedSetErrorEnum {
|
|||
// The shared set belongs to another customer and permission isn't granted.
|
||||
SHARED_SET_ACCESS_DENIED = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing change status errors.
|
||||
|
||||
// Container for enum describing possible change status errors.
|
||||
|
|
@ -40,6 +41,4 @@ message ChangeStatusErrorEnum {
|
|||
// The requested start date is too old.
|
||||
START_DATE_TOO_OLD = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing collection size errors.
|
||||
|
||||
// Container for enum describing possible collection size errors.
|
||||
|
|
@ -43,6 +44,4 @@ message CollectionSizeErrorEnum {
|
|||
// Too many.
|
||||
TOO_MANY = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing context errors.
|
||||
|
||||
// Container for enum describing possible context errors.
|
||||
|
|
@ -43,6 +44,4 @@ message ContextErrorEnum {
|
|||
// The operation is not allowed for removed resources.
|
||||
OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing conversion action errors.
|
||||
|
||||
// Container for enum describing possible conversion action errors.
|
||||
|
|
@ -68,6 +69,4 @@ message ConversionActionErrorEnum {
|
|||
// added.
|
||||
DATA_DRIVEN_MODEL_UNKNOWN = 9;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing criterion errors.
|
||||
|
||||
// Container for enum describing possible criterion errors.
|
||||
|
|
@ -353,6 +354,4 @@ message CriterionErrorEnum {
|
|||
// A webpage criterion cannot be added to a non-DSA ad group.
|
||||
WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP = 95;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing CustomerClientLink errors.
|
||||
|
||||
// Container for enum describing possible CustomeClientLink errors.
|
||||
|
|
@ -58,6 +59,4 @@ message CustomerClientLinkErrorEnum {
|
|||
// Parent manager account has the maximum number of linked accounts.
|
||||
CUSTOMER_HAS_TOO_MANY_ACCOUNTS_AT_MANAGER = 8;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ option objc_class_prefix = "GAA";
|
|||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
|
||||
// Container for enum describing possible customer errors.
|
||||
message CustomerErrorEnum {
|
||||
// Set of errors that are related to requests dealing with Customer.
|
||||
|
|
@ -46,6 +45,4 @@ message CustomerErrorEnum {
|
|||
// CustomerService cannot get a customer that has not been fully set up.
|
||||
ACCOUNT_NOT_SET_UP = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing customer feed errors.
|
||||
|
||||
// Container for enum describing possible customer feed errors.
|
||||
|
|
@ -59,6 +60,4 @@ message CustomerFeedErrorEnum {
|
|||
// Placeholder not allowed at the account level.
|
||||
PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED = 8;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing CustomerManagerLink errors.
|
||||
|
||||
// Container for enum describing possible CustomerManagerLink errors.
|
||||
|
|
@ -64,6 +65,4 @@ message CustomerManagerLinkErrorEnum {
|
|||
// duplicate children.
|
||||
DUPLICATE_CHILD_FOUND = 9;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing database errors.
|
||||
|
||||
// Container for enum describing possible database errors.
|
||||
|
|
@ -41,6 +42,4 @@ message DatabaseErrorEnum {
|
|||
// Please retry the request.
|
||||
CONCURRENT_MODIFICATION = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing date errors.
|
||||
|
||||
// Container for enum describing possible date errors.
|
||||
|
|
@ -64,6 +65,4 @@ message DateErrorEnum {
|
|||
// Both dates in range are null.
|
||||
DATE_RANGE_MINIMUM_AND_MAXIMUM_DATES_BOTH_NULL = 10;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing date range errors.
|
||||
|
||||
// Container for enum describing possible date range errors.
|
||||
|
|
@ -52,6 +53,4 @@ message DateRangeErrorEnum {
|
|||
// Trying to change start date on a campaign that has started.
|
||||
CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED = 6;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing distinct errors.
|
||||
|
||||
// Container for enum describing possible distinct errors.
|
||||
|
|
@ -43,6 +44,4 @@ message DistinctErrorEnum {
|
|||
// Duplicate type.
|
||||
DUPLICATE_TYPE = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing enum errors.
|
||||
|
||||
// Container for enum describing possible enum errors.
|
||||
|
|
@ -40,6 +41,4 @@ message EnumErrorEnum {
|
|||
// The enum value is not permitted.
|
||||
ENUM_VALUE_NOT_PERMITTED = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing the common error protos
|
||||
|
||||
// Describes how a GoogleAds API call failed. It's returned inside
|
||||
|
|
@ -190,7 +191,8 @@ message ErrorCode {
|
|||
AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
|
||||
|
||||
// Indicates failure to properly authenticate user.
|
||||
AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
|
||||
AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error =
|
||||
18;
|
||||
|
||||
// The reasons for the ad customizer error
|
||||
AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
|
||||
|
|
@ -208,7 +210,8 @@ message ErrorCode {
|
|||
BiddingErrorEnum.BiddingError bidding_error = 26;
|
||||
|
||||
// The reasons for the campaign criterion error
|
||||
CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
|
||||
CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error =
|
||||
29;
|
||||
|
||||
// The reasons for the collection size error
|
||||
CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
|
||||
|
|
@ -229,7 +232,8 @@ message ErrorCode {
|
|||
DistinctErrorEnum.DistinctError distinct_error = 35;
|
||||
|
||||
// The reasons for the feed attribute reference error
|
||||
FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
|
||||
FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError
|
||||
feed_attribute_reference_error = 36;
|
||||
|
||||
// The reasons for the function error
|
||||
FunctionErrorEnum.FunctionError function_error = 37;
|
||||
|
|
@ -253,7 +257,8 @@ message ErrorCode {
|
|||
MultiplierErrorEnum.MultiplierError multiplier_error = 44;
|
||||
|
||||
// The reasons for the new resource creation error
|
||||
NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
|
||||
NewResourceCreationErrorEnum.NewResourceCreationError
|
||||
new_resource_creation_error = 45;
|
||||
|
||||
// The reasons for the not empty error
|
||||
NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
|
||||
|
|
@ -283,16 +288,20 @@ message ErrorCode {
|
|||
StringLengthErrorEnum.StringLengthError string_length_error = 54;
|
||||
|
||||
// The reasons for the operation access denied error
|
||||
OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
|
||||
OperationAccessDeniedErrorEnum.OperationAccessDeniedError
|
||||
operation_access_denied_error = 55;
|
||||
|
||||
// The reasons for the resource access denied error
|
||||
ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
|
||||
ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError
|
||||
resource_access_denied_error = 56;
|
||||
|
||||
// The reasons for the resource count limit exceeded error
|
||||
ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
|
||||
ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError
|
||||
resource_count_limit_exceeded_error = 57;
|
||||
|
||||
// The reasons for the ad group bid modifier error
|
||||
AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
|
||||
AdGroupBidModifierErrorEnum.AdGroupBidModifierError
|
||||
ad_group_bid_modifier_error = 59;
|
||||
|
||||
// The reasons for the context error
|
||||
ContextErrorEnum.ContextError context_error = 60;
|
||||
|
|
@ -307,10 +316,12 @@ message ErrorCode {
|
|||
SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
|
||||
|
||||
// The reasons for the campaign shared set error
|
||||
CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
|
||||
CampaignSharedSetErrorEnum.CampaignSharedSetError
|
||||
campaign_shared_set_error = 64;
|
||||
|
||||
// The reasons for the conversion action error
|
||||
ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
|
||||
ConversionActionErrorEnum.ConversionActionError conversion_action_error =
|
||||
65;
|
||||
|
||||
// The reasons for the header error.
|
||||
HeaderErrorEnum.HeaderError header_error = 66;
|
||||
|
|
@ -328,22 +339,27 @@ message ErrorCode {
|
|||
KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
|
||||
|
||||
// The reason for keyword plan campaign error.
|
||||
KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
|
||||
KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError
|
||||
keyword_plan_campaign_error = 72;
|
||||
|
||||
// The reason for keyword plan negative keyword error.
|
||||
KeywordPlanNegativeKeywordErrorEnum.KeywordPlanNegativeKeywordError keyword_plan_negative_keyword_error = 73;
|
||||
KeywordPlanNegativeKeywordErrorEnum.KeywordPlanNegativeKeywordError
|
||||
keyword_plan_negative_keyword_error = 73;
|
||||
|
||||
// The reason for keyword plan ad group error.
|
||||
KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
|
||||
KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError
|
||||
keyword_plan_ad_group_error = 74;
|
||||
|
||||
// The reason for keyword plan keyword error.
|
||||
KeywordPlanKeywordErrorEnum.KeywordPlanKeywordError keyword_plan_keyword_error = 75;
|
||||
KeywordPlanKeywordErrorEnum.KeywordPlanKeywordError
|
||||
keyword_plan_keyword_error = 75;
|
||||
|
||||
// The reason for keyword idea error.
|
||||
KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
|
||||
|
||||
// The reasons for account budget proposal errors.
|
||||
AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
|
||||
AccountBudgetProposalErrorEnum.AccountBudgetProposalError
|
||||
account_budget_proposal_error = 77;
|
||||
|
||||
// The reasons for the user list error
|
||||
UserListErrorEnum.UserListError user_list_error = 78;
|
||||
|
|
@ -355,7 +371,8 @@ message ErrorCode {
|
|||
FeedErrorEnum.FeedError feed_error = 80;
|
||||
|
||||
// The reasons for the geo target constant suggestion error.
|
||||
GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
|
||||
GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError
|
||||
geo_target_constant_suggestion_error = 81;
|
||||
|
||||
// The reasons for the feed item error
|
||||
FeedItemErrorEnum.FeedItemError feed_item_error = 83;
|
||||
|
|
@ -364,10 +381,12 @@ message ErrorCode {
|
|||
BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
|
||||
|
||||
// The reasons for the customer client link error
|
||||
CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
|
||||
CustomerClientLinkErrorEnum.CustomerClientLinkError
|
||||
customer_client_link_error = 88;
|
||||
|
||||
// The reasons for the customer manager link error
|
||||
CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
|
||||
CustomerManagerLinkErrorEnum.CustomerManagerLinkError
|
||||
customer_manager_link_error = 91;
|
||||
|
||||
// The reasons for the feed mapping error
|
||||
FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
|
||||
|
|
@ -385,10 +404,12 @@ message ErrorCode {
|
|||
AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
|
||||
|
||||
// The reasons for the feed item validation error
|
||||
FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
|
||||
FeedItemValidationErrorEnum.FeedItemValidationError
|
||||
feed_item_validation_error = 102;
|
||||
|
||||
// The reasons for the extension setting error
|
||||
ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
|
||||
ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error =
|
||||
103;
|
||||
|
||||
// The reasons for the policy violation error
|
||||
PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
|
||||
|
|
@ -448,5 +469,6 @@ message PolicyFindingDetails {
|
|||
// The list of policy topics for the resource. Contains the PROHIBITED or
|
||||
// FULLY_LIMITED policy topic entries that prevented the resource from being
|
||||
// saved (among any other entries the resource may also have).
|
||||
repeated google.ads.googleads.v0.common.PolicyTopicEntry policy_topic_entries = 1;
|
||||
repeated google.ads.googleads.v0.common.PolicyTopicEntry
|
||||
policy_topic_entries = 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing extension setting validation errors.
|
||||
|
||||
// Container for enum describing validation errors of extension settings.
|
||||
|
|
@ -245,6 +246,4 @@ message ExtensionSettingErrorEnum {
|
|||
// adding/updating call extensions.
|
||||
CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED = 66;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing feed attribute reference errors.
|
||||
|
||||
// Container for enum describing possible feed attribute reference errors.
|
||||
|
|
@ -46,6 +47,4 @@ message FeedAttributeReferenceErrorEnum {
|
|||
// There is no feed attribute in an active feed with the given name.
|
||||
INVALID_FEED_ATTRIBUTE_NAME = 4;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing feed errors.
|
||||
|
||||
// Container for enum describing possible feed errors.
|
||||
|
|
@ -95,6 +96,4 @@ message FeedErrorEnum {
|
|||
// Invalid chain ID provided for affiliate location feed.
|
||||
INVALID_AFFILIATE_CHAIN_ID = 20;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing feed item errors.
|
||||
|
||||
// Container for enum describing possible feed item errors.
|
||||
|
|
@ -64,6 +65,4 @@ message FeedItemErrorEnum {
|
|||
// The feed attribute value is too large.
|
||||
SIZE_TOO_LARGE_FOR_MULTI_VALUE_ATTRIBUTE = 10;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing feed item validation errors.
|
||||
|
||||
// Container for enum describing possible validation errors of a feed item.
|
||||
|
|
@ -321,6 +322,4 @@ message FeedItemValidationErrorEnum {
|
|||
// field.
|
||||
AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY = 90;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing feed item errors.
|
||||
|
||||
// Container for enum describing possible feed item errors.
|
||||
|
|
@ -90,6 +91,4 @@ message FeedMappingErrorEnum {
|
|||
// with the given type.
|
||||
INVALID_PLACEHOLDER_TYPE_FOR_SYSTEM_GENERATED_FEED_TYPE = 18;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing field errors.
|
||||
|
||||
// Container for enum describing possible field errors.
|
||||
|
|
@ -55,6 +56,4 @@ message FieldErrorEnum {
|
|||
// The field cannot be cleared.
|
||||
FIELD_CANNOT_BE_CLEARED = 7;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing field mask errors.
|
||||
|
||||
// Container for enum describing possible field mask errors.
|
||||
|
|
@ -51,6 +52,4 @@ message FieldMaskErrorEnum {
|
|||
// all the subfields of the invalid field.
|
||||
FIELD_HAS_SUBFIELDS = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing function errors.
|
||||
|
||||
// Container for enum describing possible function errors.
|
||||
|
|
@ -86,6 +87,4 @@ message FunctionErrorEnum {
|
|||
// Invalid attribute name.
|
||||
INVALID_ATTRIBUTE_NAME = 17;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing function parsing errors.
|
||||
|
||||
// Container for enum describing possible function parsing errors.
|
||||
|
|
@ -70,6 +71,4 @@ message FunctionParsingErrorEnum {
|
|||
// Function had too many operands.
|
||||
TOO_MANY_OPERANDS = 12;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ option objc_class_prefix = "GAA";
|
|||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
|
||||
// Container for enum describing possible geo target constant suggestion errors.
|
||||
message GeoTargetConstantSuggestionErrorEnum {
|
||||
// Enum describing possible geo target constant suggestion errors.
|
||||
|
|
@ -51,6 +50,4 @@ message GeoTargetConstantSuggestionErrorEnum {
|
|||
// the request.
|
||||
REQUEST_PARAMETERS_UNSET = 5;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing header errors.
|
||||
|
||||
// Container for enum describing possible header errors.
|
||||
|
|
@ -40,6 +41,4 @@ message HeaderErrorEnum {
|
|||
// The login customer id could not be validated.
|
||||
INVALID_LOGIN_CUSTOMER_ID = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing id errors.
|
||||
|
||||
// Container for enum describing possible id errors.
|
||||
|
|
@ -40,6 +41,4 @@ message IdErrorEnum {
|
|||
// Id not found
|
||||
NOT_FOUND = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing image errors.
|
||||
|
||||
// Container for enum describing possible image errors.
|
||||
|
|
@ -149,6 +150,4 @@ message ImageErrorEnum {
|
|||
// There was a problem reading the image file.
|
||||
PROBLEM_READING_FILE = 38;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing internal errors.
|
||||
|
||||
// Container for enum describing possible internal errors.
|
||||
|
|
@ -48,6 +49,4 @@ message InternalErrorEnum {
|
|||
// should retry their request in these cases.
|
||||
TRANSIENT_ERROR = 4;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing errors from applying a keyword plan ad group.
|
||||
|
||||
// Container for enum describing possible errors from applying a keyword plan
|
||||
|
|
@ -46,6 +47,4 @@ message KeywordPlanAdGroupErrorEnum {
|
|||
// AdGroup name or other keyword plan AdGroup name in the request.
|
||||
DUPLICATE_NAME = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing errors from applying a keyword plan campaign.
|
||||
|
||||
// Container for enum describing possible errors from applying a keyword plan
|
||||
|
|
@ -55,6 +56,4 @@ message KeywordPlanCampaignErrorEnum {
|
|||
// The number of geo targets in the keyword plan campaign exceeds limits.
|
||||
MAX_GEOS_EXCEEDED = 6;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing errors from applying keyword plan resources (keyword
|
||||
// plan, keyword plan campaign, keyword plan ad group or keyword plan keyword)
|
||||
// or KeywordPlanService RPC.
|
||||
|
|
@ -84,6 +85,4 @@ message KeywordPlanErrorEnum {
|
|||
// The plan's name is invalid.
|
||||
INVALID_NAME = 16;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing errors from KeywordPlanIdeaService.
|
||||
|
||||
// Container for enum describing possible errors from KeywordPlanIdeaService.
|
||||
|
|
@ -43,6 +44,4 @@ message KeywordPlanIdeaErrorEnum {
|
|||
// The input has an invalid value.
|
||||
INVALID_VALUE = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing errors from applying a keyword plan keyword or keyword
|
||||
// plan negative keyword.
|
||||
|
||||
|
|
@ -58,6 +59,4 @@ message KeywordPlanKeywordErrorEnum {
|
|||
// Keyword or negative keyword has invalid text.
|
||||
INVALID_KEYWORD_TEXT = 7;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing errors from applying a keyword plan negative keyword.
|
||||
|
||||
// Container for enum describing possible errors from applying a keyword plan
|
||||
|
|
@ -39,6 +40,4 @@ message KeywordPlanNegativeKeywordErrorEnum {
|
|||
// The received error code is not known in this version.
|
||||
UNKNOWN = 1;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing list operation errors.
|
||||
|
||||
// Container for enum describing possible list operation errors.
|
||||
|
|
@ -43,6 +44,4 @@ message ListOperationErrorEnum {
|
|||
// Duplicate or identical value is sent in multiple list operations.
|
||||
DUPLICATE_VALUES = 8;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing media bundle errors.
|
||||
|
||||
// Container for enum describing possible media bundle errors.
|
||||
|
|
@ -103,6 +104,4 @@ message MediaBundleErrorEnum {
|
|||
// Custom exits not allowed in HTML5 entry.
|
||||
CUSTOM_EXIT_NOT_ALLOWED = 24;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing media file errors.
|
||||
|
||||
// Container for enum describing possible media file errors.
|
||||
|
|
@ -106,6 +107,4 @@ message MediaFileErrorEnum {
|
|||
// The YouTube video ID is syntactically valid but the video was not found.
|
||||
YOU_TUBE_VIDEO_NOT_FOUND = 24;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing multiplier errors.
|
||||
|
||||
// Container for enum describing possible multiplier errors.
|
||||
|
|
@ -74,6 +75,4 @@ message MultiplierErrorEnum {
|
|||
// Multiplier type (cpc vs. cpm) needs to match campaign's bidding strategy
|
||||
MULTIPLIER_AND_BIDDING_STRATEGY_TYPE_MISMATCH = 13;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing mutate errors.
|
||||
|
||||
// Container for enum describing possible mutate errors.
|
||||
|
|
@ -53,6 +54,4 @@ message MutateErrorEnum {
|
|||
// The resource isn't in Google Ads. It belongs to another ads system.
|
||||
RESOURCE_NOT_IN_GOOGLE_ADS = 10;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing new resource creation errors.
|
||||
|
||||
// Container for enum describing possible new resource creation errors.
|
||||
|
|
@ -47,6 +48,4 @@ message NewResourceCreationErrorEnum {
|
|||
// validation will be done for this child resource.
|
||||
TEMP_ID_RESOURCE_HAD_ERRORS = 4;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing not empty errors.
|
||||
|
||||
// Container for enum describing possible not empty errors.
|
||||
|
|
@ -40,6 +41,4 @@ message NotEmptyErrorEnum {
|
|||
// Empty list.
|
||||
EMPTY_LIST = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing null errors.
|
||||
|
||||
// Container for enum describing possible null errors.
|
||||
|
|
@ -40,6 +41,4 @@ message NullErrorEnum {
|
|||
// Specified list/container must not contain any null elements
|
||||
NULL_CONTENT = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing operation access denied errors.
|
||||
|
||||
// Container for enum describing possible operation access denied errors.
|
||||
|
|
@ -67,6 +68,4 @@ message OperationAccessDeniedErrorEnum {
|
|||
// The mutate is not allowed for this customer.
|
||||
MUTATE_NOT_PERMITTED_FOR_CUSTOMER = 11;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing operator errors.
|
||||
|
||||
// Container for enum describing possible operator errors.
|
||||
|
|
@ -40,6 +41,4 @@ message OperatorErrorEnum {
|
|||
// Operator not supported.
|
||||
OPERATOR_NOT_SUPPORTED = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing policy finding errors.
|
||||
|
||||
// Container for enum describing possible policy finding errors.
|
||||
|
|
@ -44,6 +45,4 @@ message PolicyFindingErrorEnum {
|
|||
// The given policy topic does not exist.
|
||||
POLICY_TOPIC_NOT_FOUND = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing policy violation errors.
|
||||
|
||||
// Container for enum describing possible policy violation errors.
|
||||
|
|
@ -40,6 +41,4 @@ message PolicyViolationErrorEnum {
|
|||
// A policy was violated. See PolicyViolationDetails for more detail.
|
||||
POLICY_ERROR = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing query errors.
|
||||
|
||||
// Container for enum describing possible query errors.
|
||||
|
|
@ -201,6 +202,4 @@ message QueryErrorEnum {
|
|||
// account.
|
||||
REQUESTED_METRICS_FOR_MANAGER = 59;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing quota errors.
|
||||
|
||||
// Container for enum describing possible quota errors.
|
||||
|
|
@ -46,6 +47,4 @@ message QuotaErrorEnum {
|
|||
// Too many requests in a short amount of time.
|
||||
RESOURCE_TEMPORARILY_EXHAUSTED = 4;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing range errors.
|
||||
|
||||
// Container for enum describing possible range errors.
|
||||
|
|
@ -43,6 +44,4 @@ message RangeErrorEnum {
|
|||
// Too high.
|
||||
TOO_HIGH = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing errors from applying a recommendation.
|
||||
|
||||
// Container for enum describing possible errors from applying a recommendation.
|
||||
|
|
@ -80,6 +81,4 @@ message RecommendationErrorEnum {
|
|||
// The recommendation requested to dismiss has already been dismissed.
|
||||
RECOMMENDATION_ALREADY_DISMISSED = 14;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing region code errors.
|
||||
|
||||
// Container for enum describing possible region code errors.
|
||||
|
|
@ -40,6 +41,4 @@ message RegionCodeErrorEnum {
|
|||
// Invalid region code.
|
||||
INVALID_REGION_CODE = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing request errors.
|
||||
|
||||
// Container for enum describing possible request errors.
|
||||
|
|
@ -91,6 +92,4 @@ message RequestErrorEnum {
|
|||
// page_token is set in the validate only request
|
||||
VALIDATE_ONLY_REQUEST_HAS_PAGE_TOKEN = 21;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing resource access denied errors.
|
||||
|
||||
// Container for enum describing possible resource access denied errors.
|
||||
|
|
@ -40,6 +41,4 @@ message ResourceAccessDeniedErrorEnum {
|
|||
// User did not have write access.
|
||||
WRITE_ACCESS_DENIED = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing resource count limit exceeded errors.
|
||||
|
||||
// Container for enum describing possible resource count limit exceeded errors.
|
||||
|
|
@ -82,6 +83,4 @@ message ResourceCountLimitExceededErrorEnum {
|
|||
// that can be returned.
|
||||
RESPONSE_ROW_LIMIT_EXCEEDED = 9;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing setting errors.
|
||||
|
||||
// Container for enum describing possible setting errors.
|
||||
|
|
@ -52,12 +53,14 @@ message SettingErrorEnum {
|
|||
// set any of the Demographic CriterionTypeGroups (AGE_RANGE, GENDER,
|
||||
// PARENT, INCOME_RANGE) to false (it's okay to not set them at all, in
|
||||
// which case the system will set them to true automatically).
|
||||
TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL = 6;
|
||||
TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL =
|
||||
6;
|
||||
|
||||
// TargetingSetting cannot change any of
|
||||
// the Demographic CriterionTypeGroups (AGE_RANGE, GENDER, PARENT,
|
||||
// INCOME_RANGE) from true to false.
|
||||
TARGETING_SETTING_CANNOT_CHANGE_TARGET_ALL_TO_FALSE_FOR_DEMOGRAPHIC_CRITERION_TYPE_GROUP = 7;
|
||||
TARGETING_SETTING_CANNOT_CHANGE_TARGET_ALL_TO_FALSE_FOR_DEMOGRAPHIC_CRITERION_TYPE_GROUP =
|
||||
7;
|
||||
|
||||
// At least one feed id should be present.
|
||||
DYNAMIC_SEARCH_ADS_SETTING_AT_LEAST_ONE_FEED_ID_MUST_BE_PRESENT = 8;
|
||||
|
|
@ -98,6 +101,4 @@ message SettingErrorEnum {
|
|||
// Too many exclamation marks in universal app campaign ad text ideas.
|
||||
TOO_MANY_EXCLAMATION_MARKS = 19;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing shared criterion errors.
|
||||
|
||||
// Container for enum describing possible shared criterion errors.
|
||||
|
|
@ -40,6 +41,4 @@ message SharedCriterionErrorEnum {
|
|||
// The criterion is not appropriate for the shared set type.
|
||||
CRITERION_TYPE_NOT_ALLOWED_FOR_SHARED_SET_TYPE = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing shared set errors.
|
||||
|
||||
// Container for enum describing possible shared set errors.
|
||||
|
|
@ -49,6 +50,4 @@ message SharedSetErrorEnum {
|
|||
// The shared set cannot be removed because it is in use.
|
||||
SHARED_SET_IN_USE = 5;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing string format errors.
|
||||
|
||||
// Container for enum describing possible string format errors.
|
||||
|
|
@ -43,6 +44,4 @@ message StringFormatErrorEnum {
|
|||
// The input string value is invalid for the associated field.
|
||||
INVALID_FORMAT = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing string length errors.
|
||||
|
||||
// Container for enum describing possible string length errors.
|
||||
|
|
@ -43,6 +44,4 @@ message StringLengthErrorEnum {
|
|||
// Too long.
|
||||
TOO_LONG = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing url field errors.
|
||||
|
||||
// Container for enum describing possible url field errors.
|
||||
|
|
@ -205,6 +206,4 @@ message UrlFieldErrorEnum {
|
|||
// No host found in URL.
|
||||
MISSING_HOST = 56;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ option java_package = "com.google.ads.googleads.v0.errors";
|
|||
option objc_class_prefix = "GAA";
|
||||
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Errors";
|
||||
option ruby_package = "Google::Ads::GoogleAds::V0::Errors";
|
||||
|
||||
// Proto file describing user list errors.
|
||||
|
||||
// Container for enum describing possible user list errors.
|
||||
|
|
@ -122,6 +123,4 @@ message UserListErrorEnum {
|
|||
// types of lists in its rules.
|
||||
CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS = 36;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue