google-ads-googleads 9.0.0 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +7 -2
- data/lib/google/ads/google_ads/factories/v4/enums.rb +1152 -1152
- data/lib/google/ads/google_ads/factories/v4/operations.rb +1217 -1217
- data/lib/google/ads/google_ads/factories/v4/resources.rb +2445 -2445
- data/lib/google/ads/google_ads/factories/v4/services.rb +578 -578
- data/lib/google/ads/google_ads/factories/v5/enums.rb +1315 -1315
- data/lib/google/ads/google_ads/factories/v5/operations.rb +1237 -1237
- data/lib/google/ads/google_ads/factories/v5/resources.rb +2546 -2546
- data/lib/google/ads/google_ads/factories/v5/services.rb +592 -592
- data/lib/google/ads/google_ads/factories/v6/enums.rb +1341 -1341
- data/lib/google/ads/google_ads/factories/v6/operations.rb +1474 -1474
- data/lib/google/ads/google_ads/factories/v6/resources.rb +2476 -2476
- data/lib/google/ads/google_ads/factories/v6/services.rb +620 -620
- data/lib/google/ads/google_ads/service_wrapper.rb +2 -10
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +3 -3
@@ -4,92 +4,36 @@ module Google
|
|
4
4
|
module Factories
|
5
5
|
module V6
|
6
6
|
module Enums
|
7
|
-
# Returns the descriptor for the
|
8
|
-
#
|
9
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
10
|
-
def self.ad_type
|
11
|
-
require "google/ads/google_ads/v6/enums/ad_type_pb"
|
12
|
-
Google::Ads::GoogleAds::V6::Enums::AdTypeEnum::AdType.descriptor
|
13
|
-
end
|
14
|
-
|
15
|
-
# Returns the descriptor for the AdvertisingChannelSubType enum
|
16
|
-
#
|
17
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
|
18
|
-
def self.advertising_channel_sub_type
|
19
|
-
require "google/ads/google_ads/v6/enums/advertising_channel_sub_type_pb"
|
20
|
-
Google::Ads::GoogleAds::V6::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
|
21
|
-
end
|
22
|
-
|
23
|
-
# Returns the descriptor for the AdvertisingChannelType enum
|
24
|
-
#
|
25
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
26
|
-
def self.advertising_channel_type
|
27
|
-
require "google/ads/google_ads/v6/enums/advertising_channel_type_pb"
|
28
|
-
Google::Ads::GoogleAds::V6::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
29
|
-
end
|
30
|
-
|
31
|
-
# Returns the descriptor for the ChangeStatusOperation enum
|
32
|
-
#
|
33
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
34
|
-
def self.change_status_operation
|
35
|
-
require "google/ads/google_ads/v6/enums/change_status_operation_pb"
|
36
|
-
Google::Ads::GoogleAds::V6::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
37
|
-
end
|
38
|
-
|
39
|
-
# Returns the descriptor for the ChangeStatusResourceType enum
|
40
|
-
#
|
41
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
42
|
-
def self.change_status_resource_type
|
43
|
-
require "google/ads/google_ads/v6/enums/change_status_resource_type_pb"
|
44
|
-
Google::Ads::GoogleAds::V6::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
45
|
-
end
|
46
|
-
|
47
|
-
# Returns the descriptor for the CriterionType enum
|
48
|
-
#
|
49
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
50
|
-
def self.criterion_type
|
51
|
-
require "google/ads/google_ads/v6/enums/criterion_type_pb"
|
52
|
-
Google::Ads::GoogleAds::V6::Enums::CriterionTypeEnum::CriterionType.descriptor
|
53
|
-
end
|
54
|
-
|
55
|
-
# Returns the descriptor for the FeedOrigin enum
|
56
|
-
#
|
57
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
58
|
-
def self.feed_origin
|
59
|
-
require "google/ads/google_ads/v6/enums/feed_origin_pb"
|
60
|
-
Google::Ads::GoogleAds::V6::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
61
|
-
end
|
62
|
-
|
63
|
-
# Returns the descriptor for the SearchTermTargetingStatus enum
|
7
|
+
# Returns the descriptor for the MatchingFunctionContextType enum
|
64
8
|
#
|
65
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
66
|
-
def self.
|
67
|
-
require "google/ads/google_ads/v6/enums/
|
68
|
-
Google::Ads::GoogleAds::V6::Enums::
|
9
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
|
10
|
+
def self.matching_function_context_type
|
11
|
+
require "google/ads/google_ads/v6/enums/matching_function_context_type_pb"
|
12
|
+
Google::Ads::GoogleAds::V6::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
69
13
|
end
|
70
14
|
|
71
|
-
# Returns the descriptor for the
|
15
|
+
# Returns the descriptor for the MatchingFunctionOperator enum
|
72
16
|
#
|
73
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
74
|
-
def self.
|
75
|
-
require "google/ads/google_ads/v6/enums/
|
76
|
-
Google::Ads::GoogleAds::V6::Enums::
|
17
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
|
18
|
+
def self.matching_function_operator
|
19
|
+
require "google/ads/google_ads/v6/enums/matching_function_operator_pb"
|
20
|
+
Google::Ads::GoogleAds::V6::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
77
21
|
end
|
78
22
|
|
79
|
-
# Returns the descriptor for the
|
23
|
+
# Returns the descriptor for the FeedLinkStatus enum
|
80
24
|
#
|
81
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
82
|
-
def self.
|
83
|
-
require "google/ads/google_ads/v6/enums/
|
84
|
-
Google::Ads::GoogleAds::V6::Enums::
|
25
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
|
26
|
+
def self.feed_link_status
|
27
|
+
require "google/ads/google_ads/v6/enums/feed_link_status_pb"
|
28
|
+
Google::Ads::GoogleAds::V6::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
85
29
|
end
|
86
30
|
|
87
|
-
# Returns the descriptor for the
|
31
|
+
# Returns the descriptor for the PlaceholderType enum
|
88
32
|
#
|
89
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
90
|
-
def self.
|
91
|
-
require "google/ads/google_ads/v6/enums/
|
92
|
-
Google::Ads::GoogleAds::V6::Enums::
|
33
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
34
|
+
def self.placeholder_type
|
35
|
+
require "google/ads/google_ads/v6/enums/placeholder_type_pb"
|
36
|
+
Google::Ads::GoogleAds::V6::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
93
37
|
end
|
94
38
|
|
95
39
|
# Returns the descriptor for the AccountBudgetProposalStatus enum
|
@@ -124,6 +68,38 @@ module Google
|
|
124
68
|
Google::Ads::GoogleAds::V6::Enums::TimeTypeEnum::TimeType.descriptor
|
125
69
|
end
|
126
70
|
|
71
|
+
# Returns the descriptor for the ExtensionSettingDevice enum
|
72
|
+
#
|
73
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
74
|
+
def self.extension_setting_device
|
75
|
+
require "google/ads/google_ads/v6/enums/extension_setting_device_pb"
|
76
|
+
Google::Ads::GoogleAds::V6::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
77
|
+
end
|
78
|
+
|
79
|
+
# Returns the descriptor for the ExtensionType enum
|
80
|
+
#
|
81
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
82
|
+
def self.extension_type
|
83
|
+
require "google/ads/google_ads/v6/enums/extension_type_pb"
|
84
|
+
Google::Ads::GoogleAds::V6::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
85
|
+
end
|
86
|
+
|
87
|
+
# Returns the descriptor for the ManagerLinkStatus enum
|
88
|
+
#
|
89
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
90
|
+
def self.manager_link_status
|
91
|
+
require "google/ads/google_ads/v6/enums/manager_link_status_pb"
|
92
|
+
Google::Ads::GoogleAds::V6::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
93
|
+
end
|
94
|
+
|
95
|
+
# Returns the descriptor for the KeywordMatchType enum
|
96
|
+
#
|
97
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
98
|
+
def self.keyword_match_type
|
99
|
+
require "google/ads/google_ads/v6/enums/keyword_match_type_pb"
|
100
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
101
|
+
end
|
102
|
+
|
127
103
|
# Returns the descriptor for the AgeRangeType enum
|
128
104
|
#
|
129
105
|
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
@@ -196,14 +172,6 @@ module Google
|
|
196
172
|
Google::Ads::GoogleAds::V6::Enums::InteractionTypeEnum::InteractionType.descriptor
|
197
173
|
end
|
198
174
|
|
199
|
-
# Returns the descriptor for the KeywordMatchType enum
|
200
|
-
#
|
201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
202
|
-
def self.keyword_match_type
|
203
|
-
require "google/ads/google_ads/v6/enums/keyword_match_type_pb"
|
204
|
-
Google::Ads::GoogleAds::V6::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
205
|
-
end
|
206
|
-
|
207
175
|
# Returns the descriptor for the ListingGroupType enum
|
208
176
|
#
|
209
177
|
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
@@ -316,644 +284,500 @@ module Google
|
|
316
284
|
Google::Ads::GoogleAds::V6::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
317
285
|
end
|
318
286
|
|
319
|
-
# Returns the descriptor for the
|
287
|
+
# Returns the descriptor for the FeedItemTargetDevice enum
|
320
288
|
#
|
321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
322
|
-
def self.
|
323
|
-
require "google/ads/google_ads/v6/enums/
|
324
|
-
Google::Ads::GoogleAds::V6::Enums::
|
289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
|
290
|
+
def self.feed_item_target_device
|
291
|
+
require "google/ads/google_ads/v6/enums/feed_item_target_device_pb"
|
292
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
325
293
|
end
|
326
294
|
|
327
|
-
# Returns the descriptor for the
|
295
|
+
# Returns the descriptor for the FeedItemTargetStatus enum
|
328
296
|
#
|
329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
330
|
-
def self.
|
331
|
-
require "google/ads/google_ads/v6/enums/
|
332
|
-
Google::Ads::GoogleAds::V6::Enums::
|
297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetStatus enum
|
298
|
+
def self.feed_item_target_status
|
299
|
+
require "google/ads/google_ads/v6/enums/feed_item_target_status_pb"
|
300
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemTargetStatusEnum::FeedItemTargetStatus.descriptor
|
333
301
|
end
|
334
302
|
|
335
|
-
# Returns the descriptor for the
|
303
|
+
# Returns the descriptor for the FeedItemTargetType enum
|
336
304
|
#
|
337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
338
|
-
def self.
|
339
|
-
require "google/ads/google_ads/v6/enums/
|
340
|
-
Google::Ads::GoogleAds::V6::Enums::
|
305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
306
|
+
def self.feed_item_target_type
|
307
|
+
require "google/ads/google_ads/v6/enums/feed_item_target_type_pb"
|
308
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
341
309
|
end
|
342
310
|
|
343
|
-
# Returns the descriptor for the
|
311
|
+
# Returns the descriptor for the PolicyTopicEntryType enum
|
344
312
|
#
|
345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
346
|
-
def self.
|
347
|
-
require "google/ads/google_ads/v6/enums/
|
348
|
-
Google::Ads::GoogleAds::V6::Enums::
|
313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
|
314
|
+
def self.policy_topic_entry_type
|
315
|
+
require "google/ads/google_ads/v6/enums/policy_topic_entry_type_pb"
|
316
|
+
Google::Ads::GoogleAds::V6::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
|
349
317
|
end
|
350
318
|
|
351
|
-
# Returns the descriptor for the
|
319
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
352
320
|
#
|
353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
354
|
-
def self.
|
355
|
-
require "google/ads/google_ads/v6/enums/
|
356
|
-
Google::Ads::GoogleAds::V6::Enums::
|
321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
322
|
+
def self.policy_topic_evidence_destination_mismatch_url_type
|
323
|
+
require "google/ads/google_ads/v6/enums/policy_topic_evidence_destination_mismatch_url_type_pb"
|
324
|
+
Google::Ads::GoogleAds::V6::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
|
357
325
|
end
|
358
326
|
|
359
|
-
# Returns the descriptor for the
|
327
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
360
328
|
#
|
361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
362
|
-
def self.
|
363
|
-
require "google/ads/google_ads/v6/enums/
|
364
|
-
Google::Ads::GoogleAds::V6::Enums::
|
329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
330
|
+
def self.policy_topic_evidence_destination_not_working_device
|
331
|
+
require "google/ads/google_ads/v6/enums/policy_topic_evidence_destination_not_working_device_pb"
|
332
|
+
Google::Ads::GoogleAds::V6::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
|
365
333
|
end
|
366
334
|
|
367
|
-
# Returns the descriptor for the
|
335
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
|
368
336
|
#
|
369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
370
|
-
def self.
|
371
|
-
require "google/ads/google_ads/v6/enums/
|
372
|
-
Google::Ads::GoogleAds::V6::Enums::
|
337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
|
338
|
+
def self.policy_topic_evidence_destination_not_working_dns_error_type
|
339
|
+
require "google/ads/google_ads/v6/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb"
|
340
|
+
Google::Ads::GoogleAds::V6::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
|
373
341
|
end
|
374
342
|
|
375
|
-
# Returns the descriptor for the
|
343
|
+
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
376
344
|
#
|
377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
378
|
-
def self.
|
379
|
-
require "google/ads/google_ads/v6/enums/
|
380
|
-
Google::Ads::GoogleAds::V6::Enums::
|
345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
346
|
+
def self.feed_item_quality_approval_status
|
347
|
+
require "google/ads/google_ads/v6/enums/feed_item_quality_approval_status_pb"
|
348
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
381
349
|
end
|
382
350
|
|
383
|
-
# Returns the descriptor for the
|
351
|
+
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
384
352
|
#
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
386
|
-
def self.
|
387
|
-
require "google/ads/google_ads/v6/enums/
|
388
|
-
Google::Ads::GoogleAds::V6::Enums::
|
353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
354
|
+
def self.feed_item_quality_disapproval_reason
|
355
|
+
require "google/ads/google_ads/v6/enums/feed_item_quality_disapproval_reason_pb"
|
356
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
389
357
|
end
|
390
358
|
|
391
|
-
# Returns the descriptor for the
|
359
|
+
# Returns the descriptor for the FeedItemStatus enum
|
392
360
|
#
|
393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
394
|
-
def self.
|
395
|
-
require "google/ads/google_ads/v6/enums/
|
396
|
-
Google::Ads::GoogleAds::V6::Enums::
|
361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
362
|
+
def self.feed_item_status
|
363
|
+
require "google/ads/google_ads/v6/enums/feed_item_status_pb"
|
364
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
397
365
|
end
|
398
366
|
|
399
|
-
# Returns the descriptor for the
|
367
|
+
# Returns the descriptor for the FeedItemValidationStatus enum
|
400
368
|
#
|
401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
402
|
-
def self.
|
403
|
-
require "google/ads/google_ads/v6/enums/
|
404
|
-
Google::Ads::GoogleAds::V6::Enums::
|
369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
370
|
+
def self.feed_item_validation_status
|
371
|
+
require "google/ads/google_ads/v6/enums/feed_item_validation_status_pb"
|
372
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
405
373
|
end
|
406
374
|
|
407
|
-
# Returns the descriptor for the
|
375
|
+
# Returns the descriptor for the GeoTargetingRestriction enum
|
408
376
|
#
|
409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
410
|
-
def self.
|
411
|
-
require "google/ads/google_ads/v6/enums/
|
412
|
-
Google::Ads::GoogleAds::V6::Enums::
|
377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
378
|
+
def self.geo_targeting_restriction
|
379
|
+
require "google/ads/google_ads/v6/enums/geo_targeting_restriction_pb"
|
380
|
+
Google::Ads::GoogleAds::V6::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
413
381
|
end
|
414
382
|
|
415
|
-
# Returns the descriptor for the
|
383
|
+
# Returns the descriptor for the PolicyApprovalStatus enum
|
416
384
|
#
|
417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
418
|
-
def self.
|
419
|
-
require "google/ads/google_ads/v6/enums/
|
420
|
-
Google::Ads::GoogleAds::V6::Enums::
|
385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
|
386
|
+
def self.policy_approval_status
|
387
|
+
require "google/ads/google_ads/v6/enums/policy_approval_status_pb"
|
388
|
+
Google::Ads::GoogleAds::V6::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
|
421
389
|
end
|
422
390
|
|
423
|
-
# Returns the descriptor for the
|
391
|
+
# Returns the descriptor for the PolicyReviewStatus enum
|
424
392
|
#
|
425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
426
|
-
def self.
|
427
|
-
require "google/ads/google_ads/v6/enums/
|
428
|
-
Google::Ads::GoogleAds::V6::Enums::
|
393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
|
394
|
+
def self.policy_review_status
|
395
|
+
require "google/ads/google_ads/v6/enums/policy_review_status_pb"
|
396
|
+
Google::Ads::GoogleAds::V6::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
429
397
|
end
|
430
398
|
|
431
|
-
# Returns the descriptor for the
|
399
|
+
# Returns the descriptor for the FeedItemValidationError enum
|
432
400
|
#
|
433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
434
|
-
def self.
|
435
|
-
require "google/ads/google_ads/v6/
|
436
|
-
Google::Ads::GoogleAds::V6::
|
401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
402
|
+
def self.feed_item_validation_error
|
403
|
+
require "google/ads/google_ads/v6/errors/feed_item_validation_error_pb"
|
404
|
+
Google::Ads::GoogleAds::V6::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
437
405
|
end
|
438
406
|
|
439
|
-
# Returns the descriptor for the
|
407
|
+
# Returns the descriptor for the MerchantCenterLinkStatus enum
|
440
408
|
#
|
441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
442
|
-
def self.
|
443
|
-
require "google/ads/google_ads/v6/enums/
|
444
|
-
Google::Ads::GoogleAds::V6::Enums::
|
409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
|
410
|
+
def self.merchant_center_link_status
|
411
|
+
require "google/ads/google_ads/v6/enums/merchant_center_link_status_pb"
|
412
|
+
Google::Ads::GoogleAds::V6::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
445
413
|
end
|
446
414
|
|
447
|
-
# Returns the descriptor for the
|
415
|
+
# Returns the descriptor for the BidModifierSource enum
|
448
416
|
#
|
449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
450
|
-
def self.
|
451
|
-
require "google/ads/google_ads/v6/enums/
|
452
|
-
Google::Ads::GoogleAds::V6::Enums::
|
417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
418
|
+
def self.bid_modifier_source
|
419
|
+
require "google/ads/google_ads/v6/enums/bid_modifier_source_pb"
|
420
|
+
Google::Ads::GoogleAds::V6::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
453
421
|
end
|
454
422
|
|
455
|
-
# Returns the descriptor for the
|
423
|
+
# Returns the descriptor for the BatchJobStatus enum
|
456
424
|
#
|
457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
458
|
-
def self.
|
459
|
-
require "google/ads/google_ads/v6/enums/
|
460
|
-
Google::Ads::GoogleAds::V6::Enums::
|
425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
|
426
|
+
def self.batch_job_status
|
427
|
+
require "google/ads/google_ads/v6/enums/batch_job_status_pb"
|
428
|
+
Google::Ads::GoogleAds::V6::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
|
461
429
|
end
|
462
430
|
|
463
|
-
# Returns the descriptor for the
|
431
|
+
# Returns the descriptor for the FeedItemSetStringFilterType enum
|
464
432
|
#
|
465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
466
|
-
def self.
|
467
|
-
require "google/ads/google_ads/v6/enums/
|
468
|
-
Google::Ads::GoogleAds::V6::Enums::
|
433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
|
434
|
+
def self.feed_item_set_string_filter_type
|
435
|
+
require "google/ads/google_ads/v6/enums/feed_item_set_string_filter_type_pb"
|
436
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
|
469
437
|
end
|
470
438
|
|
471
|
-
# Returns the descriptor for the
|
439
|
+
# Returns the descriptor for the FeedItemSetStatus enum
|
472
440
|
#
|
473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
474
|
-
def self.
|
475
|
-
require "google/ads/google_ads/v6/enums/
|
476
|
-
Google::Ads::GoogleAds::V6::Enums::
|
441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
|
442
|
+
def self.feed_item_set_status
|
443
|
+
require "google/ads/google_ads/v6/enums/feed_item_set_status_pb"
|
444
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
|
477
445
|
end
|
478
446
|
|
479
|
-
# Returns the descriptor for the
|
447
|
+
# Returns the descriptor for the LeadFormCallToActionType enum
|
480
448
|
#
|
481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
482
|
-
def self.
|
483
|
-
require "google/ads/google_ads/v6/enums/
|
484
|
-
Google::Ads::GoogleAds::V6::Enums::
|
449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormCallToActionType enum
|
450
|
+
def self.lead_form_call_to_action_type
|
451
|
+
require "google/ads/google_ads/v6/enums/lead_form_call_to_action_type_pb"
|
452
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormCallToActionTypeEnum::LeadFormCallToActionType.descriptor
|
485
453
|
end
|
486
454
|
|
487
|
-
# Returns the descriptor for the
|
455
|
+
# Returns the descriptor for the LeadFormDesiredIntent enum
|
488
456
|
#
|
489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
490
|
-
def self.
|
491
|
-
require "google/ads/google_ads/v6/enums/
|
492
|
-
Google::Ads::GoogleAds::V6::Enums::
|
457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormDesiredIntent enum
|
458
|
+
def self.lead_form_desired_intent
|
459
|
+
require "google/ads/google_ads/v6/enums/lead_form_desired_intent_pb"
|
460
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormDesiredIntentEnum::LeadFormDesiredIntent.descriptor
|
493
461
|
end
|
494
462
|
|
495
|
-
# Returns the descriptor for the
|
463
|
+
# Returns the descriptor for the LeadFormFieldUserInputType enum
|
496
464
|
#
|
497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
498
|
-
def self.
|
499
|
-
require "google/ads/google_ads/v6/enums/
|
500
|
-
Google::Ads::GoogleAds::V6::Enums::
|
465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormFieldUserInputType enum
|
466
|
+
def self.lead_form_field_user_input_type
|
467
|
+
require "google/ads/google_ads/v6/enums/lead_form_field_user_input_type_pb"
|
468
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormFieldUserInputTypeEnum::LeadFormFieldUserInputType.descriptor
|
501
469
|
end
|
502
470
|
|
503
|
-
# Returns the descriptor for the
|
471
|
+
# Returns the descriptor for the LeadFormPostSubmitCallToActionType enum
|
504
472
|
#
|
505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
506
|
-
def self.
|
507
|
-
require "google/ads/google_ads/v6/enums/
|
508
|
-
Google::Ads::GoogleAds::V6::Enums::
|
473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormPostSubmitCallToActionType enum
|
474
|
+
def self.lead_form_post_submit_call_to_action_type
|
475
|
+
require "google/ads/google_ads/v6/enums/lead_form_post_submit_call_to_action_type_pb"
|
476
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormPostSubmitCallToActionTypeEnum::LeadFormPostSubmitCallToActionType.descriptor
|
509
477
|
end
|
510
478
|
|
511
|
-
# Returns the descriptor for the
|
479
|
+
# Returns the descriptor for the MimeType enum
|
512
480
|
#
|
513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
514
|
-
def self.
|
515
|
-
require "google/ads/google_ads/v6/enums/
|
516
|
-
Google::Ads::GoogleAds::V6::Enums::
|
481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
482
|
+
def self.mime_type
|
483
|
+
require "google/ads/google_ads/v6/enums/mime_type_pb"
|
484
|
+
Google::Ads::GoogleAds::V6::Enums::MimeTypeEnum::MimeType.descriptor
|
517
485
|
end
|
518
486
|
|
519
|
-
# Returns the descriptor for the
|
487
|
+
# Returns the descriptor for the AssetType enum
|
520
488
|
#
|
521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
522
|
-
def self.
|
523
|
-
require "google/ads/google_ads/v6/enums/
|
524
|
-
Google::Ads::GoogleAds::V6::Enums::
|
489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
490
|
+
def self.asset_type
|
491
|
+
require "google/ads/google_ads/v6/enums/asset_type_pb"
|
492
|
+
Google::Ads::GoogleAds::V6::Enums::AssetTypeEnum::AssetType.descriptor
|
525
493
|
end
|
526
494
|
|
527
|
-
# Returns the descriptor for the
|
495
|
+
# Returns the descriptor for the CriterionType enum
|
528
496
|
#
|
529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
530
|
-
def self.
|
531
|
-
require "google/ads/google_ads/v6/enums/
|
532
|
-
Google::Ads::GoogleAds::V6::Enums::
|
497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
498
|
+
def self.criterion_type
|
499
|
+
require "google/ads/google_ads/v6/enums/criterion_type_pb"
|
500
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionTypeEnum::CriterionType.descriptor
|
533
501
|
end
|
534
502
|
|
535
|
-
# Returns the descriptor for the
|
503
|
+
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
536
504
|
#
|
537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
538
|
-
def self.
|
539
|
-
require "google/ads/google_ads/v6/enums/
|
540
|
-
Google::Ads::GoogleAds::V6::Enums::
|
505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
|
506
|
+
def self.affiliate_location_feed_relationship_type
|
507
|
+
require "google/ads/google_ads/v6/enums/affiliate_location_feed_relationship_type_pb"
|
508
|
+
Google::Ads::GoogleAds::V6::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
|
541
509
|
end
|
542
510
|
|
543
|
-
# Returns the descriptor for the
|
511
|
+
# Returns the descriptor for the FeedAttributeType enum
|
544
512
|
#
|
545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
546
|
-
def self.
|
547
|
-
require "google/ads/google_ads/v6/enums/
|
548
|
-
Google::Ads::GoogleAds::V6::Enums::
|
513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
|
514
|
+
def self.feed_attribute_type
|
515
|
+
require "google/ads/google_ads/v6/enums/feed_attribute_type_pb"
|
516
|
+
Google::Ads::GoogleAds::V6::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
|
549
517
|
end
|
550
518
|
|
551
|
-
# Returns the descriptor for the
|
519
|
+
# Returns the descriptor for the FeedOrigin enum
|
552
520
|
#
|
553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
554
|
-
def self.
|
555
|
-
require "google/ads/google_ads/v6/enums/
|
556
|
-
Google::Ads::GoogleAds::V6::Enums::
|
521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
522
|
+
def self.feed_origin
|
523
|
+
require "google/ads/google_ads/v6/enums/feed_origin_pb"
|
524
|
+
Google::Ads::GoogleAds::V6::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
557
525
|
end
|
558
526
|
|
559
|
-
# Returns the descriptor for the
|
527
|
+
# Returns the descriptor for the FeedStatus enum
|
560
528
|
#
|
561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
562
|
-
def self.
|
563
|
-
require "google/ads/google_ads/v6/enums/
|
564
|
-
Google::Ads::GoogleAds::V6::Enums::
|
529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
|
530
|
+
def self.feed_status
|
531
|
+
require "google/ads/google_ads/v6/enums/feed_status_pb"
|
532
|
+
Google::Ads::GoogleAds::V6::Enums::FeedStatusEnum::FeedStatus.descriptor
|
565
533
|
end
|
566
534
|
|
567
|
-
# Returns the descriptor for the
|
535
|
+
# Returns the descriptor for the Operator enum
|
568
536
|
#
|
569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
570
|
-
def self.
|
571
|
-
require "google/ads/google_ads/v6/
|
572
|
-
Google::Ads::GoogleAds::V6::
|
537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
538
|
+
def self.operator
|
539
|
+
require "google/ads/google_ads/v6/resources/feed_pb"
|
540
|
+
Google::Ads::GoogleAds::V6::Resources::FeedAttributeOperation::Operator.descriptor
|
573
541
|
end
|
574
542
|
|
575
|
-
# Returns the descriptor for the
|
543
|
+
# Returns the descriptor for the AccessInvitationStatus enum
|
576
544
|
#
|
577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
578
|
-
def self.
|
579
|
-
require "google/ads/google_ads/v6/enums/
|
580
|
-
Google::Ads::GoogleAds::V6::Enums::
|
545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationStatus enum
|
546
|
+
def self.access_invitation_status
|
547
|
+
require "google/ads/google_ads/v6/enums/access_invitation_status_pb"
|
548
|
+
Google::Ads::GoogleAds::V6::Enums::AccessInvitationStatusEnum::AccessInvitationStatus.descriptor
|
581
549
|
end
|
582
550
|
|
583
|
-
# Returns the descriptor for the
|
551
|
+
# Returns the descriptor for the AccessRole enum
|
584
552
|
#
|
585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
586
|
-
def self.
|
587
|
-
require "google/ads/google_ads/v6/enums/
|
588
|
-
Google::Ads::GoogleAds::V6::Enums::
|
553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
|
554
|
+
def self.access_role
|
555
|
+
require "google/ads/google_ads/v6/enums/access_role_pb"
|
556
|
+
Google::Ads::GoogleAds::V6::Enums::AccessRoleEnum::AccessRole.descriptor
|
589
557
|
end
|
590
558
|
|
591
|
-
# Returns the descriptor for the
|
559
|
+
# Returns the descriptor for the AccountBudgetStatus enum
|
592
560
|
#
|
593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
594
|
-
def self.
|
595
|
-
require "google/ads/google_ads/v6/enums/
|
596
|
-
Google::Ads::GoogleAds::V6::Enums::
|
561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
562
|
+
def self.account_budget_status
|
563
|
+
require "google/ads/google_ads/v6/enums/account_budget_status_pb"
|
564
|
+
Google::Ads::GoogleAds::V6::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
597
565
|
end
|
598
566
|
|
599
|
-
# Returns the descriptor for the
|
567
|
+
# Returns the descriptor for the MobileDeviceType enum
|
600
568
|
#
|
601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
602
|
-
def self.
|
603
|
-
require "google/ads/google_ads/v6/enums/
|
604
|
-
Google::Ads::GoogleAds::V6::Enums::
|
569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
570
|
+
def self.mobile_device_type
|
571
|
+
require "google/ads/google_ads/v6/enums/mobile_device_type_pb"
|
572
|
+
Google::Ads::GoogleAds::V6::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
605
573
|
end
|
606
574
|
|
607
|
-
# Returns the descriptor for the
|
575
|
+
# Returns the descriptor for the AdType enum
|
608
576
|
#
|
609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
610
|
-
def self.
|
611
|
-
require "google/ads/google_ads/v6/enums/
|
612
|
-
Google::Ads::GoogleAds::V6::Enums::
|
577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
578
|
+
def self.ad_type
|
579
|
+
require "google/ads/google_ads/v6/enums/ad_type_pb"
|
580
|
+
Google::Ads::GoogleAds::V6::Enums::AdTypeEnum::AdType.descriptor
|
613
581
|
end
|
614
582
|
|
615
|
-
# Returns the descriptor for the
|
583
|
+
# Returns the descriptor for the AdvertisingChannelSubType enum
|
616
584
|
#
|
617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
618
|
-
def self.
|
619
|
-
require "google/ads/google_ads/v6/enums/
|
620
|
-
Google::Ads::GoogleAds::V6::Enums::
|
621
|
-
end
|
622
|
-
|
623
|
-
# Returns the descriptor for the MessagePlaceholderField enum
|
624
|
-
#
|
625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
626
|
-
def self.message_placeholder_field
|
627
|
-
require "google/ads/google_ads/v6/enums/message_placeholder_field_pb"
|
628
|
-
Google::Ads::GoogleAds::V6::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
629
|
-
end
|
630
|
-
|
631
|
-
# Returns the descriptor for the PricePlaceholderField enum
|
632
|
-
#
|
633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
634
|
-
def self.price_placeholder_field
|
635
|
-
require "google/ads/google_ads/v6/enums/price_placeholder_field_pb"
|
636
|
-
Google::Ads::GoogleAds::V6::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
637
|
-
end
|
638
|
-
|
639
|
-
# Returns the descriptor for the PromotionPlaceholderField enum
|
640
|
-
#
|
641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
642
|
-
def self.promotion_placeholder_field
|
643
|
-
require "google/ads/google_ads/v6/enums/promotion_placeholder_field_pb"
|
644
|
-
Google::Ads::GoogleAds::V6::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
645
|
-
end
|
646
|
-
|
647
|
-
# Returns the descriptor for the RealEstatePlaceholderField enum
|
648
|
-
#
|
649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
650
|
-
def self.real_estate_placeholder_field
|
651
|
-
require "google/ads/google_ads/v6/enums/real_estate_placeholder_field_pb"
|
652
|
-
Google::Ads::GoogleAds::V6::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
653
|
-
end
|
654
|
-
|
655
|
-
# Returns the descriptor for the SitelinkPlaceholderField enum
|
656
|
-
#
|
657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
658
|
-
def self.sitelink_placeholder_field
|
659
|
-
require "google/ads/google_ads/v6/enums/sitelink_placeholder_field_pb"
|
660
|
-
Google::Ads::GoogleAds::V6::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
661
|
-
end
|
662
|
-
|
663
|
-
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
664
|
-
#
|
665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
666
|
-
def self.structured_snippet_placeholder_field
|
667
|
-
require "google/ads/google_ads/v6/enums/structured_snippet_placeholder_field_pb"
|
668
|
-
Google::Ads::GoogleAds::V6::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
669
|
-
end
|
670
|
-
|
671
|
-
# Returns the descriptor for the TravelPlaceholderField enum
|
672
|
-
#
|
673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
674
|
-
def self.travel_placeholder_field
|
675
|
-
require "google/ads/google_ads/v6/enums/travel_placeholder_field_pb"
|
676
|
-
Google::Ads::GoogleAds::V6::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
677
|
-
end
|
678
|
-
|
679
|
-
# Returns the descriptor for the FeedItemSetStringFilterType enum
|
680
|
-
#
|
681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
|
682
|
-
def self.feed_item_set_string_filter_type
|
683
|
-
require "google/ads/google_ads/v6/enums/feed_item_set_string_filter_type_pb"
|
684
|
-
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
|
685
|
-
end
|
686
|
-
|
687
|
-
# Returns the descriptor for the FeedItemSetStatus enum
|
688
|
-
#
|
689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
|
690
|
-
def self.feed_item_set_status
|
691
|
-
require "google/ads/google_ads/v6/enums/feed_item_set_status_pb"
|
692
|
-
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
|
693
|
-
end
|
694
|
-
|
695
|
-
# Returns the descriptor for the CustomAudienceMemberType enum
|
696
|
-
#
|
697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
|
698
|
-
def self.custom_audience_member_type
|
699
|
-
require "google/ads/google_ads/v6/enums/custom_audience_member_type_pb"
|
700
|
-
Google::Ads::GoogleAds::V6::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
|
701
|
-
end
|
702
|
-
|
703
|
-
# Returns the descriptor for the CustomAudienceStatus enum
|
704
|
-
#
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
|
706
|
-
def self.custom_audience_status
|
707
|
-
require "google/ads/google_ads/v6/enums/custom_audience_status_pb"
|
708
|
-
Google::Ads::GoogleAds::V6::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
|
709
|
-
end
|
710
|
-
|
711
|
-
# Returns the descriptor for the CustomAudienceType enum
|
712
|
-
#
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
|
714
|
-
def self.custom_audience_type
|
715
|
-
require "google/ads/google_ads/v6/enums/custom_audience_type_pb"
|
716
|
-
Google::Ads::GoogleAds::V6::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
|
717
|
-
end
|
718
|
-
|
719
|
-
# Returns the descriptor for the MobileDeviceType enum
|
720
|
-
#
|
721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
722
|
-
def self.mobile_device_type
|
723
|
-
require "google/ads/google_ads/v6/enums/mobile_device_type_pb"
|
724
|
-
Google::Ads::GoogleAds::V6::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
725
|
-
end
|
726
|
-
|
727
|
-
# Returns the descriptor for the InvoiceType enum
|
728
|
-
#
|
729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
|
730
|
-
def self.invoice_type
|
731
|
-
require "google/ads/google_ads/v6/enums/invoice_type_pb"
|
732
|
-
Google::Ads::GoogleAds::V6::Enums::InvoiceTypeEnum::InvoiceType.descriptor
|
733
|
-
end
|
734
|
-
|
735
|
-
# Returns the descriptor for the GeoTargetConstantStatus enum
|
736
|
-
#
|
737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
738
|
-
def self.geo_target_constant_status
|
739
|
-
require "google/ads/google_ads/v6/enums/geo_target_constant_status_pb"
|
740
|
-
Google::Ads::GoogleAds::V6::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
741
|
-
end
|
742
|
-
|
743
|
-
# Returns the descriptor for the CampaignCriterionStatus enum
|
744
|
-
#
|
745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
746
|
-
def self.campaign_criterion_status
|
747
|
-
require "google/ads/google_ads/v6/enums/campaign_criterion_status_pb"
|
748
|
-
Google::Ads::GoogleAds::V6::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
749
|
-
end
|
750
|
-
|
751
|
-
# Returns the descriptor for the TrackingCodePageFormat enum
|
752
|
-
#
|
753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
754
|
-
def self.tracking_code_page_format
|
755
|
-
require "google/ads/google_ads/v6/enums/tracking_code_page_format_pb"
|
756
|
-
Google::Ads::GoogleAds::V6::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
757
|
-
end
|
758
|
-
|
759
|
-
# Returns the descriptor for the TrackingCodeType enum
|
760
|
-
#
|
761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
762
|
-
def self.tracking_code_type
|
763
|
-
require "google/ads/google_ads/v6/enums/tracking_code_type_pb"
|
764
|
-
Google::Ads::GoogleAds::V6::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
|
586
|
+
def self.advertising_channel_sub_type
|
587
|
+
require "google/ads/google_ads/v6/enums/advertising_channel_sub_type_pb"
|
588
|
+
Google::Ads::GoogleAds::V6::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
|
765
589
|
end
|
766
590
|
|
767
|
-
# Returns the descriptor for the
|
591
|
+
# Returns the descriptor for the AdvertisingChannelType enum
|
768
592
|
#
|
769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
770
|
-
def self.
|
771
|
-
require "google/ads/google_ads/v6/enums/
|
772
|
-
Google::Ads::GoogleAds::V6::Enums::
|
593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
594
|
+
def self.advertising_channel_type
|
595
|
+
require "google/ads/google_ads/v6/enums/advertising_channel_type_pb"
|
596
|
+
Google::Ads::GoogleAds::V6::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
773
597
|
end
|
774
598
|
|
775
|
-
# Returns the descriptor for the
|
599
|
+
# Returns the descriptor for the ChangeClientType enum
|
776
600
|
#
|
777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
778
|
-
def self.
|
779
|
-
require "google/ads/google_ads/v6/enums/
|
780
|
-
Google::Ads::GoogleAds::V6::Enums::
|
601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeClientType enum
|
602
|
+
def self.change_client_type
|
603
|
+
require "google/ads/google_ads/v6/enums/change_client_type_pb"
|
604
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeClientTypeEnum::ChangeClientType.descriptor
|
781
605
|
end
|
782
606
|
|
783
|
-
# Returns the descriptor for the
|
607
|
+
# Returns the descriptor for the ChangeEventResourceType enum
|
784
608
|
#
|
785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
786
|
-
def self.
|
787
|
-
require "google/ads/google_ads/v6/enums/
|
788
|
-
Google::Ads::GoogleAds::V6::Enums::
|
609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeEventResourceType enum
|
610
|
+
def self.change_event_resource_type
|
611
|
+
require "google/ads/google_ads/v6/enums/change_event_resource_type_pb"
|
612
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeEventResourceTypeEnum::ChangeEventResourceType.descriptor
|
789
613
|
end
|
790
614
|
|
791
|
-
# Returns the descriptor for the
|
615
|
+
# Returns the descriptor for the ResourceChangeOperation enum
|
792
616
|
#
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
794
|
-
def self.
|
795
|
-
require "google/ads/google_ads/v6/enums/
|
796
|
-
Google::Ads::GoogleAds::V6::Enums::
|
617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceChangeOperation enum
|
618
|
+
def self.resource_change_operation
|
619
|
+
require "google/ads/google_ads/v6/enums/resource_change_operation_pb"
|
620
|
+
Google::Ads::GoogleAds::V6::Enums::ResourceChangeOperationEnum::ResourceChangeOperation.descriptor
|
797
621
|
end
|
798
622
|
|
799
|
-
# Returns the descriptor for the
|
623
|
+
# Returns the descriptor for the AssetPerformanceLabel enum
|
800
624
|
#
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
802
|
-
def self.
|
803
|
-
require "google/ads/google_ads/v6/enums/
|
804
|
-
Google::Ads::GoogleAds::V6::Enums::
|
625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
|
626
|
+
def self.asset_performance_label
|
627
|
+
require "google/ads/google_ads/v6/enums/asset_performance_label_pb"
|
628
|
+
Google::Ads::GoogleAds::V6::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
|
805
629
|
end
|
806
630
|
|
807
|
-
# Returns the descriptor for the
|
631
|
+
# Returns the descriptor for the ServedAssetFieldType enum
|
808
632
|
#
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
810
|
-
def self.
|
811
|
-
require "google/ads/google_ads/v6/enums/
|
812
|
-
Google::Ads::GoogleAds::V6::Enums::
|
633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
|
634
|
+
def self.served_asset_field_type
|
635
|
+
require "google/ads/google_ads/v6/enums/served_asset_field_type_pb"
|
636
|
+
Google::Ads::GoogleAds::V6::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
813
637
|
end
|
814
638
|
|
815
|
-
# Returns the descriptor for the
|
639
|
+
# Returns the descriptor for the CallConversionReportingState enum
|
816
640
|
#
|
817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
818
|
-
def self.
|
819
|
-
require "google/ads/google_ads/v6/enums/
|
820
|
-
Google::Ads::GoogleAds::V6::Enums::
|
641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
642
|
+
def self.call_conversion_reporting_state
|
643
|
+
require "google/ads/google_ads/v6/enums/call_conversion_reporting_state_pb"
|
644
|
+
Google::Ads::GoogleAds::V6::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
821
645
|
end
|
822
646
|
|
823
|
-
# Returns the descriptor for the
|
647
|
+
# Returns the descriptor for the DisplayAdFormatSetting enum
|
824
648
|
#
|
825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
826
|
-
def self.
|
827
|
-
require "google/ads/google_ads/v6/enums/
|
828
|
-
Google::Ads::GoogleAds::V6::Enums::
|
649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
650
|
+
def self.display_ad_format_setting
|
651
|
+
require "google/ads/google_ads/v6/enums/display_ad_format_setting_pb"
|
652
|
+
Google::Ads::GoogleAds::V6::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
|
829
653
|
end
|
830
654
|
|
831
|
-
# Returns the descriptor for the
|
655
|
+
# Returns the descriptor for the DisplayUploadProductType enum
|
832
656
|
#
|
833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
834
|
-
def self.
|
835
|
-
require "google/ads/google_ads/v6/enums/
|
836
|
-
Google::Ads::GoogleAds::V6::Enums::
|
657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
|
658
|
+
def self.display_upload_product_type
|
659
|
+
require "google/ads/google_ads/v6/enums/display_upload_product_type_pb"
|
660
|
+
Google::Ads::GoogleAds::V6::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
|
837
661
|
end
|
838
662
|
|
839
|
-
# Returns the descriptor for the
|
663
|
+
# Returns the descriptor for the LegacyAppInstallAdAppStore enum
|
840
664
|
#
|
841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
842
|
-
def self.
|
843
|
-
require "google/ads/google_ads/v6/enums/
|
844
|
-
Google::Ads::GoogleAds::V6::Enums::
|
665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
|
666
|
+
def self.legacy_app_install_ad_app_store
|
667
|
+
require "google/ads/google_ads/v6/enums/legacy_app_install_ad_app_store_pb"
|
668
|
+
Google::Ads::GoogleAds::V6::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
845
669
|
end
|
846
670
|
|
847
|
-
# Returns the descriptor for the
|
671
|
+
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
848
672
|
#
|
849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
850
|
-
def self.
|
851
|
-
require "google/ads/google_ads/v6/enums/
|
852
|
-
Google::Ads::GoogleAds::V6::Enums::
|
673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
674
|
+
def self.app_url_operating_system_type
|
675
|
+
require "google/ads/google_ads/v6/enums/app_url_operating_system_type_pb"
|
676
|
+
Google::Ads::GoogleAds::V6::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
|
853
677
|
end
|
854
678
|
|
855
|
-
# Returns the descriptor for the
|
679
|
+
# Returns the descriptor for the SystemManagedResourceSource enum
|
856
680
|
#
|
857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
858
|
-
def self.
|
859
|
-
require "google/ads/google_ads/v6/enums/
|
860
|
-
Google::Ads::GoogleAds::V6::Enums::
|
681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
682
|
+
def self.system_managed_resource_source
|
683
|
+
require "google/ads/google_ads/v6/enums/system_managed_entity_source_pb"
|
684
|
+
Google::Ads::GoogleAds::V6::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
861
685
|
end
|
862
686
|
|
863
|
-
# Returns the descriptor for the
|
687
|
+
# Returns the descriptor for the TargetingDimension enum
|
864
688
|
#
|
865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
866
|
-
def self.
|
867
|
-
require "google/ads/google_ads/v6/enums/
|
868
|
-
Google::Ads::GoogleAds::V6::Enums::
|
689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
690
|
+
def self.targeting_dimension
|
691
|
+
require "google/ads/google_ads/v6/enums/targeting_dimension_pb"
|
692
|
+
Google::Ads::GoogleAds::V6::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
869
693
|
end
|
870
694
|
|
871
|
-
# Returns the descriptor for the
|
695
|
+
# Returns the descriptor for the Operator enum
|
872
696
|
#
|
873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
874
|
-
def self.
|
875
|
-
require "google/ads/google_ads/v6/
|
876
|
-
Google::Ads::GoogleAds::V6::
|
697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
698
|
+
def self.operator
|
699
|
+
require "google/ads/google_ads/v6/common/targeting_setting_pb"
|
700
|
+
Google::Ads::GoogleAds::V6::Common::TargetRestrictionOperation::Operator.descriptor
|
877
701
|
end
|
878
702
|
|
879
|
-
# Returns the descriptor for the
|
703
|
+
# Returns the descriptor for the AdGroupAdRotationMode enum
|
880
704
|
#
|
881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
882
|
-
def self.
|
883
|
-
require "google/ads/google_ads/v6/enums/
|
884
|
-
Google::Ads::GoogleAds::V6::Enums::
|
705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
|
706
|
+
def self.ad_group_ad_rotation_mode
|
707
|
+
require "google/ads/google_ads/v6/enums/ad_group_ad_rotation_mode_pb"
|
708
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
|
885
709
|
end
|
886
710
|
|
887
|
-
# Returns the descriptor for the
|
711
|
+
# Returns the descriptor for the AdGroupStatus enum
|
888
712
|
#
|
889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
890
|
-
def self.
|
891
|
-
require "google/ads/google_ads/v6/enums/
|
892
|
-
Google::Ads::GoogleAds::V6::Enums::
|
713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
|
714
|
+
def self.ad_group_status
|
715
|
+
require "google/ads/google_ads/v6/enums/ad_group_status_pb"
|
716
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
|
893
717
|
end
|
894
718
|
|
895
|
-
# Returns the descriptor for the
|
719
|
+
# Returns the descriptor for the AdGroupType enum
|
896
720
|
#
|
897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
898
|
-
def self.
|
899
|
-
require "google/ads/google_ads/v6/enums/
|
900
|
-
Google::Ads::GoogleAds::V6::Enums::
|
721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
|
722
|
+
def self.ad_group_type
|
723
|
+
require "google/ads/google_ads/v6/enums/ad_group_type_pb"
|
724
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
901
725
|
end
|
902
726
|
|
903
|
-
# Returns the descriptor for the
|
727
|
+
# Returns the descriptor for the BiddingSource enum
|
904
728
|
#
|
905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
906
|
-
def self.
|
907
|
-
require "google/ads/google_ads/v6/enums/
|
908
|
-
Google::Ads::GoogleAds::V6::Enums::
|
729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
730
|
+
def self.bidding_source
|
731
|
+
require "google/ads/google_ads/v6/enums/bidding_source_pb"
|
732
|
+
Google::Ads::GoogleAds::V6::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
909
733
|
end
|
910
734
|
|
911
|
-
# Returns the descriptor for the
|
735
|
+
# Returns the descriptor for the AdGroupAdStatus enum
|
912
736
|
#
|
913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
914
|
-
def self.
|
915
|
-
require "google/ads/google_ads/v6/enums/
|
916
|
-
Google::Ads::GoogleAds::V6::Enums::
|
737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
738
|
+
def self.ad_group_ad_status
|
739
|
+
require "google/ads/google_ads/v6/enums/ad_group_ad_status_pb"
|
740
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
|
917
741
|
end
|
918
742
|
|
919
|
-
# Returns the descriptor for the
|
743
|
+
# Returns the descriptor for the AdStrength enum
|
920
744
|
#
|
921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
922
|
-
def self.
|
923
|
-
require "google/ads/google_ads/v6/enums/
|
924
|
-
Google::Ads::GoogleAds::V6::Enums::
|
745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
746
|
+
def self.ad_strength
|
747
|
+
require "google/ads/google_ads/v6/enums/ad_strength_pb"
|
748
|
+
Google::Ads::GoogleAds::V6::Enums::AdStrengthEnum::AdStrength.descriptor
|
925
749
|
end
|
926
750
|
|
927
|
-
# Returns the descriptor for the
|
751
|
+
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
928
752
|
#
|
929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
930
|
-
def self.
|
931
|
-
require "google/ads/google_ads/v6/enums/
|
932
|
-
Google::Ads::GoogleAds::V6::Enums::
|
753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
754
|
+
def self.ad_group_criterion_approval_status
|
755
|
+
require "google/ads/google_ads/v6/enums/ad_group_criterion_approval_status_pb"
|
756
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
933
757
|
end
|
934
758
|
|
935
|
-
# Returns the descriptor for the
|
759
|
+
# Returns the descriptor for the AdGroupCriterionStatus enum
|
936
760
|
#
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
938
|
-
def self.
|
939
|
-
require "google/ads/google_ads/v6/enums/
|
940
|
-
Google::Ads::GoogleAds::V6::Enums::
|
761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
762
|
+
def self.ad_group_criterion_status
|
763
|
+
require "google/ads/google_ads/v6/enums/ad_group_criterion_status_pb"
|
764
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
941
765
|
end
|
942
766
|
|
943
|
-
# Returns the descriptor for the
|
767
|
+
# Returns the descriptor for the CriterionSystemServingStatus enum
|
944
768
|
#
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
946
|
-
def self.
|
947
|
-
require "google/ads/google_ads/v6/enums/
|
948
|
-
Google::Ads::GoogleAds::V6::Enums::
|
769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
770
|
+
def self.criterion_system_serving_status
|
771
|
+
require "google/ads/google_ads/v6/enums/criterion_system_serving_status_pb"
|
772
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
949
773
|
end
|
950
774
|
|
951
|
-
# Returns the descriptor for the
|
775
|
+
# Returns the descriptor for the QualityScoreBucket enum
|
952
776
|
#
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
954
|
-
def self.
|
955
|
-
require "google/ads/google_ads/v6/enums/
|
956
|
-
Google::Ads::GoogleAds::V6::Enums::
|
777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
778
|
+
def self.quality_score_bucket
|
779
|
+
require "google/ads/google_ads/v6/enums/quality_score_bucket_pb"
|
780
|
+
Google::Ads::GoogleAds::V6::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
957
781
|
end
|
958
782
|
|
959
783
|
# Returns the descriptor for the TargetImpressionShareLocation enum
|
@@ -988,22 +812,6 @@ module Google
|
|
988
812
|
Google::Ads::GoogleAds::V6::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
|
989
813
|
end
|
990
814
|
|
991
|
-
# Returns the descriptor for the TargetingDimension enum
|
992
|
-
#
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
994
|
-
def self.targeting_dimension
|
995
|
-
require "google/ads/google_ads/v6/enums/targeting_dimension_pb"
|
996
|
-
Google::Ads::GoogleAds::V6::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
997
|
-
end
|
998
|
-
|
999
|
-
# Returns the descriptor for the Operator enum
|
1000
|
-
#
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
1002
|
-
def self.operator
|
1003
|
-
require "google/ads/google_ads/v6/common/targeting_setting_pb"
|
1004
|
-
Google::Ads::GoogleAds::V6::Common::TargetRestrictionOperation::Operator.descriptor
|
1005
|
-
end
|
1006
|
-
|
1007
815
|
# Returns the descriptor for the AdServingOptimizationStatus enum
|
1008
816
|
#
|
1009
817
|
# @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
|
@@ -1124,60 +932,108 @@ module Google
|
|
1124
932
|
Google::Ads::GoogleAds::V6::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
1125
933
|
end
|
1126
934
|
|
1127
|
-
# Returns the descriptor for the
|
935
|
+
# Returns the descriptor for the BudgetDeliveryMethod enum
|
1128
936
|
#
|
1129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1130
|
-
def self.
|
1131
|
-
require "google/ads/google_ads/v6/enums/
|
1132
|
-
Google::Ads::GoogleAds::V6::Enums::
|
937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
938
|
+
def self.budget_delivery_method
|
939
|
+
require "google/ads/google_ads/v6/enums/budget_delivery_method_pb"
|
940
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
1133
941
|
end
|
1134
942
|
|
1135
|
-
# Returns the descriptor for the
|
943
|
+
# Returns the descriptor for the BudgetPeriod enum
|
1136
944
|
#
|
1137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1138
|
-
def self.
|
1139
|
-
require "google/ads/google_ads/v6/enums/
|
1140
|
-
Google::Ads::GoogleAds::V6::Enums::
|
945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
946
|
+
def self.budget_period
|
947
|
+
require "google/ads/google_ads/v6/enums/budget_period_pb"
|
948
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
1141
949
|
end
|
1142
950
|
|
1143
|
-
# Returns the descriptor for the
|
951
|
+
# Returns the descriptor for the BudgetStatus enum
|
1144
952
|
#
|
1145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1146
|
-
def self.
|
1147
|
-
require "google/ads/google_ads/v6/enums/
|
1148
|
-
Google::Ads::GoogleAds::V6::Enums::
|
953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
954
|
+
def self.budget_status
|
955
|
+
require "google/ads/google_ads/v6/enums/budget_status_pb"
|
956
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
1149
957
|
end
|
1150
958
|
|
1151
|
-
# Returns the descriptor for the
|
959
|
+
# Returns the descriptor for the BudgetType enum
|
1152
960
|
#
|
1153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1154
|
-
def self.
|
1155
|
-
require "google/ads/google_ads/v6/enums/
|
1156
|
-
Google::Ads::GoogleAds::V6::Enums::
|
961
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
962
|
+
def self.budget_type
|
963
|
+
require "google/ads/google_ads/v6/enums/budget_type_pb"
|
964
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetTypeEnum::BudgetType.descriptor
|
1157
965
|
end
|
1158
966
|
|
1159
|
-
# Returns the descriptor for the
|
967
|
+
# Returns the descriptor for the CampaignCriterionStatus enum
|
1160
968
|
#
|
1161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1162
|
-
def self.
|
1163
|
-
require "google/ads/google_ads/v6/enums/
|
1164
|
-
Google::Ads::GoogleAds::V6::Enums::
|
969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
970
|
+
def self.campaign_criterion_status
|
971
|
+
require "google/ads/google_ads/v6/enums/campaign_criterion_status_pb"
|
972
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
1165
973
|
end
|
1166
974
|
|
1167
|
-
# Returns the descriptor for the
|
975
|
+
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
1168
976
|
#
|
1169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1170
|
-
def self.
|
1171
|
-
require "google/ads/google_ads/v6/enums/
|
1172
|
-
Google::Ads::GoogleAds::V6::Enums::
|
977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
978
|
+
def self.keyword_plan_forecast_interval
|
979
|
+
require "google/ads/google_ads/v6/enums/keyword_plan_forecast_interval_pb"
|
980
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
1173
981
|
end
|
1174
982
|
|
1175
|
-
# Returns the descriptor for the
|
983
|
+
# Returns the descriptor for the AccountLinkStatus enum
|
1176
984
|
#
|
1177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1178
|
-
def self.
|
1179
|
-
require "google/ads/google_ads/v6/enums/
|
1180
|
-
Google::Ads::GoogleAds::V6::Enums::
|
985
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
|
986
|
+
def self.account_link_status
|
987
|
+
require "google/ads/google_ads/v6/enums/account_link_status_pb"
|
988
|
+
Google::Ads::GoogleAds::V6::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
|
989
|
+
end
|
990
|
+
|
991
|
+
# Returns the descriptor for the LinkedAccountType enum
|
992
|
+
#
|
993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
|
994
|
+
def self.linked_account_type
|
995
|
+
require "google/ads/google_ads/v6/enums/linked_account_type_pb"
|
996
|
+
Google::Ads::GoogleAds::V6::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
|
997
|
+
end
|
998
|
+
|
999
|
+
# Returns the descriptor for the MobileAppVendor enum
|
1000
|
+
#
|
1001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
|
1002
|
+
def self.mobile_app_vendor
|
1003
|
+
require "google/ads/google_ads/v6/enums/mobile_app_vendor_pb"
|
1004
|
+
Google::Ads::GoogleAds::V6::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
# Returns the descriptor for the SimulationModificationMethod enum
|
1008
|
+
#
|
1009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
1010
|
+
def self.simulation_modification_method
|
1011
|
+
require "google/ads/google_ads/v6/enums/simulation_modification_method_pb"
|
1012
|
+
Google::Ads::GoogleAds::V6::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
# Returns the descriptor for the SimulationType enum
|
1016
|
+
#
|
1017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
1018
|
+
def self.simulation_type
|
1019
|
+
require "google/ads/google_ads/v6/enums/simulation_type_pb"
|
1020
|
+
Google::Ads::GoogleAds::V6::Enums::SimulationTypeEnum::SimulationType.descriptor
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
# Returns the descriptor for the AssetFieldType enum
|
1024
|
+
#
|
1025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
|
1026
|
+
def self.asset_field_type
|
1027
|
+
require "google/ads/google_ads/v6/enums/asset_field_type_pb"
|
1028
|
+
Google::Ads::GoogleAds::V6::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
# Returns the descriptor for the AssetLinkStatus enum
|
1032
|
+
#
|
1033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkStatus enum
|
1034
|
+
def self.asset_link_status
|
1035
|
+
require "google/ads/google_ads/v6/enums/asset_link_status_pb"
|
1036
|
+
Google::Ads::GoogleAds::V6::Enums::AssetLinkStatusEnum::AssetLinkStatus.descriptor
|
1181
1037
|
end
|
1182
1038
|
|
1183
1039
|
# Returns the descriptor for the UserIdentifierSource enum
|
@@ -1206,66 +1062,178 @@ module Google
|
|
1206
1062
|
|
1207
1063
|
# Returns the descriptor for the OfflineUserDataJobType enum
|
1208
1064
|
#
|
1209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
|
1210
|
-
def self.offline_user_data_job_type
|
1211
|
-
require "google/ads/google_ads/v6/enums/offline_user_data_job_type_pb"
|
1212
|
-
Google::Ads::GoogleAds::V6::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
|
1065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
|
1066
|
+
def self.offline_user_data_job_type
|
1067
|
+
require "google/ads/google_ads/v6/enums/offline_user_data_job_type_pb"
|
1068
|
+
Google::Ads::GoogleAds::V6::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
# Returns the descriptor for the SearchTermTargetingStatus enum
|
1072
|
+
#
|
1073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
1074
|
+
def self.search_term_targeting_status
|
1075
|
+
require "google/ads/google_ads/v6/enums/search_term_targeting_status_pb"
|
1076
|
+
Google::Ads::GoogleAds::V6::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
# Returns the descriptor for the AppStore enum
|
1080
|
+
#
|
1081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
|
1082
|
+
def self.app_store
|
1083
|
+
require "google/ads/google_ads/v6/enums/app_store_pb"
|
1084
|
+
Google::Ads::GoogleAds::V6::Enums::AppStoreEnum::AppStore.descriptor
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
# Returns the descriptor for the PriceExtensionPriceQualifier enum
|
1088
|
+
#
|
1089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
|
1090
|
+
def self.price_extension_price_qualifier
|
1091
|
+
require "google/ads/google_ads/v6/enums/price_extension_price_qualifier_pb"
|
1092
|
+
Google::Ads::GoogleAds::V6::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
|
1093
|
+
end
|
1094
|
+
|
1095
|
+
# Returns the descriptor for the PriceExtensionPriceUnit enum
|
1096
|
+
#
|
1097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
|
1098
|
+
def self.price_extension_price_unit
|
1099
|
+
require "google/ads/google_ads/v6/enums/price_extension_price_unit_pb"
|
1100
|
+
Google::Ads::GoogleAds::V6::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
# Returns the descriptor for the PriceExtensionType enum
|
1104
|
+
#
|
1105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
|
1106
|
+
def self.price_extension_type
|
1107
|
+
require "google/ads/google_ads/v6/enums/price_extension_type_pb"
|
1108
|
+
Google::Ads::GoogleAds::V6::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
# Returns the descriptor for the PromotionExtensionDiscountModifier enum
|
1112
|
+
#
|
1113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
|
1114
|
+
def self.promotion_extension_discount_modifier
|
1115
|
+
require "google/ads/google_ads/v6/enums/promotion_extension_discount_modifier_pb"
|
1116
|
+
Google::Ads::GoogleAds::V6::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
# Returns the descriptor for the PromotionExtensionOccasion enum
|
1120
|
+
#
|
1121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
|
1122
|
+
def self.promotion_extension_occasion
|
1123
|
+
require "google/ads/google_ads/v6/enums/promotion_extension_occasion_pb"
|
1124
|
+
Google::Ads::GoogleAds::V6::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
# Returns the descriptor for the RecommendationType enum
|
1128
|
+
#
|
1129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
1130
|
+
def self.recommendation_type
|
1131
|
+
require "google/ads/google_ads/v6/enums/recommendation_type_pb"
|
1132
|
+
Google::Ads::GoogleAds::V6::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
1136
|
+
#
|
1137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
1138
|
+
def self.target_cpa_opt_in_recommendation_goal
|
1139
|
+
require "google/ads/google_ads/v6/enums/target_cpa_opt_in_recommendation_goal_pb"
|
1140
|
+
Google::Ads::GoogleAds::V6::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
1141
|
+
end
|
1142
|
+
|
1143
|
+
# Returns the descriptor for the LabelStatus enum
|
1144
|
+
#
|
1145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
1146
|
+
def self.label_status
|
1147
|
+
require "google/ads/google_ads/v6/enums/label_status_pb"
|
1148
|
+
Google::Ads::GoogleAds::V6::Enums::LabelStatusEnum::LabelStatus.descriptor
|
1149
|
+
end
|
1150
|
+
|
1151
|
+
# Returns the descriptor for the PlacementType enum
|
1152
|
+
#
|
1153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
1154
|
+
def self.placement_type
|
1155
|
+
require "google/ads/google_ads/v6/enums/placement_type_pb"
|
1156
|
+
Google::Ads::GoogleAds::V6::Enums::PlacementTypeEnum::PlacementType.descriptor
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
# Returns the descriptor for the KeywordPlanNetwork enum
|
1160
|
+
#
|
1161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
1162
|
+
def self.keyword_plan_network
|
1163
|
+
require "google/ads/google_ads/v6/enums/keyword_plan_network_pb"
|
1164
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
1165
|
+
end
|
1166
|
+
|
1167
|
+
# Returns the descriptor for the BillingSetupStatus enum
|
1168
|
+
#
|
1169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
1170
|
+
def self.billing_setup_status
|
1171
|
+
require "google/ads/google_ads/v6/enums/billing_setup_status_pb"
|
1172
|
+
Google::Ads::GoogleAds::V6::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
1173
|
+
end
|
1174
|
+
|
1175
|
+
# Returns the descriptor for the CampaignSharedSetStatus enum
|
1176
|
+
#
|
1177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
1178
|
+
def self.campaign_shared_set_status
|
1179
|
+
require "google/ads/google_ads/v6/enums/campaign_shared_set_status_pb"
|
1180
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
1213
1181
|
end
|
1214
1182
|
|
1215
|
-
# Returns the descriptor for the
|
1183
|
+
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
1216
1184
|
#
|
1217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1218
|
-
def self.
|
1219
|
-
require "google/ads/google_ads/v6/enums/
|
1220
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
1186
|
+
def self.criterion_category_channel_availability_mode
|
1187
|
+
require "google/ads/google_ads/v6/enums/criterion_category_channel_availability_mode_pb"
|
1188
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
1221
1189
|
end
|
1222
1190
|
|
1223
|
-
# Returns the descriptor for the
|
1191
|
+
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
1224
1192
|
#
|
1225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1226
|
-
def self.
|
1227
|
-
require "google/ads/google_ads/v6/enums/
|
1228
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
1194
|
+
def self.criterion_category_locale_availability_mode
|
1195
|
+
require "google/ads/google_ads/v6/enums/criterion_category_locale_availability_mode_pb"
|
1196
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
1229
1197
|
end
|
1230
1198
|
|
1231
|
-
# Returns the descriptor for the
|
1199
|
+
# Returns the descriptor for the UserInterestTaxonomyType enum
|
1232
1200
|
#
|
1233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1234
|
-
def self.
|
1235
|
-
require "google/ads/google_ads/v6/enums/
|
1236
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
1202
|
+
def self.user_interest_taxonomy_type
|
1203
|
+
require "google/ads/google_ads/v6/enums/user_interest_taxonomy_type_pb"
|
1204
|
+
Google::Ads::GoogleAds::V6::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
1237
1205
|
end
|
1238
1206
|
|
1239
|
-
# Returns the descriptor for the
|
1207
|
+
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
1240
1208
|
#
|
1241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1242
|
-
def self.
|
1243
|
-
require "google/ads/google_ads/v6/enums/
|
1244
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
1210
|
+
def self.customer_pay_per_conversion_eligibility_failure_reason
|
1211
|
+
require "google/ads/google_ads/v6/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
|
1212
|
+
Google::Ads::GoogleAds::V6::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
1245
1213
|
end
|
1246
1214
|
|
1247
|
-
# Returns the descriptor for the
|
1215
|
+
# Returns the descriptor for the InvoiceType enum
|
1248
1216
|
#
|
1249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1250
|
-
def self.
|
1251
|
-
require "google/ads/google_ads/v6/enums/
|
1252
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
|
1218
|
+
def self.invoice_type
|
1219
|
+
require "google/ads/google_ads/v6/enums/invoice_type_pb"
|
1220
|
+
Google::Ads::GoogleAds::V6::Enums::InvoiceTypeEnum::InvoiceType.descriptor
|
1253
1221
|
end
|
1254
1222
|
|
1255
|
-
# Returns the descriptor for the
|
1223
|
+
# Returns the descriptor for the SharedSetStatus enum
|
1256
1224
|
#
|
1257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1258
|
-
def self.
|
1259
|
-
require "google/ads/google_ads/v6/enums/
|
1260
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
|
1226
|
+
def self.shared_set_status
|
1227
|
+
require "google/ads/google_ads/v6/enums/shared_set_status_pb"
|
1228
|
+
Google::Ads::GoogleAds::V6::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
|
1261
1229
|
end
|
1262
1230
|
|
1263
|
-
# Returns the descriptor for the
|
1231
|
+
# Returns the descriptor for the SharedSetType enum
|
1264
1232
|
#
|
1265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1266
|
-
def self.
|
1267
|
-
require "google/ads/google_ads/v6/enums/
|
1268
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
|
1234
|
+
def self.shared_set_type
|
1235
|
+
require "google/ads/google_ads/v6/enums/shared_set_type_pb"
|
1236
|
+
Google::Ads::GoogleAds::V6::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
1269
1237
|
end
|
1270
1238
|
|
1271
1239
|
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
@@ -1276,244 +1244,244 @@ module Google
|
|
1276
1244
|
Google::Ads::GoogleAds::V6::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
1277
1245
|
end
|
1278
1246
|
|
1279
|
-
# Returns the descriptor for the
|
1247
|
+
# Returns the descriptor for the CallTrackingDisplayLocation enum
|
1280
1248
|
#
|
1281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1282
|
-
def self.
|
1283
|
-
require "google/ads/google_ads/v6/enums/
|
1284
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallTrackingDisplayLocation enum
|
1250
|
+
def self.call_tracking_display_location
|
1251
|
+
require "google/ads/google_ads/v6/enums/call_tracking_display_location_pb"
|
1252
|
+
Google::Ads::GoogleAds::V6::Enums::CallTrackingDisplayLocationEnum::CallTrackingDisplayLocation.descriptor
|
1285
1253
|
end
|
1286
1254
|
|
1287
|
-
# Returns the descriptor for the
|
1255
|
+
# Returns the descriptor for the CallType enum
|
1288
1256
|
#
|
1289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1290
|
-
def self.
|
1291
|
-
require "google/ads/google_ads/v6/enums/
|
1292
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallType enum
|
1258
|
+
def self.call_type
|
1259
|
+
require "google/ads/google_ads/v6/enums/call_type_pb"
|
1260
|
+
Google::Ads::GoogleAds::V6::Enums::CallTypeEnum::CallType.descriptor
|
1293
1261
|
end
|
1294
1262
|
|
1295
|
-
# Returns the descriptor for the
|
1263
|
+
# Returns the descriptor for the GoogleVoiceCallStatus enum
|
1296
1264
|
#
|
1297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1298
|
-
def self.
|
1299
|
-
require "google/ads/google_ads/v6/enums/
|
1300
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleVoiceCallStatus enum
|
1266
|
+
def self.google_voice_call_status
|
1267
|
+
require "google/ads/google_ads/v6/enums/google_voice_call_status_pb"
|
1268
|
+
Google::Ads::GoogleAds::V6::Enums::GoogleVoiceCallStatusEnum::GoogleVoiceCallStatus.descriptor
|
1301
1269
|
end
|
1302
1270
|
|
1303
|
-
# Returns the descriptor for the
|
1271
|
+
# Returns the descriptor for the CustomAudienceMemberType enum
|
1304
1272
|
#
|
1305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1306
|
-
def self.
|
1307
|
-
require "google/ads/google_ads/v6/enums/
|
1308
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
|
1274
|
+
def self.custom_audience_member_type
|
1275
|
+
require "google/ads/google_ads/v6/enums/custom_audience_member_type_pb"
|
1276
|
+
Google::Ads::GoogleAds::V6::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
|
1309
1277
|
end
|
1310
1278
|
|
1311
|
-
# Returns the descriptor for the
|
1279
|
+
# Returns the descriptor for the CustomAudienceStatus enum
|
1312
1280
|
#
|
1313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1314
|
-
def self.
|
1315
|
-
require "google/ads/google_ads/v6/enums/
|
1316
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
|
1282
|
+
def self.custom_audience_status
|
1283
|
+
require "google/ads/google_ads/v6/enums/custom_audience_status_pb"
|
1284
|
+
Google::Ads::GoogleAds::V6::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
|
1317
1285
|
end
|
1318
1286
|
|
1319
|
-
# Returns the descriptor for the
|
1287
|
+
# Returns the descriptor for the CustomAudienceType enum
|
1320
1288
|
#
|
1321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1322
|
-
def self.
|
1323
|
-
require "google/ads/google_ads/v6/enums/
|
1324
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
|
1290
|
+
def self.custom_audience_type
|
1291
|
+
require "google/ads/google_ads/v6/enums/custom_audience_type_pb"
|
1292
|
+
Google::Ads::GoogleAds::V6::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
|
1325
1293
|
end
|
1326
1294
|
|
1327
|
-
# Returns the descriptor for the
|
1295
|
+
# Returns the descriptor for the BiddingStrategyStatus enum
|
1328
1296
|
#
|
1329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1330
|
-
def self.
|
1331
|
-
require "google/ads/google_ads/v6/enums/
|
1332
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
1298
|
+
def self.bidding_strategy_status
|
1299
|
+
require "google/ads/google_ads/v6/enums/bidding_strategy_status_pb"
|
1300
|
+
Google::Ads::GoogleAds::V6::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
1333
1301
|
end
|
1334
1302
|
|
1335
|
-
# Returns the descriptor for the
|
1303
|
+
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
1336
1304
|
#
|
1337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1338
|
-
def self.
|
1339
|
-
require "google/ads/google_ads/v6/enums/
|
1340
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
1306
|
+
def self.customer_match_upload_key_type
|
1307
|
+
require "google/ads/google_ads/v6/enums/customer_match_upload_key_type_pb"
|
1308
|
+
Google::Ads::GoogleAds::V6::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
|
1341
1309
|
end
|
1342
1310
|
|
1343
|
-
# Returns the descriptor for the
|
1311
|
+
# Returns the descriptor for the UserListCombinedRuleOperator enum
|
1344
1312
|
#
|
1345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1346
|
-
def self.
|
1347
|
-
require "google/ads/google_ads/v6/enums/
|
1348
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
|
1314
|
+
def self.user_list_combined_rule_operator
|
1315
|
+
require "google/ads/google_ads/v6/enums/user_list_combined_rule_operator_pb"
|
1316
|
+
Google::Ads::GoogleAds::V6::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
|
1349
1317
|
end
|
1350
1318
|
|
1351
|
-
# Returns the descriptor for the
|
1319
|
+
# Returns the descriptor for the UserListCrmDataSourceType enum
|
1352
1320
|
#
|
1353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1354
|
-
def self.
|
1355
|
-
require "google/ads/google_ads/v6/enums/
|
1356
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
|
1322
|
+
def self.user_list_crm_data_source_type
|
1323
|
+
require "google/ads/google_ads/v6/enums/user_list_crm_data_source_type_pb"
|
1324
|
+
Google::Ads::GoogleAds::V6::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
|
1357
1325
|
end
|
1358
1326
|
|
1359
|
-
# Returns the descriptor for the
|
1327
|
+
# Returns the descriptor for the UserListDateRuleItemOperator enum
|
1360
1328
|
#
|
1361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1362
|
-
def self.
|
1363
|
-
require "google/ads/google_ads/v6/enums/
|
1364
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
|
1330
|
+
def self.user_list_date_rule_item_operator
|
1331
|
+
require "google/ads/google_ads/v6/enums/user_list_date_rule_item_operator_pb"
|
1332
|
+
Google::Ads::GoogleAds::V6::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
|
1365
1333
|
end
|
1366
1334
|
|
1367
|
-
# Returns the descriptor for the
|
1335
|
+
# Returns the descriptor for the UserListLogicalRuleOperator enum
|
1368
1336
|
#
|
1369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1370
|
-
def self.
|
1371
|
-
require "google/ads/google_ads/v6/enums/
|
1372
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
|
1338
|
+
def self.user_list_logical_rule_operator
|
1339
|
+
require "google/ads/google_ads/v6/enums/user_list_logical_rule_operator_pb"
|
1340
|
+
Google::Ads::GoogleAds::V6::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
|
1373
1341
|
end
|
1374
1342
|
|
1375
|
-
# Returns the descriptor for the
|
1343
|
+
# Returns the descriptor for the UserListNumberRuleItemOperator enum
|
1376
1344
|
#
|
1377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1378
|
-
def self.
|
1379
|
-
require "google/ads/google_ads/v6/enums/
|
1380
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
|
1346
|
+
def self.user_list_number_rule_item_operator
|
1347
|
+
require "google/ads/google_ads/v6/enums/user_list_number_rule_item_operator_pb"
|
1348
|
+
Google::Ads::GoogleAds::V6::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
|
1381
1349
|
end
|
1382
1350
|
|
1383
|
-
# Returns the descriptor for the
|
1351
|
+
# Returns the descriptor for the UserListPrepopulationStatus enum
|
1384
1352
|
#
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1386
|
-
def self.
|
1387
|
-
require "google/ads/google_ads/v6/enums/
|
1388
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
|
1354
|
+
def self.user_list_prepopulation_status
|
1355
|
+
require "google/ads/google_ads/v6/enums/user_list_prepopulation_status_pb"
|
1356
|
+
Google::Ads::GoogleAds::V6::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
|
1389
1357
|
end
|
1390
1358
|
|
1391
|
-
# Returns the descriptor for the
|
1359
|
+
# Returns the descriptor for the UserListRuleType enum
|
1392
1360
|
#
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1394
|
-
def self.
|
1395
|
-
require "google/ads/google_ads/v6/enums/
|
1396
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
|
1362
|
+
def self.user_list_rule_type
|
1363
|
+
require "google/ads/google_ads/v6/enums/user_list_rule_type_pb"
|
1364
|
+
Google::Ads::GoogleAds::V6::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
|
1397
1365
|
end
|
1398
1366
|
|
1399
|
-
# Returns the descriptor for the
|
1367
|
+
# Returns the descriptor for the UserListStringRuleItemOperator enum
|
1400
1368
|
#
|
1401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1402
|
-
def self.
|
1403
|
-
require "google/ads/google_ads/v6/enums/
|
1404
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
|
1370
|
+
def self.user_list_string_rule_item_operator
|
1371
|
+
require "google/ads/google_ads/v6/enums/user_list_string_rule_item_operator_pb"
|
1372
|
+
Google::Ads::GoogleAds::V6::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
|
1405
1373
|
end
|
1406
1374
|
|
1407
|
-
# Returns the descriptor for the
|
1375
|
+
# Returns the descriptor for the AccessReason enum
|
1408
1376
|
#
|
1409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1410
|
-
def self.
|
1411
|
-
require "google/ads/google_ads/v6/enums/
|
1412
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
|
1378
|
+
def self.access_reason
|
1379
|
+
require "google/ads/google_ads/v6/enums/access_reason_pb"
|
1380
|
+
Google::Ads::GoogleAds::V6::Enums::AccessReasonEnum::AccessReason.descriptor
|
1413
1381
|
end
|
1414
1382
|
|
1415
|
-
# Returns the descriptor for the
|
1383
|
+
# Returns the descriptor for the UserListAccessStatus enum
|
1416
1384
|
#
|
1417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1418
|
-
def self.
|
1419
|
-
require "google/ads/google_ads/v6/enums/
|
1420
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
|
1386
|
+
def self.user_list_access_status
|
1387
|
+
require "google/ads/google_ads/v6/enums/user_list_access_status_pb"
|
1388
|
+
Google::Ads::GoogleAds::V6::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
|
1421
1389
|
end
|
1422
1390
|
|
1423
|
-
# Returns the descriptor for the
|
1391
|
+
# Returns the descriptor for the UserListClosingReason enum
|
1424
1392
|
#
|
1425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1426
|
-
def self.
|
1427
|
-
require "google/ads/google_ads/v6/enums/
|
1428
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
|
1394
|
+
def self.user_list_closing_reason
|
1395
|
+
require "google/ads/google_ads/v6/enums/user_list_closing_reason_pb"
|
1396
|
+
Google::Ads::GoogleAds::V6::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
|
1429
1397
|
end
|
1430
1398
|
|
1431
|
-
# Returns the descriptor for the
|
1399
|
+
# Returns the descriptor for the UserListMembershipStatus enum
|
1432
1400
|
#
|
1433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1434
|
-
def self.
|
1435
|
-
require "google/ads/google_ads/v6/enums/
|
1436
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
|
1402
|
+
def self.user_list_membership_status
|
1403
|
+
require "google/ads/google_ads/v6/enums/user_list_membership_status_pb"
|
1404
|
+
Google::Ads::GoogleAds::V6::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
|
1437
1405
|
end
|
1438
1406
|
|
1439
|
-
# Returns the descriptor for the
|
1407
|
+
# Returns the descriptor for the UserListSizeRange enum
|
1440
1408
|
#
|
1441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1442
|
-
def self.
|
1443
|
-
require "google/ads/google_ads/v6/enums/
|
1444
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
|
1410
|
+
def self.user_list_size_range
|
1411
|
+
require "google/ads/google_ads/v6/enums/user_list_size_range_pb"
|
1412
|
+
Google::Ads::GoogleAds::V6::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
|
1445
1413
|
end
|
1446
1414
|
|
1447
|
-
# Returns the descriptor for the
|
1415
|
+
# Returns the descriptor for the UserListType enum
|
1448
1416
|
#
|
1449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1450
|
-
def self.
|
1451
|
-
require "google/ads/google_ads/v6/enums/
|
1452
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
|
1418
|
+
def self.user_list_type
|
1419
|
+
require "google/ads/google_ads/v6/enums/user_list_type_pb"
|
1420
|
+
Google::Ads::GoogleAds::V6::Enums::UserListTypeEnum::UserListType.descriptor
|
1453
1421
|
end
|
1454
1422
|
|
1455
|
-
# Returns the descriptor for the
|
1423
|
+
# Returns the descriptor for the CombinedAudienceStatus enum
|
1456
1424
|
#
|
1457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1458
|
-
def self.
|
1459
|
-
require "google/ads/google_ads/v6/
|
1460
|
-
Google::Ads::GoogleAds::V6::
|
1425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CombinedAudienceStatus enum
|
1426
|
+
def self.combined_audience_status
|
1427
|
+
require "google/ads/google_ads/v6/enums/combined_audience_status_pb"
|
1428
|
+
Google::Ads::GoogleAds::V6::Enums::CombinedAudienceStatusEnum::CombinedAudienceStatus.descriptor
|
1461
1429
|
end
|
1462
1430
|
|
1463
|
-
# Returns the descriptor for the
|
1431
|
+
# Returns the descriptor for the GeoTargetConstantStatus enum
|
1464
1432
|
#
|
1465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1466
|
-
def self.
|
1467
|
-
require "google/ads/google_ads/v6/enums/
|
1468
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
1434
|
+
def self.geo_target_constant_status
|
1435
|
+
require "google/ads/google_ads/v6/enums/geo_target_constant_status_pb"
|
1436
|
+
Google::Ads::GoogleAds::V6::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
1469
1437
|
end
|
1470
1438
|
|
1471
|
-
# Returns the descriptor for the
|
1439
|
+
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
1472
1440
|
#
|
1473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1474
|
-
def self.
|
1475
|
-
require "google/ads/google_ads/v6/enums/
|
1476
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
1442
|
+
def self.google_ads_field_category
|
1443
|
+
require "google/ads/google_ads/v6/enums/google_ads_field_category_pb"
|
1444
|
+
Google::Ads::GoogleAds::V6::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
1477
1445
|
end
|
1478
1446
|
|
1479
|
-
# Returns the descriptor for the
|
1447
|
+
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
1480
1448
|
#
|
1481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1482
|
-
def self.
|
1483
|
-
require "google/ads/google_ads/v6/enums/
|
1484
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
1450
|
+
def self.google_ads_field_data_type
|
1451
|
+
require "google/ads/google_ads/v6/enums/google_ads_field_data_type_pb"
|
1452
|
+
Google::Ads::GoogleAds::V6::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
1485
1453
|
end
|
1486
1454
|
|
1487
|
-
# Returns the descriptor for the
|
1455
|
+
# Returns the descriptor for the TrackingCodePageFormat enum
|
1488
1456
|
#
|
1489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1490
|
-
def self.
|
1491
|
-
require "google/ads/google_ads/v6/enums/
|
1492
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
1458
|
+
def self.tracking_code_page_format
|
1459
|
+
require "google/ads/google_ads/v6/enums/tracking_code_page_format_pb"
|
1460
|
+
Google::Ads::GoogleAds::V6::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
1493
1461
|
end
|
1494
1462
|
|
1495
|
-
# Returns the descriptor for the
|
1463
|
+
# Returns the descriptor for the TrackingCodeType enum
|
1496
1464
|
#
|
1497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1498
|
-
def self.
|
1499
|
-
require "google/ads/google_ads/v6/enums/
|
1500
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
1466
|
+
def self.tracking_code_type
|
1467
|
+
require "google/ads/google_ads/v6/enums/tracking_code_type_pb"
|
1468
|
+
Google::Ads::GoogleAds::V6::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
1501
1469
|
end
|
1502
1470
|
|
1503
|
-
# Returns the descriptor for the
|
1471
|
+
# Returns the descriptor for the CampaignDraftStatus enum
|
1504
1472
|
#
|
1505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1506
|
-
def self.
|
1507
|
-
require "google/ads/google_ads/v6/enums/
|
1508
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
1474
|
+
def self.campaign_draft_status
|
1475
|
+
require "google/ads/google_ads/v6/enums/campaign_draft_status_pb"
|
1476
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
1509
1477
|
end
|
1510
1478
|
|
1511
|
-
# Returns the descriptor for the
|
1479
|
+
# Returns the descriptor for the MediaType enum
|
1512
1480
|
#
|
1513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1514
|
-
def self.
|
1515
|
-
require "google/ads/google_ads/v6/enums/
|
1516
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
1482
|
+
def self.media_type
|
1483
|
+
require "google/ads/google_ads/v6/enums/media_type_pb"
|
1484
|
+
Google::Ads::GoogleAds::V6::Enums::MediaTypeEnum::MediaType.descriptor
|
1517
1485
|
end
|
1518
1486
|
|
1519
1487
|
# Returns the descriptor for the CampaignExperimentStatus enum
|
@@ -1532,284 +1500,332 @@ module Google
|
|
1532
1500
|
Google::Ads::GoogleAds::V6::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
1533
1501
|
end
|
1534
1502
|
|
1535
|
-
# Returns the descriptor for the
|
1503
|
+
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
1536
1504
|
#
|
1537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1538
|
-
def self.
|
1539
|
-
require "google/ads/google_ads/v6/enums/
|
1540
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
1506
|
+
def self.product_bidding_category_status
|
1507
|
+
require "google/ads/google_ads/v6/enums/product_bidding_category_status_pb"
|
1508
|
+
Google::Ads::GoogleAds::V6::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
1541
1509
|
end
|
1542
1510
|
|
1543
|
-
# Returns the descriptor for the
|
1511
|
+
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
1544
1512
|
#
|
1545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1546
|
-
def self.
|
1547
|
-
require "google/ads/google_ads/v6/enums/
|
1548
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
1514
|
+
def self.ad_customizer_placeholder_field
|
1515
|
+
require "google/ads/google_ads/v6/enums/ad_customizer_placeholder_field_pb"
|
1516
|
+
Google::Ads::GoogleAds::V6::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
1549
1517
|
end
|
1550
1518
|
|
1551
|
-
# Returns the descriptor for the
|
1519
|
+
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
1552
1520
|
#
|
1553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1554
|
-
def self.
|
1555
|
-
require "google/ads/google_ads/v6/enums/
|
1556
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
1522
|
+
def self.affiliate_location_placeholder_field
|
1523
|
+
require "google/ads/google_ads/v6/enums/affiliate_location_placeholder_field_pb"
|
1524
|
+
Google::Ads::GoogleAds::V6::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
1557
1525
|
end
|
1558
1526
|
|
1559
|
-
# Returns the descriptor for the
|
1527
|
+
# Returns the descriptor for the AppPlaceholderField enum
|
1560
1528
|
#
|
1561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1562
|
-
def self.
|
1563
|
-
require "google/ads/google_ads/v6/enums/
|
1564
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
1530
|
+
def self.app_placeholder_field
|
1531
|
+
require "google/ads/google_ads/v6/enums/app_placeholder_field_pb"
|
1532
|
+
Google::Ads::GoogleAds::V6::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
1565
1533
|
end
|
1566
1534
|
|
1567
|
-
# Returns the descriptor for the
|
1535
|
+
# Returns the descriptor for the CallPlaceholderField enum
|
1568
1536
|
#
|
1569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1570
|
-
def self.
|
1571
|
-
require "google/ads/google_ads/v6/enums/
|
1572
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
1538
|
+
def self.call_placeholder_field
|
1539
|
+
require "google/ads/google_ads/v6/enums/call_placeholder_field_pb"
|
1540
|
+
Google::Ads::GoogleAds::V6::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
1573
1541
|
end
|
1574
1542
|
|
1575
|
-
# Returns the descriptor for the
|
1543
|
+
# Returns the descriptor for the CalloutPlaceholderField enum
|
1576
1544
|
#
|
1577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1578
|
-
def self.
|
1579
|
-
require "google/ads/google_ads/v6/enums/
|
1580
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
1546
|
+
def self.callout_placeholder_field
|
1547
|
+
require "google/ads/google_ads/v6/enums/callout_placeholder_field_pb"
|
1548
|
+
Google::Ads::GoogleAds::V6::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
1581
1549
|
end
|
1582
1550
|
|
1583
|
-
# Returns the descriptor for the
|
1551
|
+
# Returns the descriptor for the CustomPlaceholderField enum
|
1584
1552
|
#
|
1585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1586
|
-
def self.
|
1587
|
-
require "google/ads/google_ads/v6/enums/
|
1588
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
1554
|
+
def self.custom_placeholder_field
|
1555
|
+
require "google/ads/google_ads/v6/enums/custom_placeholder_field_pb"
|
1556
|
+
Google::Ads::GoogleAds::V6::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
1589
1557
|
end
|
1590
1558
|
|
1591
|
-
# Returns the descriptor for the
|
1559
|
+
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
1592
1560
|
#
|
1593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1594
|
-
def self.
|
1595
|
-
require "google/ads/google_ads/v6/enums/
|
1596
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
1562
|
+
def self.dsa_page_feed_criterion_field
|
1563
|
+
require "google/ads/google_ads/v6/enums/dsa_page_feed_criterion_field_pb"
|
1564
|
+
Google::Ads::GoogleAds::V6::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
1597
1565
|
end
|
1598
1566
|
|
1599
|
-
# Returns the descriptor for the
|
1567
|
+
# Returns the descriptor for the EducationPlaceholderField enum
|
1600
1568
|
#
|
1601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1602
|
-
def self.
|
1603
|
-
require "google/ads/google_ads/v6/enums/
|
1604
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
1570
|
+
def self.education_placeholder_field
|
1571
|
+
require "google/ads/google_ads/v6/enums/education_placeholder_field_pb"
|
1572
|
+
Google::Ads::GoogleAds::V6::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
1573
|
+
end
|
1574
|
+
|
1575
|
+
# Returns the descriptor for the FeedMappingCriterionType enum
|
1576
|
+
#
|
1577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
1578
|
+
def self.feed_mapping_criterion_type
|
1579
|
+
require "google/ads/google_ads/v6/enums/feed_mapping_criterion_type_pb"
|
1580
|
+
Google::Ads::GoogleAds::V6::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
1581
|
+
end
|
1582
|
+
|
1583
|
+
# Returns the descriptor for the FeedMappingStatus enum
|
1584
|
+
#
|
1585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
1586
|
+
def self.feed_mapping_status
|
1587
|
+
require "google/ads/google_ads/v6/enums/feed_mapping_status_pb"
|
1588
|
+
Google::Ads::GoogleAds::V6::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
# Returns the descriptor for the FlightPlaceholderField enum
|
1592
|
+
#
|
1593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
1594
|
+
def self.flight_placeholder_field
|
1595
|
+
require "google/ads/google_ads/v6/enums/flight_placeholder_field_pb"
|
1596
|
+
Google::Ads::GoogleAds::V6::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
1597
|
+
end
|
1598
|
+
|
1599
|
+
# Returns the descriptor for the HotelPlaceholderField enum
|
1600
|
+
#
|
1601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
1602
|
+
def self.hotel_placeholder_field
|
1603
|
+
require "google/ads/google_ads/v6/enums/hotel_placeholder_field_pb"
|
1604
|
+
Google::Ads::GoogleAds::V6::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
1605
|
+
end
|
1606
|
+
|
1607
|
+
# Returns the descriptor for the ImagePlaceholderField enum
|
1608
|
+
#
|
1609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ImagePlaceholderField enum
|
1610
|
+
def self.image_placeholder_field
|
1611
|
+
require "google/ads/google_ads/v6/enums/image_placeholder_field_pb"
|
1612
|
+
Google::Ads::GoogleAds::V6::Enums::ImagePlaceholderFieldEnum::ImagePlaceholderField.descriptor
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
# Returns the descriptor for the JobPlaceholderField enum
|
1616
|
+
#
|
1617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
1618
|
+
def self.job_placeholder_field
|
1619
|
+
require "google/ads/google_ads/v6/enums/job_placeholder_field_pb"
|
1620
|
+
Google::Ads::GoogleAds::V6::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
1605
1621
|
end
|
1606
1622
|
|
1607
|
-
# Returns the descriptor for the
|
1623
|
+
# Returns the descriptor for the LocalPlaceholderField enum
|
1608
1624
|
#
|
1609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1610
|
-
def self.
|
1611
|
-
require "google/ads/google_ads/v6/enums/
|
1612
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
1626
|
+
def self.local_placeholder_field
|
1627
|
+
require "google/ads/google_ads/v6/enums/local_placeholder_field_pb"
|
1628
|
+
Google::Ads::GoogleAds::V6::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
1613
1629
|
end
|
1614
1630
|
|
1615
|
-
# Returns the descriptor for the
|
1631
|
+
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
1616
1632
|
#
|
1617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1618
|
-
def self.
|
1619
|
-
require "google/ads/google_ads/v6/enums/
|
1620
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
1634
|
+
def self.location_extension_targeting_criterion_field
|
1635
|
+
require "google/ads/google_ads/v6/enums/location_extension_targeting_criterion_field_pb"
|
1636
|
+
Google::Ads::GoogleAds::V6::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
1621
1637
|
end
|
1622
1638
|
|
1623
|
-
# Returns the descriptor for the
|
1639
|
+
# Returns the descriptor for the LocationPlaceholderField enum
|
1624
1640
|
#
|
1625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1626
|
-
def self.
|
1627
|
-
require "google/ads/google_ads/v6/enums/
|
1628
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
1642
|
+
def self.location_placeholder_field
|
1643
|
+
require "google/ads/google_ads/v6/enums/location_placeholder_field_pb"
|
1644
|
+
Google::Ads::GoogleAds::V6::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
1629
1645
|
end
|
1630
1646
|
|
1631
|
-
# Returns the descriptor for the
|
1647
|
+
# Returns the descriptor for the MessagePlaceholderField enum
|
1632
1648
|
#
|
1633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1634
|
-
def self.
|
1635
|
-
require "google/ads/google_ads/v6/
|
1636
|
-
Google::Ads::GoogleAds::V6::
|
1649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
1650
|
+
def self.message_placeholder_field
|
1651
|
+
require "google/ads/google_ads/v6/enums/message_placeholder_field_pb"
|
1652
|
+
Google::Ads::GoogleAds::V6::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
1637
1653
|
end
|
1638
1654
|
|
1639
|
-
# Returns the descriptor for the
|
1655
|
+
# Returns the descriptor for the PricePlaceholderField enum
|
1640
1656
|
#
|
1641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1642
|
-
def self.
|
1643
|
-
require "google/ads/google_ads/v6/enums/
|
1644
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
1658
|
+
def self.price_placeholder_field
|
1659
|
+
require "google/ads/google_ads/v6/enums/price_placeholder_field_pb"
|
1660
|
+
Google::Ads::GoogleAds::V6::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
1645
1661
|
end
|
1646
1662
|
|
1647
|
-
# Returns the descriptor for the
|
1663
|
+
# Returns the descriptor for the PromotionPlaceholderField enum
|
1648
1664
|
#
|
1649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1650
|
-
def self.
|
1651
|
-
require "google/ads/google_ads/v6/enums/
|
1652
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
1666
|
+
def self.promotion_placeholder_field
|
1667
|
+
require "google/ads/google_ads/v6/enums/promotion_placeholder_field_pb"
|
1668
|
+
Google::Ads::GoogleAds::V6::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
1653
1669
|
end
|
1654
1670
|
|
1655
|
-
# Returns the descriptor for the
|
1671
|
+
# Returns the descriptor for the RealEstatePlaceholderField enum
|
1656
1672
|
#
|
1657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1658
|
-
def self.
|
1659
|
-
require "google/ads/google_ads/v6/enums/
|
1660
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
1674
|
+
def self.real_estate_placeholder_field
|
1675
|
+
require "google/ads/google_ads/v6/enums/real_estate_placeholder_field_pb"
|
1676
|
+
Google::Ads::GoogleAds::V6::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
1661
1677
|
end
|
1662
1678
|
|
1663
|
-
# Returns the descriptor for the
|
1679
|
+
# Returns the descriptor for the SitelinkPlaceholderField enum
|
1664
1680
|
#
|
1665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1666
|
-
def self.
|
1667
|
-
require "google/ads/google_ads/v6/enums/
|
1668
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
1682
|
+
def self.sitelink_placeholder_field
|
1683
|
+
require "google/ads/google_ads/v6/enums/sitelink_placeholder_field_pb"
|
1684
|
+
Google::Ads::GoogleAds::V6::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
1669
1685
|
end
|
1670
1686
|
|
1671
|
-
# Returns the descriptor for the
|
1687
|
+
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
1672
1688
|
#
|
1673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1674
|
-
def self.
|
1675
|
-
require "google/ads/google_ads/v6/enums/
|
1676
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
1690
|
+
def self.structured_snippet_placeholder_field
|
1691
|
+
require "google/ads/google_ads/v6/enums/structured_snippet_placeholder_field_pb"
|
1692
|
+
Google::Ads::GoogleAds::V6::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
1677
1693
|
end
|
1678
1694
|
|
1679
|
-
# Returns the descriptor for the
|
1695
|
+
# Returns the descriptor for the TravelPlaceholderField enum
|
1680
1696
|
#
|
1681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1682
|
-
def self.
|
1683
|
-
require "google/ads/google_ads/v6/enums/
|
1684
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
1698
|
+
def self.travel_placeholder_field
|
1699
|
+
require "google/ads/google_ads/v6/enums/travel_placeholder_field_pb"
|
1700
|
+
Google::Ads::GoogleAds::V6::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
1685
1701
|
end
|
1686
1702
|
|
1687
|
-
# Returns the descriptor for the
|
1703
|
+
# Returns the descriptor for the DistanceBucket enum
|
1688
1704
|
#
|
1689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1690
|
-
def self.
|
1691
|
-
require "google/ads/google_ads/v6/enums/
|
1692
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
|
1706
|
+
def self.distance_bucket
|
1707
|
+
require "google/ads/google_ads/v6/enums/distance_bucket_pb"
|
1708
|
+
Google::Ads::GoogleAds::V6::Enums::DistanceBucketEnum::DistanceBucket.descriptor
|
1693
1709
|
end
|
1694
1710
|
|
1695
|
-
# Returns the descriptor for the
|
1711
|
+
# Returns the descriptor for the ChangeStatusOperation enum
|
1696
1712
|
#
|
1697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1698
|
-
def self.
|
1699
|
-
require "google/ads/google_ads/v6/enums/
|
1700
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
1714
|
+
def self.change_status_operation
|
1715
|
+
require "google/ads/google_ads/v6/enums/change_status_operation_pb"
|
1716
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
1701
1717
|
end
|
1702
1718
|
|
1703
|
-
# Returns the descriptor for the
|
1719
|
+
# Returns the descriptor for the ChangeStatusResourceType enum
|
1704
1720
|
#
|
1705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1706
|
-
def self.
|
1707
|
-
require "google/ads/google_ads/v6/enums/
|
1708
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
1722
|
+
def self.change_status_resource_type
|
1723
|
+
require "google/ads/google_ads/v6/enums/change_status_resource_type_pb"
|
1724
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
1709
1725
|
end
|
1710
1726
|
|
1711
|
-
# Returns the descriptor for the
|
1727
|
+
# Returns the descriptor for the CustomInterestMemberType enum
|
1712
1728
|
#
|
1713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1714
|
-
def self.
|
1715
|
-
require "google/ads/google_ads/v6/enums/
|
1716
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
1730
|
+
def self.custom_interest_member_type
|
1731
|
+
require "google/ads/google_ads/v6/enums/custom_interest_member_type_pb"
|
1732
|
+
Google::Ads::GoogleAds::V6::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
1717
1733
|
end
|
1718
1734
|
|
1719
|
-
# Returns the descriptor for the
|
1735
|
+
# Returns the descriptor for the CustomInterestStatus enum
|
1720
1736
|
#
|
1721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1722
|
-
def self.
|
1723
|
-
require "google/ads/google_ads/v6/enums/
|
1724
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
1738
|
+
def self.custom_interest_status
|
1739
|
+
require "google/ads/google_ads/v6/enums/custom_interest_status_pb"
|
1740
|
+
Google::Ads::GoogleAds::V6::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
1725
1741
|
end
|
1726
1742
|
|
1727
|
-
# Returns the descriptor for the
|
1743
|
+
# Returns the descriptor for the CustomInterestType enum
|
1728
1744
|
#
|
1729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1730
|
-
def self.
|
1731
|
-
require "google/ads/google_ads/v6/enums/
|
1732
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
1746
|
+
def self.custom_interest_type
|
1747
|
+
require "google/ads/google_ads/v6/enums/custom_interest_type_pb"
|
1748
|
+
Google::Ads::GoogleAds::V6::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
1733
1749
|
end
|
1734
1750
|
|
1735
|
-
# Returns the descriptor for the
|
1751
|
+
# Returns the descriptor for the GeoTargetingType enum
|
1736
1752
|
#
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1738
|
-
def self.
|
1739
|
-
require "google/ads/google_ads/v6/enums/
|
1740
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
1754
|
+
def self.geo_targeting_type
|
1755
|
+
require "google/ads/google_ads/v6/enums/geo_targeting_type_pb"
|
1756
|
+
Google::Ads::GoogleAds::V6::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
1741
1757
|
end
|
1742
1758
|
|
1743
|
-
# Returns the descriptor for the
|
1759
|
+
# Returns the descriptor for the AttributionModel enum
|
1744
1760
|
#
|
1745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1746
|
-
def self.
|
1747
|
-
require "google/ads/google_ads/v6/enums/
|
1748
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
1762
|
+
def self.attribution_model
|
1763
|
+
require "google/ads/google_ads/v6/enums/attribution_model_pb"
|
1764
|
+
Google::Ads::GoogleAds::V6::Enums::AttributionModelEnum::AttributionModel.descriptor
|
1749
1765
|
end
|
1750
1766
|
|
1751
|
-
# Returns the descriptor for the
|
1767
|
+
# Returns the descriptor for the ConversionActionCategory enum
|
1752
1768
|
#
|
1753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1754
|
-
def self.
|
1755
|
-
require "google/ads/google_ads/v6/enums/
|
1756
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
1770
|
+
def self.conversion_action_category
|
1771
|
+
require "google/ads/google_ads/v6/enums/conversion_action_category_pb"
|
1772
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
1757
1773
|
end
|
1758
1774
|
|
1759
|
-
# Returns the descriptor for the
|
1775
|
+
# Returns the descriptor for the ConversionActionCountingType enum
|
1760
1776
|
#
|
1761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1762
|
-
def self.
|
1763
|
-
require "google/ads/google_ads/v6/enums/
|
1764
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
1778
|
+
def self.conversion_action_counting_type
|
1779
|
+
require "google/ads/google_ads/v6/enums/conversion_action_counting_type_pb"
|
1780
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
1765
1781
|
end
|
1766
1782
|
|
1767
|
-
# Returns the descriptor for the
|
1783
|
+
# Returns the descriptor for the ConversionActionStatus enum
|
1768
1784
|
#
|
1769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1770
|
-
def self.
|
1771
|
-
require "google/ads/google_ads/v6/enums/
|
1772
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
1786
|
+
def self.conversion_action_status
|
1787
|
+
require "google/ads/google_ads/v6/enums/conversion_action_status_pb"
|
1788
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
1773
1789
|
end
|
1774
1790
|
|
1775
|
-
# Returns the descriptor for the
|
1791
|
+
# Returns the descriptor for the ConversionActionType enum
|
1776
1792
|
#
|
1777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1778
|
-
def self.
|
1779
|
-
require "google/ads/google_ads/v6/enums/
|
1780
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
1794
|
+
def self.conversion_action_type
|
1795
|
+
require "google/ads/google_ads/v6/enums/conversion_action_type_pb"
|
1796
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
1781
1797
|
end
|
1782
1798
|
|
1783
|
-
# Returns the descriptor for the
|
1799
|
+
# Returns the descriptor for the DataDrivenModelStatus enum
|
1784
1800
|
#
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1786
|
-
def self.
|
1787
|
-
require "google/ads/google_ads/v6/enums/
|
1788
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
1802
|
+
def self.data_driven_model_status
|
1803
|
+
require "google/ads/google_ads/v6/enums/data_driven_model_status_pb"
|
1804
|
+
Google::Ads::GoogleAds::V6::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
1789
1805
|
end
|
1790
1806
|
|
1791
|
-
# Returns the descriptor for the
|
1807
|
+
# Returns the descriptor for the ResponseContentType enum
|
1792
1808
|
#
|
1793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1794
|
-
def self.
|
1795
|
-
require "google/ads/google_ads/v6/enums/
|
1796
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResponseContentType enum
|
1810
|
+
def self.response_content_type
|
1811
|
+
require "google/ads/google_ads/v6/enums/response_content_type_pb"
|
1812
|
+
Google::Ads::GoogleAds::V6::Enums::ResponseContentTypeEnum::ResponseContentType.descriptor
|
1797
1813
|
end
|
1798
1814
|
|
1799
|
-
# Returns the descriptor for the
|
1815
|
+
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1800
1816
|
#
|
1801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1802
|
-
def self.
|
1803
|
-
require "google/ads/google_ads/v6/enums/
|
1804
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
1818
|
+
def self.keyword_plan_competition_level
|
1819
|
+
require "google/ads/google_ads/v6/enums/keyword_plan_competition_level_pb"
|
1820
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
1805
1821
|
end
|
1806
1822
|
|
1807
|
-
# Returns the descriptor for the
|
1823
|
+
# Returns the descriptor for the MonthOfYear enum
|
1808
1824
|
#
|
1809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1810
|
-
def self.
|
1811
|
-
require "google/ads/google_ads/v6/enums/
|
1812
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1826
|
+
def self.month_of_year
|
1827
|
+
require "google/ads/google_ads/v6/enums/month_of_year_pb"
|
1828
|
+
Google::Ads::GoogleAds::V6::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1813
1829
|
end
|
1814
1830
|
|
1815
1831
|
# Returns the descriptor for the InteractionEventType enum
|
@@ -1892,380 +1908,132 @@ module Google
|
|
1892
1908
|
Google::Ads::GoogleAds::V6::Enums::HotelPriceBucketEnum::HotelPriceBucket.descriptor
|
1893
1909
|
end
|
1894
1910
|
|
1895
|
-
# Returns the descriptor for the HotelRateType enum
|
1896
|
-
#
|
1897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelRateType enum
|
1898
|
-
def self.hotel_rate_type
|
1899
|
-
require "google/ads/google_ads/v6/enums/hotel_rate_type_pb"
|
1900
|
-
Google::Ads::GoogleAds::V6::Enums::HotelRateTypeEnum::HotelRateType.descriptor
|
1901
|
-
end
|
1902
|
-
|
1903
|
-
# Returns the descriptor for the MonthOfYear enum
|
1904
|
-
#
|
1905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1906
|
-
def self.month_of_year
|
1907
|
-
require "google/ads/google_ads/v6/enums/month_of_year_pb"
|
1908
|
-
Google::Ads::GoogleAds::V6::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1909
|
-
end
|
1910
|
-
|
1911
|
-
# Returns the descriptor for the SearchEngineResultsPageType enum
|
1912
|
-
#
|
1913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
|
1914
|
-
def self.search_engine_results_page_type
|
1915
|
-
require "google/ads/google_ads/v6/enums/search_engine_results_page_type_pb"
|
1916
|
-
Google::Ads::GoogleAds::V6::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
|
1917
|
-
end
|
1918
|
-
|
1919
|
-
# Returns the descriptor for the SearchTermMatchType enum
|
1920
|
-
#
|
1921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
|
1922
|
-
def self.search_term_match_type
|
1923
|
-
require "google/ads/google_ads/v6/enums/search_term_match_type_pb"
|
1924
|
-
Google::Ads::GoogleAds::V6::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
|
1925
|
-
end
|
1926
|
-
|
1927
|
-
# Returns the descriptor for the Slot enum
|
1928
|
-
#
|
1929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Slot enum
|
1930
|
-
def self.slot
|
1931
|
-
require "google/ads/google_ads/v6/enums/slot_pb"
|
1932
|
-
Google::Ads::GoogleAds::V6::Enums::SlotEnum::Slot.descriptor
|
1933
|
-
end
|
1934
|
-
|
1935
|
-
# Returns the descriptor for the SummaryRowSetting enum
|
1936
|
-
#
|
1937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SummaryRowSetting enum
|
1938
|
-
def self.summary_row_setting
|
1939
|
-
require "google/ads/google_ads/v6/enums/summary_row_setting_pb"
|
1940
|
-
Google::Ads::GoogleAds::V6::Enums::SummaryRowSettingEnum::SummaryRowSetting.descriptor
|
1941
|
-
end
|
1942
|
-
|
1943
|
-
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1944
|
-
#
|
1945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
1946
|
-
def self.keyword_plan_competition_level
|
1947
|
-
require "google/ads/google_ads/v6/enums/keyword_plan_competition_level_pb"
|
1948
|
-
Google::Ads::GoogleAds::V6::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
1949
|
-
end
|
1950
|
-
|
1951
|
-
# Returns the descriptor for the ConversionAdjustmentType enum
|
1952
|
-
#
|
1953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
1954
|
-
def self.conversion_adjustment_type
|
1955
|
-
require "google/ads/google_ads/v6/enums/conversion_adjustment_type_pb"
|
1956
|
-
Google::Ads::GoogleAds::V6::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
1957
|
-
end
|
1958
|
-
|
1959
|
-
# Returns the descriptor for the ReachPlanAdLength enum
|
1960
|
-
#
|
1961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
|
1962
|
-
def self.reach_plan_ad_length
|
1963
|
-
require "google/ads/google_ads/v6/enums/reach_plan_ad_length_pb"
|
1964
|
-
Google::Ads::GoogleAds::V6::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
|
1965
|
-
end
|
1966
|
-
|
1967
|
-
# Returns the descriptor for the ReachPlanAgeRange enum
|
1968
|
-
#
|
1969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
1970
|
-
def self.reach_plan_age_range
|
1971
|
-
require "google/ads/google_ads/v6/enums/reach_plan_age_range_pb"
|
1972
|
-
Google::Ads::GoogleAds::V6::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
1973
|
-
end
|
1974
|
-
|
1975
|
-
# Returns the descriptor for the ReachPlanNetwork enum
|
1976
|
-
#
|
1977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
|
1978
|
-
def self.reach_plan_network
|
1979
|
-
require "google/ads/google_ads/v6/enums/reach_plan_network_pb"
|
1980
|
-
Google::Ads::GoogleAds::V6::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
|
1981
|
-
end
|
1982
|
-
|
1983
|
-
# Returns the descriptor for the HeaderError enum
|
1984
|
-
#
|
1985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
1986
|
-
def self.header_error
|
1987
|
-
require "google/ads/google_ads/v6/errors/header_error_pb"
|
1988
|
-
Google::Ads::GoogleAds::V6::Errors::HeaderErrorEnum::HeaderError.descriptor
|
1989
|
-
end
|
1990
|
-
|
1991
|
-
# Returns the descriptor for the OfflineUserDataJobError enum
|
1992
|
-
#
|
1993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
|
1994
|
-
def self.offline_user_data_job_error
|
1995
|
-
require "google/ads/google_ads/v6/errors/offline_user_data_job_error_pb"
|
1996
|
-
Google::Ads::GoogleAds::V6::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
|
1997
|
-
end
|
1998
|
-
|
1999
|
-
# Returns the descriptor for the CurrencyCodeError enum
|
2000
|
-
#
|
2001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CurrencyCodeError enum
|
2002
|
-
def self.currency_code_error
|
2003
|
-
require "google/ads/google_ads/v6/errors/currency_code_error_pb"
|
2004
|
-
Google::Ads::GoogleAds::V6::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
|
2005
|
-
end
|
2006
|
-
|
2007
|
-
# Returns the descriptor for the AdGroupAdError enum
|
2008
|
-
#
|
2009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
2010
|
-
def self.ad_group_ad_error
|
2011
|
-
require "google/ads/google_ads/v6/errors/ad_group_ad_error_pb"
|
2012
|
-
Google::Ads::GoogleAds::V6::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
|
2013
|
-
end
|
2014
|
-
|
2015
|
-
# Returns the descriptor for the CustomerFeedError enum
|
2016
|
-
#
|
2017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerFeedError enum
|
2018
|
-
def self.customer_feed_error
|
2019
|
-
require "google/ads/google_ads/v6/errors/customer_feed_error_pb"
|
2020
|
-
Google::Ads::GoogleAds::V6::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
|
2021
|
-
end
|
2022
|
-
|
2023
|
-
# Returns the descriptor for the KeywordPlanIdeaError enum
|
2024
|
-
#
|
2025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
|
2026
|
-
def self.keyword_plan_idea_error
|
2027
|
-
require "google/ads/google_ads/v6/errors/keyword_plan_idea_error_pb"
|
2028
|
-
Google::Ads::GoogleAds::V6::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
|
2029
|
-
end
|
2030
|
-
|
2031
|
-
# Returns the descriptor for the TimeZoneError enum
|
2032
|
-
#
|
2033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TimeZoneError enum
|
2034
|
-
def self.time_zone_error
|
2035
|
-
require "google/ads/google_ads/v6/errors/time_zone_error_pb"
|
2036
|
-
Google::Ads::GoogleAds::V6::Errors::TimeZoneErrorEnum::TimeZoneError.descriptor
|
2037
|
-
end
|
2038
|
-
|
2039
|
-
# Returns the descriptor for the UserListError enum
|
2040
|
-
#
|
2041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListError enum
|
2042
|
-
def self.user_list_error
|
2043
|
-
require "google/ads/google_ads/v6/errors/user_list_error_pb"
|
2044
|
-
Google::Ads::GoogleAds::V6::Errors::UserListErrorEnum::UserListError.descriptor
|
2045
|
-
end
|
2046
|
-
|
2047
|
-
# Returns the descriptor for the ListOperationError enum
|
2048
|
-
#
|
2049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListOperationError enum
|
2050
|
-
def self.list_operation_error
|
2051
|
-
require "google/ads/google_ads/v6/errors/list_operation_error_pb"
|
2052
|
-
Google::Ads::GoogleAds::V6::Errors::ListOperationErrorEnum::ListOperationError.descriptor
|
2053
|
-
end
|
2054
|
-
|
2055
|
-
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
2056
|
-
#
|
2057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
2058
|
-
def self.conversion_adjustment_upload_error
|
2059
|
-
require "google/ads/google_ads/v6/errors/conversion_adjustment_upload_error_pb"
|
2060
|
-
Google::Ads::GoogleAds::V6::Errors::ConversionAdjustmentUploadErrorEnum::ConversionAdjustmentUploadError.descriptor
|
2061
|
-
end
|
2062
|
-
|
2063
|
-
# Returns the descriptor for the CustomAudienceError enum
|
2064
|
-
#
|
2065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
|
2066
|
-
def self.custom_audience_error
|
2067
|
-
require "google/ads/google_ads/v6/errors/custom_audience_error_pb"
|
2068
|
-
Google::Ads::GoogleAds::V6::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
|
2069
|
-
end
|
2070
|
-
|
2071
|
-
# Returns the descriptor for the ConversionActionError enum
|
2072
|
-
#
|
2073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
2074
|
-
def self.conversion_action_error
|
2075
|
-
require "google/ads/google_ads/v6/errors/conversion_action_error_pb"
|
2076
|
-
Google::Ads::GoogleAds::V6::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
2077
|
-
end
|
2078
|
-
|
2079
|
-
# Returns the descriptor for the PolicyFindingError enum
|
2080
|
-
#
|
2081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
|
2082
|
-
def self.policy_finding_error
|
2083
|
-
require "google/ads/google_ads/v6/errors/policy_finding_error_pb"
|
2084
|
-
Google::Ads::GoogleAds::V6::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
|
2085
|
-
end
|
2086
|
-
|
2087
|
-
# Returns the descriptor for the FieldError enum
|
2088
|
-
#
|
2089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
2090
|
-
def self.field_error
|
2091
|
-
require "google/ads/google_ads/v6/errors/field_error_pb"
|
2092
|
-
Google::Ads::GoogleAds::V6::Errors::FieldErrorEnum::FieldError.descriptor
|
2093
|
-
end
|
2094
|
-
|
2095
|
-
# Returns the descriptor for the OperationAccessDeniedError enum
|
2096
|
-
#
|
2097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OperationAccessDeniedError enum
|
2098
|
-
def self.operation_access_denied_error
|
2099
|
-
require "google/ads/google_ads/v6/errors/operation_access_denied_error_pb"
|
2100
|
-
Google::Ads::GoogleAds::V6::Errors::OperationAccessDeniedErrorEnum::OperationAccessDeniedError.descriptor
|
2101
|
-
end
|
2102
|
-
|
2103
|
-
# Returns the descriptor for the NullError enum
|
2104
|
-
#
|
2105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NullError enum
|
2106
|
-
def self.null_error
|
2107
|
-
require "google/ads/google_ads/v6/errors/null_error_pb"
|
2108
|
-
Google::Ads::GoogleAds::V6::Errors::NullErrorEnum::NullError.descriptor
|
2109
|
-
end
|
2110
|
-
|
2111
|
-
# Returns the descriptor for the LanguageCodeError enum
|
2112
|
-
#
|
2113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
|
2114
|
-
def self.language_code_error
|
2115
|
-
require "google/ads/google_ads/v6/errors/language_code_error_pb"
|
2116
|
-
Google::Ads::GoogleAds::V6::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
|
2117
|
-
end
|
2118
|
-
|
2119
|
-
# Returns the descriptor for the AuthorizationError enum
|
2120
|
-
#
|
2121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AuthorizationError enum
|
2122
|
-
def self.authorization_error
|
2123
|
-
require "google/ads/google_ads/v6/errors/authorization_error_pb"
|
2124
|
-
Google::Ads::GoogleAds::V6::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
2125
|
-
end
|
2126
|
-
|
2127
|
-
# Returns the descriptor for the SharedCriterionError enum
|
2128
|
-
#
|
2129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
2130
|
-
def self.shared_criterion_error
|
2131
|
-
require "google/ads/google_ads/v6/errors/shared_criterion_error_pb"
|
2132
|
-
Google::Ads::GoogleAds::V6::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
2133
|
-
end
|
2134
|
-
|
2135
|
-
# Returns the descriptor for the FeedError enum
|
2136
|
-
#
|
2137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedError enum
|
2138
|
-
def self.feed_error
|
2139
|
-
require "google/ads/google_ads/v6/errors/feed_error_pb"
|
2140
|
-
Google::Ads::GoogleAds::V6::Errors::FeedErrorEnum::FeedError.descriptor
|
2141
|
-
end
|
2142
|
-
|
2143
|
-
# Returns the descriptor for the MutateError enum
|
1911
|
+
# Returns the descriptor for the HotelRateType enum
|
2144
1912
|
#
|
2145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2146
|
-
def self.
|
2147
|
-
require "google/ads/google_ads/v6/
|
2148
|
-
Google::Ads::GoogleAds::V6::
|
1913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelRateType enum
|
1914
|
+
def self.hotel_rate_type
|
1915
|
+
require "google/ads/google_ads/v6/enums/hotel_rate_type_pb"
|
1916
|
+
Google::Ads::GoogleAds::V6::Enums::HotelRateTypeEnum::HotelRateType.descriptor
|
2149
1917
|
end
|
2150
1918
|
|
2151
|
-
# Returns the descriptor for the
|
1919
|
+
# Returns the descriptor for the SearchEngineResultsPageType enum
|
2152
1920
|
#
|
2153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2154
|
-
def self.
|
2155
|
-
require "google/ads/google_ads/v6/
|
2156
|
-
Google::Ads::GoogleAds::V6::
|
1921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
|
1922
|
+
def self.search_engine_results_page_type
|
1923
|
+
require "google/ads/google_ads/v6/enums/search_engine_results_page_type_pb"
|
1924
|
+
Google::Ads::GoogleAds::V6::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
|
2157
1925
|
end
|
2158
1926
|
|
2159
|
-
# Returns the descriptor for the
|
1927
|
+
# Returns the descriptor for the SearchTermMatchType enum
|
2160
1928
|
#
|
2161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2162
|
-
def self.
|
2163
|
-
require "google/ads/google_ads/v6/
|
2164
|
-
Google::Ads::GoogleAds::V6::
|
1929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
|
1930
|
+
def self.search_term_match_type
|
1931
|
+
require "google/ads/google_ads/v6/enums/search_term_match_type_pb"
|
1932
|
+
Google::Ads::GoogleAds::V6::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
|
2165
1933
|
end
|
2166
1934
|
|
2167
|
-
# Returns the descriptor for the
|
1935
|
+
# Returns the descriptor for the Slot enum
|
2168
1936
|
#
|
2169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2170
|
-
def self.
|
2171
|
-
require "google/ads/google_ads/v6/
|
2172
|
-
Google::Ads::GoogleAds::V6::
|
1937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Slot enum
|
1938
|
+
def self.slot
|
1939
|
+
require "google/ads/google_ads/v6/enums/slot_pb"
|
1940
|
+
Google::Ads::GoogleAds::V6::Enums::SlotEnum::Slot.descriptor
|
2173
1941
|
end
|
2174
1942
|
|
2175
|
-
# Returns the descriptor for the
|
1943
|
+
# Returns the descriptor for the SummaryRowSetting enum
|
2176
1944
|
#
|
2177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2178
|
-
def self.
|
2179
|
-
require "google/ads/google_ads/v6/
|
2180
|
-
Google::Ads::GoogleAds::V6::
|
1945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SummaryRowSetting enum
|
1946
|
+
def self.summary_row_setting
|
1947
|
+
require "google/ads/google_ads/v6/enums/summary_row_setting_pb"
|
1948
|
+
Google::Ads::GoogleAds::V6::Enums::SummaryRowSettingEnum::SummaryRowSetting.descriptor
|
2181
1949
|
end
|
2182
1950
|
|
2183
|
-
# Returns the descriptor for the
|
1951
|
+
# Returns the descriptor for the ReachPlanAdLength enum
|
2184
1952
|
#
|
2185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2186
|
-
def self.
|
2187
|
-
require "google/ads/google_ads/v6/
|
2188
|
-
Google::Ads::GoogleAds::V6::
|
1953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
|
1954
|
+
def self.reach_plan_ad_length
|
1955
|
+
require "google/ads/google_ads/v6/enums/reach_plan_ad_length_pb"
|
1956
|
+
Google::Ads::GoogleAds::V6::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
|
2189
1957
|
end
|
2190
1958
|
|
2191
|
-
# Returns the descriptor for the
|
1959
|
+
# Returns the descriptor for the ReachPlanAgeRange enum
|
2192
1960
|
#
|
2193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2194
|
-
def self.
|
2195
|
-
require "google/ads/google_ads/v6/
|
2196
|
-
Google::Ads::GoogleAds::V6::
|
1961
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
1962
|
+
def self.reach_plan_age_range
|
1963
|
+
require "google/ads/google_ads/v6/enums/reach_plan_age_range_pb"
|
1964
|
+
Google::Ads::GoogleAds::V6::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
2197
1965
|
end
|
2198
1966
|
|
2199
|
-
# Returns the descriptor for the
|
1967
|
+
# Returns the descriptor for the ReachPlanNetwork enum
|
2200
1968
|
#
|
2201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2202
|
-
def self.
|
2203
|
-
require "google/ads/google_ads/v6/
|
2204
|
-
Google::Ads::GoogleAds::V6::
|
1969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
|
1970
|
+
def self.reach_plan_network
|
1971
|
+
require "google/ads/google_ads/v6/enums/reach_plan_network_pb"
|
1972
|
+
Google::Ads::GoogleAds::V6::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
|
2205
1973
|
end
|
2206
1974
|
|
2207
|
-
# Returns the descriptor for the
|
1975
|
+
# Returns the descriptor for the ConversionAdjustmentType enum
|
2208
1976
|
#
|
2209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2210
|
-
def self.
|
2211
|
-
require "google/ads/google_ads/v6/
|
2212
|
-
Google::Ads::GoogleAds::V6::
|
1977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
1978
|
+
def self.conversion_adjustment_type
|
1979
|
+
require "google/ads/google_ads/v6/enums/conversion_adjustment_type_pb"
|
1980
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
2213
1981
|
end
|
2214
1982
|
|
2215
|
-
# Returns the descriptor for the
|
1983
|
+
# Returns the descriptor for the CampaignFeedError enum
|
2216
1984
|
#
|
2217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2218
|
-
def self.
|
2219
|
-
require "google/ads/google_ads/v6/errors/
|
2220
|
-
Google::Ads::GoogleAds::V6::Errors::
|
1985
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
1986
|
+
def self.campaign_feed_error
|
1987
|
+
require "google/ads/google_ads/v6/errors/campaign_feed_error_pb"
|
1988
|
+
Google::Ads::GoogleAds::V6::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
|
2221
1989
|
end
|
2222
1990
|
|
2223
|
-
# Returns the descriptor for the
|
1991
|
+
# Returns the descriptor for the SettingError enum
|
2224
1992
|
#
|
2225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2226
|
-
def self.
|
2227
|
-
require "google/ads/google_ads/v6/errors/
|
2228
|
-
Google::Ads::GoogleAds::V6::Errors::
|
1993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
|
1994
|
+
def self.setting_error
|
1995
|
+
require "google/ads/google_ads/v6/errors/setting_error_pb"
|
1996
|
+
Google::Ads::GoogleAds::V6::Errors::SettingErrorEnum::SettingError.descriptor
|
2229
1997
|
end
|
2230
1998
|
|
2231
|
-
# Returns the descriptor for the
|
1999
|
+
# Returns the descriptor for the AccountLinkError enum
|
2232
2000
|
#
|
2233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2234
|
-
def self.
|
2235
|
-
require "google/ads/google_ads/v6/errors/
|
2236
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountLinkError enum
|
2002
|
+
def self.account_link_error
|
2003
|
+
require "google/ads/google_ads/v6/errors/account_link_error_pb"
|
2004
|
+
Google::Ads::GoogleAds::V6::Errors::AccountLinkErrorEnum::AccountLinkError.descriptor
|
2237
2005
|
end
|
2238
2006
|
|
2239
|
-
# Returns the descriptor for the
|
2007
|
+
# Returns the descriptor for the CampaignCriterionError enum
|
2240
2008
|
#
|
2241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2242
|
-
def self.
|
2243
|
-
require "google/ads/google_ads/v6/errors/
|
2244
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionError enum
|
2010
|
+
def self.campaign_criterion_error
|
2011
|
+
require "google/ads/google_ads/v6/errors/campaign_criterion_error_pb"
|
2012
|
+
Google::Ads::GoogleAds::V6::Errors::CampaignCriterionErrorEnum::CampaignCriterionError.descriptor
|
2245
2013
|
end
|
2246
2014
|
|
2247
|
-
# Returns the descriptor for the
|
2015
|
+
# Returns the descriptor for the SizeLimitError enum
|
2248
2016
|
#
|
2249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2250
|
-
def self.
|
2251
|
-
require "google/ads/google_ads/v6/errors/
|
2252
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SizeLimitError enum
|
2018
|
+
def self.size_limit_error
|
2019
|
+
require "google/ads/google_ads/v6/errors/size_limit_error_pb"
|
2020
|
+
Google::Ads::GoogleAds::V6::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
|
2253
2021
|
end
|
2254
2022
|
|
2255
|
-
# Returns the descriptor for the
|
2023
|
+
# Returns the descriptor for the FeedItemSetError enum
|
2256
2024
|
#
|
2257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2258
|
-
def self.
|
2259
|
-
require "google/ads/google_ads/v6/errors/
|
2260
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetError enum
|
2026
|
+
def self.feed_item_set_error
|
2027
|
+
require "google/ads/google_ads/v6/errors/feed_item_set_error_pb"
|
2028
|
+
Google::Ads::GoogleAds::V6::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
|
2261
2029
|
end
|
2262
2030
|
|
2263
|
-
# Returns the descriptor for the
|
2031
|
+
# Returns the descriptor for the SharedSetError enum
|
2264
2032
|
#
|
2265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2266
|
-
def self.
|
2267
|
-
require "google/ads/google_ads/v6/errors/
|
2268
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
2034
|
+
def self.shared_set_error
|
2035
|
+
require "google/ads/google_ads/v6/errors/shared_set_error_pb"
|
2036
|
+
Google::Ads::GoogleAds::V6::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
2269
2037
|
end
|
2270
2038
|
|
2271
2039
|
# Returns the descriptor for the AccessInvitationError enum
|
@@ -2276,22 +2044,6 @@ module Google
|
|
2276
2044
|
Google::Ads::GoogleAds::V6::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
|
2277
2045
|
end
|
2278
2046
|
|
2279
|
-
# Returns the descriptor for the NotAllowlistedError enum
|
2280
|
-
#
|
2281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NotAllowlistedError enum
|
2282
|
-
def self.not_allowlisted_error
|
2283
|
-
require "google/ads/google_ads/v6/errors/not_allowlisted_error_pb"
|
2284
|
-
Google::Ads::GoogleAds::V6::Errors::NotAllowlistedErrorEnum::NotAllowlistedError.descriptor
|
2285
|
-
end
|
2286
|
-
|
2287
|
-
# Returns the descriptor for the AdSharingError enum
|
2288
|
-
#
|
2289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdSharingError enum
|
2290
|
-
def self.ad_sharing_error
|
2291
|
-
require "google/ads/google_ads/v6/errors/ad_sharing_error_pb"
|
2292
|
-
Google::Ads::GoogleAds::V6::Errors::AdSharingErrorEnum::AdSharingError.descriptor
|
2293
|
-
end
|
2294
|
-
|
2295
2047
|
# Returns the descriptor for the AccountBudgetProposalError enum
|
2296
2048
|
#
|
2297
2049
|
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
|
@@ -2300,14 +2052,6 @@ module Google
|
|
2300
2052
|
Google::Ads::GoogleAds::V6::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
2301
2053
|
end
|
2302
2054
|
|
2303
|
-
# Returns the descriptor for the AccountLinkError enum
|
2304
|
-
#
|
2305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountLinkError enum
|
2306
|
-
def self.account_link_error
|
2307
|
-
require "google/ads/google_ads/v6/errors/account_link_error_pb"
|
2308
|
-
Google::Ads::GoogleAds::V6::Errors::AccountLinkErrorEnum::AccountLinkError.descriptor
|
2309
|
-
end
|
2310
|
-
|
2311
2055
|
# Returns the descriptor for the AdCustomizerError enum
|
2312
2056
|
#
|
2313
2057
|
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
|
@@ -2324,6 +2068,14 @@ module Google
|
|
2324
2068
|
Google::Ads::GoogleAds::V6::Errors::AdErrorEnum::AdError.descriptor
|
2325
2069
|
end
|
2326
2070
|
|
2071
|
+
# Returns the descriptor for the AdGroupAdError enum
|
2072
|
+
#
|
2073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
2074
|
+
def self.ad_group_ad_error
|
2075
|
+
require "google/ads/google_ads/v6/errors/ad_group_ad_error_pb"
|
2076
|
+
Google::Ads::GoogleAds::V6::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
|
2077
|
+
end
|
2078
|
+
|
2327
2079
|
# Returns the descriptor for the AdGroupBidModifierError enum
|
2328
2080
|
#
|
2329
2081
|
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupBidModifierError enum
|
@@ -2364,6 +2116,14 @@ module Google
|
|
2364
2116
|
Google::Ads::GoogleAds::V6::Errors::AdParameterErrorEnum::AdParameterError.descriptor
|
2365
2117
|
end
|
2366
2118
|
|
2119
|
+
# Returns the descriptor for the AdSharingError enum
|
2120
|
+
#
|
2121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdSharingError enum
|
2122
|
+
def self.ad_sharing_error
|
2123
|
+
require "google/ads/google_ads/v6/errors/ad_sharing_error_pb"
|
2124
|
+
Google::Ads::GoogleAds::V6::Errors::AdSharingErrorEnum::AdSharingError.descriptor
|
2125
|
+
end
|
2126
|
+
|
2367
2127
|
# Returns the descriptor for the AdxError enum
|
2368
2128
|
#
|
2369
2129
|
# @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
|
@@ -2396,6 +2156,14 @@ module Google
|
|
2396
2156
|
Google::Ads::GoogleAds::V6::Errors::AuthenticationErrorEnum::AuthenticationError.descriptor
|
2397
2157
|
end
|
2398
2158
|
|
2159
|
+
# Returns the descriptor for the AuthorizationError enum
|
2160
|
+
#
|
2161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AuthorizationError enum
|
2162
|
+
def self.authorization_error
|
2163
|
+
require "google/ads/google_ads/v6/errors/authorization_error_pb"
|
2164
|
+
Google::Ads::GoogleAds::V6::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
2165
|
+
end
|
2166
|
+
|
2399
2167
|
# Returns the descriptor for the BatchJobError enum
|
2400
2168
|
#
|
2401
2169
|
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
|
@@ -2428,12 +2196,20 @@ module Google
|
|
2428
2196
|
Google::Ads::GoogleAds::V6::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
2429
2197
|
end
|
2430
2198
|
|
2431
|
-
# Returns the descriptor for the
|
2199
|
+
# Returns the descriptor for the CampaignBudgetError enum
|
2432
2200
|
#
|
2433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2434
|
-
def self.
|
2435
|
-
require "google/ads/google_ads/v6/errors/
|
2436
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
2202
|
+
def self.campaign_budget_error
|
2203
|
+
require "google/ads/google_ads/v6/errors/campaign_budget_error_pb"
|
2204
|
+
Google::Ads::GoogleAds::V6::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
|
2205
|
+
end
|
2206
|
+
|
2207
|
+
# Returns the descriptor for the CampaignDraftError enum
|
2208
|
+
#
|
2209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftError enum
|
2210
|
+
def self.campaign_draft_error
|
2211
|
+
require "google/ads/google_ads/v6/errors/campaign_draft_error_pb"
|
2212
|
+
Google::Ads::GoogleAds::V6::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
2437
2213
|
end
|
2438
2214
|
|
2439
2215
|
# Returns the descriptor for the CampaignError enum
|
@@ -2452,14 +2228,6 @@ module Google
|
|
2452
2228
|
Google::Ads::GoogleAds::V6::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
|
2453
2229
|
end
|
2454
2230
|
|
2455
|
-
# Returns the descriptor for the CampaignFeedError enum
|
2456
|
-
#
|
2457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
2458
|
-
def self.campaign_feed_error
|
2459
|
-
require "google/ads/google_ads/v6/errors/campaign_feed_error_pb"
|
2460
|
-
Google::Ads::GoogleAds::V6::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
|
2461
|
-
end
|
2462
|
-
|
2463
2231
|
# Returns the descriptor for the CampaignSharedSetError enum
|
2464
2232
|
#
|
2465
2233
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetError enum
|
@@ -2476,20 +2244,44 @@ module Google
|
|
2476
2244
|
Google::Ads::GoogleAds::V6::Errors::ChangeEventErrorEnum::ChangeEventError.descriptor
|
2477
2245
|
end
|
2478
2246
|
|
2479
|
-
# Returns the descriptor for the ChangeStatusError enum
|
2247
|
+
# Returns the descriptor for the ChangeStatusError enum
|
2248
|
+
#
|
2249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
|
2250
|
+
def self.change_status_error
|
2251
|
+
require "google/ads/google_ads/v6/errors/change_status_error_pb"
|
2252
|
+
Google::Ads::GoogleAds::V6::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
2253
|
+
end
|
2254
|
+
|
2255
|
+
# Returns the descriptor for the CollectionSizeError enum
|
2256
|
+
#
|
2257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
|
2258
|
+
def self.collection_size_error
|
2259
|
+
require "google/ads/google_ads/v6/errors/collection_size_error_pb"
|
2260
|
+
Google::Ads::GoogleAds::V6::Errors::CollectionSizeErrorEnum::CollectionSizeError.descriptor
|
2261
|
+
end
|
2262
|
+
|
2263
|
+
# Returns the descriptor for the ContextError enum
|
2264
|
+
#
|
2265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
|
2266
|
+
def self.context_error
|
2267
|
+
require "google/ads/google_ads/v6/errors/context_error_pb"
|
2268
|
+
Google::Ads::GoogleAds::V6::Errors::ContextErrorEnum::ContextError.descriptor
|
2269
|
+
end
|
2270
|
+
|
2271
|
+
# Returns the descriptor for the ConversionActionError enum
|
2480
2272
|
#
|
2481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2482
|
-
def self.
|
2483
|
-
require "google/ads/google_ads/v6/errors/
|
2484
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
2274
|
+
def self.conversion_action_error
|
2275
|
+
require "google/ads/google_ads/v6/errors/conversion_action_error_pb"
|
2276
|
+
Google::Ads::GoogleAds::V6::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
2485
2277
|
end
|
2486
2278
|
|
2487
|
-
# Returns the descriptor for the
|
2279
|
+
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
2488
2280
|
#
|
2489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2490
|
-
def self.
|
2491
|
-
require "google/ads/google_ads/v6/errors/
|
2492
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
2282
|
+
def self.conversion_adjustment_upload_error
|
2283
|
+
require "google/ads/google_ads/v6/errors/conversion_adjustment_upload_error_pb"
|
2284
|
+
Google::Ads::GoogleAds::V6::Errors::ConversionAdjustmentUploadErrorEnum::ConversionAdjustmentUploadError.descriptor
|
2493
2285
|
end
|
2494
2286
|
|
2495
2287
|
# Returns the descriptor for the ConversionUploadError enum
|
@@ -2516,6 +2308,22 @@ module Google
|
|
2516
2308
|
Google::Ads::GoogleAds::V6::Errors::CriterionErrorEnum::CriterionError.descriptor
|
2517
2309
|
end
|
2518
2310
|
|
2311
|
+
# Returns the descriptor for the CurrencyCodeError enum
|
2312
|
+
#
|
2313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CurrencyCodeError enum
|
2314
|
+
def self.currency_code_error
|
2315
|
+
require "google/ads/google_ads/v6/errors/currency_code_error_pb"
|
2316
|
+
Google::Ads::GoogleAds::V6::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
|
2317
|
+
end
|
2318
|
+
|
2319
|
+
# Returns the descriptor for the CustomAudienceError enum
|
2320
|
+
#
|
2321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
|
2322
|
+
def self.custom_audience_error
|
2323
|
+
require "google/ads/google_ads/v6/errors/custom_audience_error_pb"
|
2324
|
+
Google::Ads::GoogleAds::V6::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
|
2325
|
+
end
|
2326
|
+
|
2519
2327
|
# Returns the descriptor for the CustomInterestError enum
|
2520
2328
|
#
|
2521
2329
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
|
@@ -2540,6 +2348,14 @@ module Google
|
|
2540
2348
|
Google::Ads::GoogleAds::V6::Errors::CustomerErrorEnum::CustomerError.descriptor
|
2541
2349
|
end
|
2542
2350
|
|
2351
|
+
# Returns the descriptor for the CustomerFeedError enum
|
2352
|
+
#
|
2353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerFeedError enum
|
2354
|
+
def self.customer_feed_error
|
2355
|
+
require "google/ads/google_ads/v6/errors/customer_feed_error_pb"
|
2356
|
+
Google::Ads::GoogleAds::V6::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
|
2357
|
+
end
|
2358
|
+
|
2543
2359
|
# Returns the descriptor for the CustomerManagerLinkError enum
|
2544
2360
|
#
|
2545
2361
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
|
@@ -2556,6 +2372,14 @@ module Google
|
|
2556
2372
|
Google::Ads::GoogleAds::V6::Errors::CustomerUserAccessErrorEnum::CustomerUserAccessError.descriptor
|
2557
2373
|
end
|
2558
2374
|
|
2375
|
+
# Returns the descriptor for the DatabaseError enum
|
2376
|
+
#
|
2377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DatabaseError enum
|
2378
|
+
def self.database_error
|
2379
|
+
require "google/ads/google_ads/v6/errors/database_error_pb"
|
2380
|
+
Google::Ads::GoogleAds::V6::Errors::DatabaseErrorEnum::DatabaseError.descriptor
|
2381
|
+
end
|
2382
|
+
|
2559
2383
|
# Returns the descriptor for the DateError enum
|
2560
2384
|
#
|
2561
2385
|
# @return [Google::Protobuf::EnumDescriptor] for the DateError enum
|
@@ -2572,6 +2396,14 @@ module Google
|
|
2572
2396
|
Google::Ads::GoogleAds::V6::Errors::DateRangeErrorEnum::DateRangeError.descriptor
|
2573
2397
|
end
|
2574
2398
|
|
2399
|
+
# Returns the descriptor for the DistinctError enum
|
2400
|
+
#
|
2401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
2402
|
+
def self.distinct_error
|
2403
|
+
require "google/ads/google_ads/v6/errors/distinct_error_pb"
|
2404
|
+
Google::Ads::GoogleAds::V6::Errors::DistinctErrorEnum::DistinctError.descriptor
|
2405
|
+
end
|
2406
|
+
|
2575
2407
|
# Returns the descriptor for the EnumError enum
|
2576
2408
|
#
|
2577
2409
|
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
@@ -2604,6 +2436,14 @@ module Google
|
|
2604
2436
|
Google::Ads::GoogleAds::V6::Errors::FeedAttributeReferenceErrorEnum::FeedAttributeReferenceError.descriptor
|
2605
2437
|
end
|
2606
2438
|
|
2439
|
+
# Returns the descriptor for the FeedError enum
|
2440
|
+
#
|
2441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedError enum
|
2442
|
+
def self.feed_error
|
2443
|
+
require "google/ads/google_ads/v6/errors/feed_error_pb"
|
2444
|
+
Google::Ads::GoogleAds::V6::Errors::FeedErrorEnum::FeedError.descriptor
|
2445
|
+
end
|
2446
|
+
|
2607
2447
|
# Returns the descriptor for the FeedItemError enum
|
2608
2448
|
#
|
2609
2449
|
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
|
@@ -2612,14 +2452,6 @@ module Google
|
|
2612
2452
|
Google::Ads::GoogleAds::V6::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
2613
2453
|
end
|
2614
2454
|
|
2615
|
-
# Returns the descriptor for the FeedItemSetError enum
|
2616
|
-
#
|
2617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetError enum
|
2618
|
-
def self.feed_item_set_error
|
2619
|
-
require "google/ads/google_ads/v6/errors/feed_item_set_error_pb"
|
2620
|
-
Google::Ads::GoogleAds::V6::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
|
2621
|
-
end
|
2622
|
-
|
2623
2455
|
# Returns the descriptor for the FeedItemSetLinkError enum
|
2624
2456
|
#
|
2625
2457
|
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetLinkError enum
|
@@ -2644,6 +2476,14 @@ module Google
|
|
2644
2476
|
Google::Ads::GoogleAds::V6::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
2645
2477
|
end
|
2646
2478
|
|
2479
|
+
# Returns the descriptor for the FieldError enum
|
2480
|
+
#
|
2481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
2482
|
+
def self.field_error
|
2483
|
+
require "google/ads/google_ads/v6/errors/field_error_pb"
|
2484
|
+
Google::Ads::GoogleAds::V6::Errors::FieldErrorEnum::FieldError.descriptor
|
2485
|
+
end
|
2486
|
+
|
2647
2487
|
# Returns the descriptor for the FieldMaskError enum
|
2648
2488
|
#
|
2649
2489
|
# @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
|
@@ -2660,6 +2500,14 @@ module Google
|
|
2660
2500
|
Google::Ads::GoogleAds::V6::Errors::FunctionErrorEnum::FunctionError.descriptor
|
2661
2501
|
end
|
2662
2502
|
|
2503
|
+
# Returns the descriptor for the FunctionParsingError enum
|
2504
|
+
#
|
2505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
|
2506
|
+
def self.function_parsing_error
|
2507
|
+
require "google/ads/google_ads/v6/errors/function_parsing_error_pb"
|
2508
|
+
Google::Ads::GoogleAds::V6::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
2509
|
+
end
|
2510
|
+
|
2663
2511
|
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
2664
2512
|
#
|
2665
2513
|
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantSuggestionError enum
|
@@ -2668,6 +2516,14 @@ module Google
|
|
2668
2516
|
Google::Ads::GoogleAds::V6::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
|
2669
2517
|
end
|
2670
2518
|
|
2519
|
+
# Returns the descriptor for the HeaderError enum
|
2520
|
+
#
|
2521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
2522
|
+
def self.header_error
|
2523
|
+
require "google/ads/google_ads/v6/errors/header_error_pb"
|
2524
|
+
Google::Ads::GoogleAds::V6::Errors::HeaderErrorEnum::HeaderError.descriptor
|
2525
|
+
end
|
2526
|
+
|
2671
2527
|
# Returns the descriptor for the IdError enum
|
2672
2528
|
#
|
2673
2529
|
# @return [Google::Protobuf::EnumDescriptor] for the IdError enum
|
@@ -2708,6 +2564,22 @@ module Google
|
|
2708
2564
|
Google::Ads::GoogleAds::V6::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
2709
2565
|
end
|
2710
2566
|
|
2567
|
+
# Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
|
2568
|
+
#
|
2569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
|
2570
|
+
def self.keyword_plan_ad_group_keyword_error
|
2571
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_ad_group_keyword_error_pb"
|
2572
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
|
2573
|
+
end
|
2574
|
+
|
2575
|
+
# Returns the descriptor for the KeywordPlanCampaignError enum
|
2576
|
+
#
|
2577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
2578
|
+
def self.keyword_plan_campaign_error
|
2579
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_campaign_error_pb"
|
2580
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
2581
|
+
end
|
2582
|
+
|
2711
2583
|
# Returns the descriptor for the KeywordPlanCampaignKeywordError enum
|
2712
2584
|
#
|
2713
2585
|
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
|
@@ -2724,6 +2596,38 @@ module Google
|
|
2724
2596
|
Google::Ads::GoogleAds::V6::Errors::KeywordPlanErrorEnum::KeywordPlanError.descriptor
|
2725
2597
|
end
|
2726
2598
|
|
2599
|
+
# Returns the descriptor for the KeywordPlanIdeaError enum
|
2600
|
+
#
|
2601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
|
2602
|
+
def self.keyword_plan_idea_error
|
2603
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_idea_error_pb"
|
2604
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
|
2605
|
+
end
|
2606
|
+
|
2607
|
+
# Returns the descriptor for the LabelError enum
|
2608
|
+
#
|
2609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
|
2610
|
+
def self.label_error
|
2611
|
+
require "google/ads/google_ads/v6/errors/label_error_pb"
|
2612
|
+
Google::Ads::GoogleAds::V6::Errors::LabelErrorEnum::LabelError.descriptor
|
2613
|
+
end
|
2614
|
+
|
2615
|
+
# Returns the descriptor for the LanguageCodeError enum
|
2616
|
+
#
|
2617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
|
2618
|
+
def self.language_code_error
|
2619
|
+
require "google/ads/google_ads/v6/errors/language_code_error_pb"
|
2620
|
+
Google::Ads::GoogleAds::V6::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
|
2621
|
+
end
|
2622
|
+
|
2623
|
+
# Returns the descriptor for the ListOperationError enum
|
2624
|
+
#
|
2625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListOperationError enum
|
2626
|
+
def self.list_operation_error
|
2627
|
+
require "google/ads/google_ads/v6/errors/list_operation_error_pb"
|
2628
|
+
Google::Ads::GoogleAds::V6::Errors::ListOperationErrorEnum::ListOperationError.descriptor
|
2629
|
+
end
|
2630
|
+
|
2727
2631
|
# Returns the descriptor for the ManagerLinkError enum
|
2728
2632
|
#
|
2729
2633
|
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
@@ -2740,6 +2644,14 @@ module Google
|
|
2740
2644
|
Google::Ads::GoogleAds::V6::Errors::MediaBundleErrorEnum::MediaBundleError.descriptor
|
2741
2645
|
end
|
2742
2646
|
|
2647
|
+
# Returns the descriptor for the MediaFileError enum
|
2648
|
+
#
|
2649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaFileError enum
|
2650
|
+
def self.media_file_error
|
2651
|
+
require "google/ads/google_ads/v6/errors/media_file_error_pb"
|
2652
|
+
Google::Ads::GoogleAds::V6::Errors::MediaFileErrorEnum::MediaFileError.descriptor
|
2653
|
+
end
|
2654
|
+
|
2743
2655
|
# Returns the descriptor for the MediaUploadError enum
|
2744
2656
|
#
|
2745
2657
|
# @return [Google::Protobuf::EnumDescriptor] for the MediaUploadError enum
|
@@ -2756,6 +2668,14 @@ module Google
|
|
2756
2668
|
Google::Ads::GoogleAds::V6::Errors::MultiplierErrorEnum::MultiplierError.descriptor
|
2757
2669
|
end
|
2758
2670
|
|
2671
|
+
# Returns the descriptor for the MutateError enum
|
2672
|
+
#
|
2673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MutateError enum
|
2674
|
+
def self.mutate_error
|
2675
|
+
require "google/ads/google_ads/v6/errors/mutate_error_pb"
|
2676
|
+
Google::Ads::GoogleAds::V6::Errors::MutateErrorEnum::MutateError.descriptor
|
2677
|
+
end
|
2678
|
+
|
2759
2679
|
# Returns the descriptor for the NewResourceCreationError enum
|
2760
2680
|
#
|
2761
2681
|
# @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
|
@@ -2764,6 +2684,14 @@ module Google
|
|
2764
2684
|
Google::Ads::GoogleAds::V6::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
|
2765
2685
|
end
|
2766
2686
|
|
2687
|
+
# Returns the descriptor for the NotAllowlistedError enum
|
2688
|
+
#
|
2689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NotAllowlistedError enum
|
2690
|
+
def self.not_allowlisted_error
|
2691
|
+
require "google/ads/google_ads/v6/errors/not_allowlisted_error_pb"
|
2692
|
+
Google::Ads::GoogleAds::V6::Errors::NotAllowlistedErrorEnum::NotAllowlistedError.descriptor
|
2693
|
+
end
|
2694
|
+
|
2767
2695
|
# Returns the descriptor for the NotEmptyError enum
|
2768
2696
|
#
|
2769
2697
|
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
@@ -2772,6 +2700,30 @@ module Google
|
|
2772
2700
|
Google::Ads::GoogleAds::V6::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
|
2773
2701
|
end
|
2774
2702
|
|
2703
|
+
# Returns the descriptor for the NullError enum
|
2704
|
+
#
|
2705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NullError enum
|
2706
|
+
def self.null_error
|
2707
|
+
require "google/ads/google_ads/v6/errors/null_error_pb"
|
2708
|
+
Google::Ads::GoogleAds::V6::Errors::NullErrorEnum::NullError.descriptor
|
2709
|
+
end
|
2710
|
+
|
2711
|
+
# Returns the descriptor for the OfflineUserDataJobError enum
|
2712
|
+
#
|
2713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
|
2714
|
+
def self.offline_user_data_job_error
|
2715
|
+
require "google/ads/google_ads/v6/errors/offline_user_data_job_error_pb"
|
2716
|
+
Google::Ads::GoogleAds::V6::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
|
2717
|
+
end
|
2718
|
+
|
2719
|
+
# Returns the descriptor for the OperationAccessDeniedError enum
|
2720
|
+
#
|
2721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperationAccessDeniedError enum
|
2722
|
+
def self.operation_access_denied_error
|
2723
|
+
require "google/ads/google_ads/v6/errors/operation_access_denied_error_pb"
|
2724
|
+
Google::Ads::GoogleAds::V6::Errors::OperationAccessDeniedErrorEnum::OperationAccessDeniedError.descriptor
|
2725
|
+
end
|
2726
|
+
|
2775
2727
|
# Returns the descriptor for the OperatorError enum
|
2776
2728
|
#
|
2777
2729
|
# @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
|
@@ -2796,6 +2748,14 @@ module Google
|
|
2796
2748
|
Google::Ads::GoogleAds::V6::Errors::PaymentsAccountErrorEnum::PaymentsAccountError.descriptor
|
2797
2749
|
end
|
2798
2750
|
|
2751
|
+
# Returns the descriptor for the PolicyFindingError enum
|
2752
|
+
#
|
2753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
|
2754
|
+
def self.policy_finding_error
|
2755
|
+
require "google/ads/google_ads/v6/errors/policy_finding_error_pb"
|
2756
|
+
Google::Ads::GoogleAds::V6::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
|
2757
|
+
end
|
2758
|
+
|
2799
2759
|
# Returns the descriptor for the PolicyValidationParameterError enum
|
2800
2760
|
#
|
2801
2761
|
# @return [Google::Protobuf::EnumDescriptor] for the PolicyValidationParameterError enum
|
@@ -2804,6 +2764,14 @@ module Google
|
|
2804
2764
|
Google::Ads::GoogleAds::V6::Errors::PolicyValidationParameterErrorEnum::PolicyValidationParameterError.descriptor
|
2805
2765
|
end
|
2806
2766
|
|
2767
|
+
# Returns the descriptor for the PolicyViolationError enum
|
2768
|
+
#
|
2769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyViolationError enum
|
2770
|
+
def self.policy_violation_error
|
2771
|
+
require "google/ads/google_ads/v6/errors/policy_violation_error_pb"
|
2772
|
+
Google::Ads::GoogleAds::V6::Errors::PolicyViolationErrorEnum::PolicyViolationError.descriptor
|
2773
|
+
end
|
2774
|
+
|
2807
2775
|
# Returns the descriptor for the QueryError enum
|
2808
2776
|
#
|
2809
2777
|
# @return [Google::Protobuf::EnumDescriptor] for the QueryError enum
|
@@ -2836,6 +2804,14 @@ module Google
|
|
2836
2804
|
Google::Ads::GoogleAds::V6::Errors::ReachPlanErrorEnum::ReachPlanError.descriptor
|
2837
2805
|
end
|
2838
2806
|
|
2807
|
+
# Returns the descriptor for the RecommendationError enum
|
2808
|
+
#
|
2809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
|
2810
|
+
def self.recommendation_error
|
2811
|
+
require "google/ads/google_ads/v6/errors/recommendation_error_pb"
|
2812
|
+
Google::Ads::GoogleAds::V6::Errors::RecommendationErrorEnum::RecommendationError.descriptor
|
2813
|
+
end
|
2814
|
+
|
2839
2815
|
# Returns the descriptor for the RegionCodeError enum
|
2840
2816
|
#
|
2841
2817
|
# @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
|
@@ -2868,12 +2844,12 @@ module Google
|
|
2868
2844
|
Google::Ads::GoogleAds::V6::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
|
2869
2845
|
end
|
2870
2846
|
|
2871
|
-
# Returns the descriptor for the
|
2847
|
+
# Returns the descriptor for the SharedCriterionError enum
|
2872
2848
|
#
|
2873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2874
|
-
def self.
|
2875
|
-
require "google/ads/google_ads/v6/errors/
|
2876
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
2850
|
+
def self.shared_criterion_error
|
2851
|
+
require "google/ads/google_ads/v6/errors/shared_criterion_error_pb"
|
2852
|
+
Google::Ads::GoogleAds::V6::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
2877
2853
|
end
|
2878
2854
|
|
2879
2855
|
# Returns the descriptor for the StringFormatError enum
|
@@ -2892,6 +2868,22 @@ module Google
|
|
2892
2868
|
Google::Ads::GoogleAds::V6::Errors::StringLengthErrorEnum::StringLengthError.descriptor
|
2893
2869
|
end
|
2894
2870
|
|
2871
|
+
# Returns the descriptor for the ThirdPartyAppAnalyticsLinkError enum
|
2872
|
+
#
|
2873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ThirdPartyAppAnalyticsLinkError enum
|
2874
|
+
def self.third_party_app_analytics_link_error
|
2875
|
+
require "google/ads/google_ads/v6/errors/third_party_app_analytics_link_error_pb"
|
2876
|
+
Google::Ads::GoogleAds::V6::Errors::ThirdPartyAppAnalyticsLinkErrorEnum::ThirdPartyAppAnalyticsLinkError.descriptor
|
2877
|
+
end
|
2878
|
+
|
2879
|
+
# Returns the descriptor for the TimeZoneError enum
|
2880
|
+
#
|
2881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TimeZoneError enum
|
2882
|
+
def self.time_zone_error
|
2883
|
+
require "google/ads/google_ads/v6/errors/time_zone_error_pb"
|
2884
|
+
Google::Ads::GoogleAds::V6::Errors::TimeZoneErrorEnum::TimeZoneError.descriptor
|
2885
|
+
end
|
2886
|
+
|
2895
2887
|
# Returns the descriptor for the UrlFieldError enum
|
2896
2888
|
#
|
2897
2889
|
# @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
|
@@ -2908,6 +2900,14 @@ module Google
|
|
2908
2900
|
Google::Ads::GoogleAds::V6::Errors::UserDataErrorEnum::UserDataError.descriptor
|
2909
2901
|
end
|
2910
2902
|
|
2903
|
+
# Returns the descriptor for the UserListError enum
|
2904
|
+
#
|
2905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListError enum
|
2906
|
+
def self.user_list_error
|
2907
|
+
require "google/ads/google_ads/v6/errors/user_list_error_pb"
|
2908
|
+
Google::Ads::GoogleAds::V6::Errors::UserListErrorEnum::UserListError.descriptor
|
2909
|
+
end
|
2910
|
+
|
2911
2911
|
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
2912
2912
|
#
|
2913
2913
|
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|