google-ads-googleads 3.0.1 → 3.1.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 +3 -0
- data/lib/google/ads/google_ads/factories/v1/enums.rb +1170 -1170
- data/lib/google/ads/google_ads/factories/v1/operations.rb +1236 -1236
- data/lib/google/ads/google_ads/factories/v1/resources.rb +2366 -2366
- data/lib/google/ads/google_ads/factories/v1/services.rb +298 -298
- data/lib/google/ads/google_ads/factories/v2/enums.rb +1140 -1116
- data/lib/google/ads/google_ads/factories/v2/operations.rb +1331 -1331
- data/lib/google/ads/google_ads/factories/v2/resources.rb +2573 -2417
- data/lib/google/ads/google_ads/factories/v2/services.rb +329 -309
- data/lib/google/ads/google_ads/v2/common/ad_type_infos_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/common/metrics_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/enums/policy_review_status_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/errors/authorization_error_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/errors/billing_setup_error_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/errors/errors_pb.rb +2 -0
- data/lib/google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb +2 -0
- data/lib/google/ads/google_ads/v2/errors/reach_plan_error_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_criterion_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_pb.rb +13 -13
- data/lib/google/ads/google_ads/v2/resources/customer_client_pb.rb +6 -0
- data/lib/google/ads/google_ads/v2/resources/recommendation_pb.rb +19 -19
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_client.rb +2 -2
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_services_pb.rb +2 -2
- data/lib/google/ads/google_ads/v2/services/campaign_draft_service_client.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/campaign_experiment_service_client.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/label_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/media_file_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/mutate_job_service_client.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/payments_account_service_client.rb +2 -2
- data/lib/google/ads/google_ads/v2/services/payments_account_service_services_pb.rb +3 -3
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_client.rb +436 -0
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_pb.rb +126 -0
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_services_pb.rb +55 -0
- data/lib/google/ads/google_ads/v2/services/remarketing_action_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/shared_criterion_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/shared_set_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/user_list_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +10 -3
@@ -4,100 +4,164 @@ module Google
|
|
4
4
|
module Factories
|
5
5
|
module V2
|
6
6
|
module Enums
|
7
|
-
# Returns the descriptor for the
|
7
|
+
# Returns the descriptor for the MediaType enum
|
8
8
|
#
|
9
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
10
|
-
def self.
|
11
|
-
require "google/ads/google_ads/v2/enums/
|
12
|
-
Google::Ads::GoogleAds::V2::Enums::
|
9
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
10
|
+
def self.media_type
|
11
|
+
require "google/ads/google_ads/v2/enums/media_type_pb.rb"
|
12
|
+
Google::Ads::GoogleAds::V2::Enums::MediaTypeEnum::MediaType.descriptor
|
13
13
|
end
|
14
14
|
|
15
|
-
# Returns the descriptor for the
|
15
|
+
# Returns the descriptor for the MimeType enum
|
16
16
|
#
|
17
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
18
|
-
def self.
|
19
|
-
require "google/ads/google_ads/v2/enums/
|
20
|
-
Google::Ads::GoogleAds::V2::Enums::
|
17
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
18
|
+
def self.mime_type
|
19
|
+
require "google/ads/google_ads/v2/enums/mime_type_pb.rb"
|
20
|
+
Google::Ads::GoogleAds::V2::Enums::MimeTypeEnum::MimeType.descriptor
|
21
21
|
end
|
22
22
|
|
23
|
-
# Returns the descriptor for the
|
23
|
+
# Returns the descriptor for the KeywordMatchType enum
|
24
24
|
#
|
25
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
26
|
-
def self.
|
27
|
-
require "google/ads/google_ads/v2/enums/
|
28
|
-
Google::Ads::GoogleAds::V2::Enums::
|
25
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
26
|
+
def self.keyword_match_type
|
27
|
+
require "google/ads/google_ads/v2/enums/keyword_match_type_pb.rb"
|
28
|
+
Google::Ads::GoogleAds::V2::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
29
29
|
end
|
30
30
|
|
31
|
-
# Returns the descriptor for the
|
31
|
+
# Returns the descriptor for the TrackingCodePageFormat enum
|
32
32
|
#
|
33
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
34
|
-
def self.
|
35
|
-
require "google/ads/google_ads/v2/enums/
|
36
|
-
Google::Ads::GoogleAds::V2::Enums::
|
33
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
34
|
+
def self.tracking_code_page_format
|
35
|
+
require "google/ads/google_ads/v2/enums/tracking_code_page_format_pb.rb"
|
36
|
+
Google::Ads::GoogleAds::V2::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
37
37
|
end
|
38
38
|
|
39
|
-
# Returns the descriptor for the
|
39
|
+
# Returns the descriptor for the TrackingCodeType enum
|
40
40
|
#
|
41
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
42
|
-
def self.
|
43
|
-
require "google/ads/google_ads/v2/enums/
|
44
|
-
Google::Ads::GoogleAds::V2::Enums::
|
41
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
42
|
+
def self.tracking_code_type
|
43
|
+
require "google/ads/google_ads/v2/enums/tracking_code_type_pb.rb"
|
44
|
+
Google::Ads::GoogleAds::V2::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
45
45
|
end
|
46
46
|
|
47
|
-
# Returns the descriptor for the
|
47
|
+
# Returns the descriptor for the AttributionModel enum
|
48
48
|
#
|
49
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
50
|
-
def self.
|
51
|
-
require "google/ads/google_ads/v2/enums/
|
52
|
-
Google::Ads::GoogleAds::V2::Enums::
|
49
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
50
|
+
def self.attribution_model
|
51
|
+
require "google/ads/google_ads/v2/enums/attribution_model_pb.rb"
|
52
|
+
Google::Ads::GoogleAds::V2::Enums::AttributionModelEnum::AttributionModel.descriptor
|
53
53
|
end
|
54
54
|
|
55
|
-
# Returns the descriptor for the
|
55
|
+
# Returns the descriptor for the ConversionActionCategory enum
|
56
56
|
#
|
57
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
58
|
-
def self.
|
59
|
-
require "google/ads/google_ads/v2/enums/
|
60
|
-
Google::Ads::GoogleAds::V2::Enums::
|
57
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
58
|
+
def self.conversion_action_category
|
59
|
+
require "google/ads/google_ads/v2/enums/conversion_action_category_pb.rb"
|
60
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
61
61
|
end
|
62
62
|
|
63
|
-
# Returns the descriptor for the
|
63
|
+
# Returns the descriptor for the ConversionActionCountingType enum
|
64
64
|
#
|
65
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
66
|
-
def self.
|
67
|
-
require "google/ads/google_ads/v2/enums/
|
68
|
-
Google::Ads::GoogleAds::V2::Enums::
|
65
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
66
|
+
def self.conversion_action_counting_type
|
67
|
+
require "google/ads/google_ads/v2/enums/conversion_action_counting_type_pb.rb"
|
68
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
69
69
|
end
|
70
70
|
|
71
|
-
# Returns the descriptor for the
|
71
|
+
# Returns the descriptor for the ConversionActionStatus enum
|
72
72
|
#
|
73
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
74
|
-
def self.
|
75
|
-
require "google/ads/google_ads/v2/enums/
|
76
|
-
Google::Ads::GoogleAds::V2::Enums::
|
73
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
74
|
+
def self.conversion_action_status
|
75
|
+
require "google/ads/google_ads/v2/enums/conversion_action_status_pb.rb"
|
76
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
77
77
|
end
|
78
78
|
|
79
|
-
# Returns the descriptor for the
|
79
|
+
# Returns the descriptor for the ConversionActionType enum
|
80
80
|
#
|
81
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
82
|
-
def self.
|
83
|
-
require "google/ads/google_ads/v2/enums/
|
84
|
-
Google::Ads::GoogleAds::V2::Enums::
|
81
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
82
|
+
def self.conversion_action_type
|
83
|
+
require "google/ads/google_ads/v2/enums/conversion_action_type_pb.rb"
|
84
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
85
85
|
end
|
86
86
|
|
87
|
-
# Returns the descriptor for the
|
87
|
+
# Returns the descriptor for the DataDrivenModelStatus enum
|
88
88
|
#
|
89
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
90
|
-
def self.
|
91
|
-
require "google/ads/google_ads/v2/enums/
|
92
|
-
Google::Ads::GoogleAds::V2::Enums::
|
89
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
90
|
+
def self.data_driven_model_status
|
91
|
+
require "google/ads/google_ads/v2/enums/data_driven_model_status_pb.rb"
|
92
|
+
Google::Ads::GoogleAds::V2::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
93
93
|
end
|
94
94
|
|
95
|
-
# Returns the descriptor for the
|
95
|
+
# Returns the descriptor for the GeoTargetConstantStatus enum
|
96
96
|
#
|
97
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
98
|
-
def self.
|
99
|
-
require "google/ads/google_ads/v2/enums/
|
100
|
-
Google::Ads::GoogleAds::V2::Enums::
|
97
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
98
|
+
def self.geo_target_constant_status
|
99
|
+
require "google/ads/google_ads/v2/enums/geo_target_constant_status_pb.rb"
|
100
|
+
Google::Ads::GoogleAds::V2::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
101
|
+
end
|
102
|
+
|
103
|
+
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
104
|
+
#
|
105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
106
|
+
def self.google_ads_field_category
|
107
|
+
require "google/ads/google_ads/v2/enums/google_ads_field_category_pb.rb"
|
108
|
+
Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
109
|
+
end
|
110
|
+
|
111
|
+
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
112
|
+
#
|
113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
114
|
+
def self.google_ads_field_data_type
|
115
|
+
require "google/ads/google_ads/v2/enums/google_ads_field_data_type_pb.rb"
|
116
|
+
Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
117
|
+
end
|
118
|
+
|
119
|
+
# Returns the descriptor for the MatchingFunctionContextType enum
|
120
|
+
#
|
121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
|
122
|
+
def self.matching_function_context_type
|
123
|
+
require "google/ads/google_ads/v2/enums/matching_function_context_type_pb.rb"
|
124
|
+
Google::Ads::GoogleAds::V2::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
125
|
+
end
|
126
|
+
|
127
|
+
# Returns the descriptor for the MatchingFunctionOperator enum
|
128
|
+
#
|
129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
|
130
|
+
def self.matching_function_operator
|
131
|
+
require "google/ads/google_ads/v2/enums/matching_function_operator_pb.rb"
|
132
|
+
Google::Ads::GoogleAds::V2::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
133
|
+
end
|
134
|
+
|
135
|
+
# Returns the descriptor for the FeedLinkStatus enum
|
136
|
+
#
|
137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
|
138
|
+
def self.feed_link_status
|
139
|
+
require "google/ads/google_ads/v2/enums/feed_link_status_pb.rb"
|
140
|
+
Google::Ads::GoogleAds::V2::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
141
|
+
end
|
142
|
+
|
143
|
+
# Returns the descriptor for the PlaceholderType enum
|
144
|
+
#
|
145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
146
|
+
def self.placeholder_type
|
147
|
+
require "google/ads/google_ads/v2/enums/placeholder_type_pb.rb"
|
148
|
+
Google::Ads::GoogleAds::V2::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
149
|
+
end
|
150
|
+
|
151
|
+
# Returns the descriptor for the ProductBiddingCategoryLevel enum
|
152
|
+
#
|
153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
|
154
|
+
def self.product_bidding_category_level
|
155
|
+
require "google/ads/google_ads/v2/enums/product_bidding_category_level_pb.rb"
|
156
|
+
Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
|
157
|
+
end
|
158
|
+
|
159
|
+
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
160
|
+
#
|
161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
162
|
+
def self.product_bidding_category_status
|
163
|
+
require "google/ads/google_ads/v2/enums/product_bidding_category_status_pb.rb"
|
164
|
+
Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
101
165
|
end
|
102
166
|
|
103
167
|
# Returns the descriptor for the PolicyTopicEntryType enum
|
@@ -132,20 +196,20 @@ module Google
|
|
132
196
|
Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
|
133
197
|
end
|
134
198
|
|
135
|
-
# Returns the descriptor for the
|
199
|
+
# Returns the descriptor for the AdGroupAdStatus enum
|
136
200
|
#
|
137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
138
|
-
def self.
|
139
|
-
require "google/ads/google_ads/v2/enums/
|
140
|
-
Google::Ads::GoogleAds::V2::Enums::
|
201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
202
|
+
def self.ad_group_ad_status
|
203
|
+
require "google/ads/google_ads/v2/enums/ad_group_ad_status_pb.rb"
|
204
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
|
141
205
|
end
|
142
206
|
|
143
|
-
# Returns the descriptor for the
|
207
|
+
# Returns the descriptor for the AdStrength enum
|
144
208
|
#
|
145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
146
|
-
def self.
|
147
|
-
require "google/ads/google_ads/v2/enums/
|
148
|
-
Google::Ads::GoogleAds::V2::Enums::
|
209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
210
|
+
def self.ad_strength
|
211
|
+
require "google/ads/google_ads/v2/enums/ad_strength_pb.rb"
|
212
|
+
Google::Ads::GoogleAds::V2::Enums::AdStrengthEnum::AdStrength.descriptor
|
149
213
|
end
|
150
214
|
|
151
215
|
# Returns the descriptor for the PolicyApprovalStatus enum
|
@@ -164,60 +228,60 @@ module Google
|
|
164
228
|
Google::Ads::GoogleAds::V2::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
165
229
|
end
|
166
230
|
|
167
|
-
# Returns the descriptor for the
|
231
|
+
# Returns the descriptor for the ServedAssetFieldType enum
|
168
232
|
#
|
169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
170
|
-
def self.
|
171
|
-
require "google/ads/google_ads/v2/enums/
|
172
|
-
Google::Ads::GoogleAds::V2::Enums::
|
233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
|
234
|
+
def self.served_asset_field_type
|
235
|
+
require "google/ads/google_ads/v2/enums/served_asset_field_type_pb.rb"
|
236
|
+
Google::Ads::GoogleAds::V2::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
173
237
|
end
|
174
238
|
|
175
|
-
# Returns the descriptor for the
|
239
|
+
# Returns the descriptor for the CallConversionReportingState enum
|
176
240
|
#
|
177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
178
|
-
def self.
|
179
|
-
require "google/ads/google_ads/v2/enums/
|
180
|
-
Google::Ads::GoogleAds::V2::Enums::
|
241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
242
|
+
def self.call_conversion_reporting_state
|
243
|
+
require "google/ads/google_ads/v2/enums/call_conversion_reporting_state_pb.rb"
|
244
|
+
Google::Ads::GoogleAds::V2::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
181
245
|
end
|
182
246
|
|
183
|
-
# Returns the descriptor for the
|
247
|
+
# Returns the descriptor for the DisplayAdFormatSetting enum
|
184
248
|
#
|
185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
186
|
-
def self.
|
187
|
-
require "google/ads/google_ads/v2/enums/
|
188
|
-
Google::Ads::GoogleAds::V2::Enums::
|
249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
250
|
+
def self.display_ad_format_setting
|
251
|
+
require "google/ads/google_ads/v2/enums/display_ad_format_setting_pb.rb"
|
252
|
+
Google::Ads::GoogleAds::V2::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
|
189
253
|
end
|
190
254
|
|
191
|
-
# Returns the descriptor for the
|
255
|
+
# Returns the descriptor for the DisplayUploadProductType enum
|
192
256
|
#
|
193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
194
|
-
def self.
|
195
|
-
require "google/ads/google_ads/v2/enums/
|
196
|
-
Google::Ads::GoogleAds::V2::Enums::
|
257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
|
258
|
+
def self.display_upload_product_type
|
259
|
+
require "google/ads/google_ads/v2/enums/display_upload_product_type_pb.rb"
|
260
|
+
Google::Ads::GoogleAds::V2::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
|
197
261
|
end
|
198
262
|
|
199
|
-
# Returns the descriptor for the
|
263
|
+
# Returns the descriptor for the LegacyAppInstallAdAppStore enum
|
200
264
|
#
|
201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
202
|
-
def self.
|
203
|
-
require "google/ads/google_ads/v2/enums/
|
204
|
-
Google::Ads::GoogleAds::V2::Enums::
|
265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
|
266
|
+
def self.legacy_app_install_ad_app_store
|
267
|
+
require "google/ads/google_ads/v2/enums/legacy_app_install_ad_app_store_pb.rb"
|
268
|
+
Google::Ads::GoogleAds::V2::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
205
269
|
end
|
206
270
|
|
207
|
-
# Returns the descriptor for the
|
271
|
+
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
208
272
|
#
|
209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
210
|
-
def self.
|
211
|
-
require "google/ads/google_ads/v2/enums/
|
212
|
-
Google::Ads::GoogleAds::V2::Enums::
|
273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
274
|
+
def self.app_url_operating_system_type
|
275
|
+
require "google/ads/google_ads/v2/enums/app_url_operating_system_type_pb.rb"
|
276
|
+
Google::Ads::GoogleAds::V2::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
|
213
277
|
end
|
214
278
|
|
215
|
-
# Returns the descriptor for the
|
279
|
+
# Returns the descriptor for the AdType enum
|
216
280
|
#
|
217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
218
|
-
def self.
|
219
|
-
require "google/ads/google_ads/v2/enums/
|
220
|
-
Google::Ads::GoogleAds::V2::Enums::
|
281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
282
|
+
def self.ad_type
|
283
|
+
require "google/ads/google_ads/v2/enums/ad_type_pb.rb"
|
284
|
+
Google::Ads::GoogleAds::V2::Enums::AdTypeEnum::AdType.descriptor
|
221
285
|
end
|
222
286
|
|
223
287
|
# Returns the descriptor for the Device enum
|
@@ -228,198 +292,254 @@ module Google
|
|
228
292
|
Google::Ads::GoogleAds::V2::Enums::DeviceEnum::Device.descriptor
|
229
293
|
end
|
230
294
|
|
231
|
-
# Returns the descriptor for the
|
295
|
+
# Returns the descriptor for the SystemManagedResourceSource enum
|
232
296
|
#
|
233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
234
|
-
def self.
|
235
|
-
require "google/ads/google_ads/v2/enums/
|
236
|
-
Google::Ads::GoogleAds::V2::Enums::
|
297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
298
|
+
def self.system_managed_resource_source
|
299
|
+
require "google/ads/google_ads/v2/enums/system_managed_entity_source_pb.rb"
|
300
|
+
Google::Ads::GoogleAds::V2::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
237
301
|
end
|
238
302
|
|
239
|
-
# Returns the descriptor for the
|
303
|
+
# Returns the descriptor for the ChangeStatusOperation enum
|
240
304
|
#
|
241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
242
|
-
def self.
|
243
|
-
require "google/ads/google_ads/v2/enums/
|
244
|
-
Google::Ads::GoogleAds::V2::Enums::
|
305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
306
|
+
def self.change_status_operation
|
307
|
+
require "google/ads/google_ads/v2/enums/change_status_operation_pb.rb"
|
308
|
+
Google::Ads::GoogleAds::V2::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
245
309
|
end
|
246
310
|
|
247
|
-
# Returns the descriptor for the
|
311
|
+
# Returns the descriptor for the ChangeStatusResourceType enum
|
248
312
|
#
|
249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
250
|
-
def self.
|
251
|
-
require "google/ads/google_ads/v2/enums/
|
252
|
-
Google::Ads::GoogleAds::V2::Enums::
|
313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
314
|
+
def self.change_status_resource_type
|
315
|
+
require "google/ads/google_ads/v2/enums/change_status_resource_type_pb.rb"
|
316
|
+
Google::Ads::GoogleAds::V2::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
253
317
|
end
|
254
318
|
|
255
|
-
# Returns the descriptor for the
|
319
|
+
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
256
320
|
#
|
257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
258
|
-
def self.
|
259
|
-
require "google/ads/google_ads/v2/enums/
|
260
|
-
Google::Ads::GoogleAds::V2::Enums::
|
321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
322
|
+
def self.ad_customizer_placeholder_field
|
323
|
+
require "google/ads/google_ads/v2/enums/ad_customizer_placeholder_field_pb.rb"
|
324
|
+
Google::Ads::GoogleAds::V2::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
261
325
|
end
|
262
326
|
|
263
|
-
# Returns the descriptor for the
|
327
|
+
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
264
328
|
#
|
265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
266
|
-
def self.
|
267
|
-
require "google/ads/google_ads/v2/enums/
|
268
|
-
Google::Ads::GoogleAds::V2::Enums::
|
329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
330
|
+
def self.affiliate_location_placeholder_field
|
331
|
+
require "google/ads/google_ads/v2/enums/affiliate_location_placeholder_field_pb.rb"
|
332
|
+
Google::Ads::GoogleAds::V2::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
269
333
|
end
|
270
334
|
|
271
|
-
# Returns the descriptor for the
|
335
|
+
# Returns the descriptor for the AppPlaceholderField enum
|
272
336
|
#
|
273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
274
|
-
def self.
|
275
|
-
require "google/ads/google_ads/v2/enums/
|
276
|
-
Google::Ads::GoogleAds::V2::Enums::
|
337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
338
|
+
def self.app_placeholder_field
|
339
|
+
require "google/ads/google_ads/v2/enums/app_placeholder_field_pb.rb"
|
340
|
+
Google::Ads::GoogleAds::V2::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
277
341
|
end
|
278
342
|
|
279
|
-
# Returns the descriptor for the
|
343
|
+
# Returns the descriptor for the CallPlaceholderField enum
|
280
344
|
#
|
281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
282
|
-
def self.
|
283
|
-
require "google/ads/google_ads/v2/enums/
|
284
|
-
Google::Ads::GoogleAds::V2::Enums::
|
345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
346
|
+
def self.call_placeholder_field
|
347
|
+
require "google/ads/google_ads/v2/enums/call_placeholder_field_pb.rb"
|
348
|
+
Google::Ads::GoogleAds::V2::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
285
349
|
end
|
286
350
|
|
287
|
-
# Returns the descriptor for the
|
351
|
+
# Returns the descriptor for the CalloutPlaceholderField enum
|
288
352
|
#
|
289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
290
|
-
def self.
|
291
|
-
require "google/ads/google_ads/v2/enums/
|
292
|
-
Google::Ads::GoogleAds::V2::Enums::
|
353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
354
|
+
def self.callout_placeholder_field
|
355
|
+
require "google/ads/google_ads/v2/enums/callout_placeholder_field_pb.rb"
|
356
|
+
Google::Ads::GoogleAds::V2::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
293
357
|
end
|
294
358
|
|
295
|
-
# Returns the descriptor for the
|
359
|
+
# Returns the descriptor for the CustomPlaceholderField enum
|
296
360
|
#
|
297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
298
|
-
def self.
|
299
|
-
require "google/ads/google_ads/v2/enums/
|
300
|
-
Google::Ads::GoogleAds::V2::Enums::
|
361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
362
|
+
def self.custom_placeholder_field
|
363
|
+
require "google/ads/google_ads/v2/enums/custom_placeholder_field_pb.rb"
|
364
|
+
Google::Ads::GoogleAds::V2::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
301
365
|
end
|
302
366
|
|
303
|
-
# Returns the descriptor for the
|
367
|
+
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
304
368
|
#
|
305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
306
|
-
def self.
|
307
|
-
require "google/ads/google_ads/v2/enums/
|
308
|
-
Google::Ads::GoogleAds::V2::Enums::
|
369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
370
|
+
def self.dsa_page_feed_criterion_field
|
371
|
+
require "google/ads/google_ads/v2/enums/dsa_page_feed_criterion_field_pb.rb"
|
372
|
+
Google::Ads::GoogleAds::V2::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
309
373
|
end
|
310
374
|
|
311
|
-
# Returns the descriptor for the
|
375
|
+
# Returns the descriptor for the EducationPlaceholderField enum
|
312
376
|
#
|
313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
314
|
-
def self.
|
315
|
-
require "google/ads/google_ads/v2/enums/
|
316
|
-
Google::Ads::GoogleAds::V2::Enums::
|
377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
378
|
+
def self.education_placeholder_field
|
379
|
+
require "google/ads/google_ads/v2/enums/education_placeholder_field_pb.rb"
|
380
|
+
Google::Ads::GoogleAds::V2::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
317
381
|
end
|
318
382
|
|
319
|
-
# Returns the descriptor for the
|
383
|
+
# Returns the descriptor for the FeedMappingCriterionType enum
|
320
384
|
#
|
321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
322
|
-
def self.
|
323
|
-
require "google/ads/google_ads/v2/enums/
|
324
|
-
Google::Ads::GoogleAds::V2::Enums::
|
385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
386
|
+
def self.feed_mapping_criterion_type
|
387
|
+
require "google/ads/google_ads/v2/enums/feed_mapping_criterion_type_pb.rb"
|
388
|
+
Google::Ads::GoogleAds::V2::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
325
389
|
end
|
326
390
|
|
327
|
-
# Returns the descriptor for the
|
391
|
+
# Returns the descriptor for the FeedMappingStatus enum
|
328
392
|
#
|
329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
330
|
-
def self.
|
331
|
-
require "google/ads/google_ads/v2/enums/
|
332
|
-
Google::Ads::GoogleAds::V2::Enums::
|
393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
394
|
+
def self.feed_mapping_status
|
395
|
+
require "google/ads/google_ads/v2/enums/feed_mapping_status_pb.rb"
|
396
|
+
Google::Ads::GoogleAds::V2::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
333
397
|
end
|
334
398
|
|
335
|
-
# Returns the descriptor for the
|
399
|
+
# Returns the descriptor for the FlightPlaceholderField enum
|
336
400
|
#
|
337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
338
|
-
def self.
|
339
|
-
require "google/ads/google_ads/v2/enums/
|
340
|
-
Google::Ads::GoogleAds::V2::Enums::
|
401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
402
|
+
def self.flight_placeholder_field
|
403
|
+
require "google/ads/google_ads/v2/enums/flight_placeholder_field_pb.rb"
|
404
|
+
Google::Ads::GoogleAds::V2::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
341
405
|
end
|
342
406
|
|
343
|
-
# Returns the descriptor for the
|
407
|
+
# Returns the descriptor for the HotelPlaceholderField enum
|
344
408
|
#
|
345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
346
|
-
def self.
|
347
|
-
require "google/ads/google_ads/v2/enums/
|
348
|
-
Google::Ads::GoogleAds::V2::Enums::
|
409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
410
|
+
def self.hotel_placeholder_field
|
411
|
+
require "google/ads/google_ads/v2/enums/hotel_placeholder_field_pb.rb"
|
412
|
+
Google::Ads::GoogleAds::V2::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
349
413
|
end
|
350
414
|
|
351
|
-
# Returns the descriptor for the
|
415
|
+
# Returns the descriptor for the JobPlaceholderField enum
|
352
416
|
#
|
353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
354
|
-
def self.
|
355
|
-
require "google/ads/google_ads/v2/enums/
|
356
|
-
Google::Ads::GoogleAds::V2::Enums::
|
417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
418
|
+
def self.job_placeholder_field
|
419
|
+
require "google/ads/google_ads/v2/enums/job_placeholder_field_pb.rb"
|
420
|
+
Google::Ads::GoogleAds::V2::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
357
421
|
end
|
358
422
|
|
359
|
-
# Returns the descriptor for the
|
423
|
+
# Returns the descriptor for the LocalPlaceholderField enum
|
360
424
|
#
|
361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
362
|
-
def self.
|
363
|
-
require "google/ads/google_ads/v2/enums/
|
364
|
-
Google::Ads::GoogleAds::V2::Enums::
|
425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
426
|
+
def self.local_placeholder_field
|
427
|
+
require "google/ads/google_ads/v2/enums/local_placeholder_field_pb.rb"
|
428
|
+
Google::Ads::GoogleAds::V2::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
365
429
|
end
|
366
430
|
|
367
|
-
# Returns the descriptor for the
|
431
|
+
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
368
432
|
#
|
369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
370
|
-
def self.
|
371
|
-
require "google/ads/google_ads/v2/enums/
|
372
|
-
Google::Ads::GoogleAds::V2::Enums::
|
433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
434
|
+
def self.location_extension_targeting_criterion_field
|
435
|
+
require "google/ads/google_ads/v2/enums/location_extension_targeting_criterion_field_pb.rb"
|
436
|
+
Google::Ads::GoogleAds::V2::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
373
437
|
end
|
374
438
|
|
375
|
-
# Returns the descriptor for the
|
439
|
+
# Returns the descriptor for the LocationPlaceholderField enum
|
376
440
|
#
|
377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
378
|
-
def self.
|
379
|
-
require "google/ads/google_ads/v2/enums/
|
380
|
-
Google::Ads::GoogleAds::V2::Enums::
|
441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
442
|
+
def self.location_placeholder_field
|
443
|
+
require "google/ads/google_ads/v2/enums/location_placeholder_field_pb.rb"
|
444
|
+
Google::Ads::GoogleAds::V2::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
381
445
|
end
|
382
446
|
|
383
|
-
# Returns the descriptor for the
|
447
|
+
# Returns the descriptor for the MessagePlaceholderField enum
|
384
448
|
#
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
386
|
-
def self.
|
387
|
-
require "google/ads/google_ads/v2/enums/
|
388
|
-
Google::Ads::GoogleAds::V2::Enums::
|
449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
450
|
+
def self.message_placeholder_field
|
451
|
+
require "google/ads/google_ads/v2/enums/message_placeholder_field_pb.rb"
|
452
|
+
Google::Ads::GoogleAds::V2::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
389
453
|
end
|
390
454
|
|
391
|
-
# Returns the descriptor for the
|
455
|
+
# Returns the descriptor for the PricePlaceholderField enum
|
392
456
|
#
|
393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
394
|
-
def self.
|
395
|
-
require "google/ads/google_ads/v2/enums/
|
396
|
-
Google::Ads::GoogleAds::V2::Enums::
|
457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
458
|
+
def self.price_placeholder_field
|
459
|
+
require "google/ads/google_ads/v2/enums/price_placeholder_field_pb.rb"
|
460
|
+
Google::Ads::GoogleAds::V2::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
397
461
|
end
|
398
462
|
|
399
|
-
# Returns the descriptor for the
|
463
|
+
# Returns the descriptor for the PromotionPlaceholderField enum
|
400
464
|
#
|
401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
402
|
-
def self.
|
403
|
-
require "google/ads/google_ads/v2/enums/
|
404
|
-
Google::Ads::GoogleAds::V2::Enums::
|
465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
466
|
+
def self.promotion_placeholder_field
|
467
|
+
require "google/ads/google_ads/v2/enums/promotion_placeholder_field_pb.rb"
|
468
|
+
Google::Ads::GoogleAds::V2::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
405
469
|
end
|
406
470
|
|
407
|
-
# Returns the descriptor for the
|
471
|
+
# Returns the descriptor for the RealEstatePlaceholderField enum
|
408
472
|
#
|
409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
410
|
-
def self.
|
411
|
-
require "google/ads/google_ads/v2/enums/
|
412
|
-
Google::Ads::GoogleAds::V2::Enums::
|
473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
474
|
+
def self.real_estate_placeholder_field
|
475
|
+
require "google/ads/google_ads/v2/enums/real_estate_placeholder_field_pb.rb"
|
476
|
+
Google::Ads::GoogleAds::V2::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
413
477
|
end
|
414
478
|
|
415
|
-
# Returns the descriptor for the
|
479
|
+
# Returns the descriptor for the SitelinkPlaceholderField enum
|
416
480
|
#
|
417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
418
|
-
def self.
|
419
|
-
require "google/ads/google_ads/v2/enums/
|
420
|
-
Google::Ads::GoogleAds::V2::Enums::
|
421
|
-
end
|
422
|
-
|
481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
482
|
+
def self.sitelink_placeholder_field
|
483
|
+
require "google/ads/google_ads/v2/enums/sitelink_placeholder_field_pb.rb"
|
484
|
+
Google::Ads::GoogleAds::V2::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
485
|
+
end
|
486
|
+
|
487
|
+
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
488
|
+
#
|
489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
490
|
+
def self.structured_snippet_placeholder_field
|
491
|
+
require "google/ads/google_ads/v2/enums/structured_snippet_placeholder_field_pb.rb"
|
492
|
+
Google::Ads::GoogleAds::V2::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
493
|
+
end
|
494
|
+
|
495
|
+
# Returns the descriptor for the TravelPlaceholderField enum
|
496
|
+
#
|
497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
498
|
+
def self.travel_placeholder_field
|
499
|
+
require "google/ads/google_ads/v2/enums/travel_placeholder_field_pb.rb"
|
500
|
+
Google::Ads::GoogleAds::V2::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
501
|
+
end
|
502
|
+
|
503
|
+
# Returns the descriptor for the BillingSetupStatus enum
|
504
|
+
#
|
505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
506
|
+
def self.billing_setup_status
|
507
|
+
require "google/ads/google_ads/v2/enums/billing_setup_status_pb.rb"
|
508
|
+
Google::Ads::GoogleAds::V2::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
509
|
+
end
|
510
|
+
|
511
|
+
# Returns the descriptor for the TimeType enum
|
512
|
+
#
|
513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
|
514
|
+
def self.time_type
|
515
|
+
require "google/ads/google_ads/v2/enums/time_type_pb.rb"
|
516
|
+
Google::Ads::GoogleAds::V2::Enums::TimeTypeEnum::TimeType.descriptor
|
517
|
+
end
|
518
|
+
|
519
|
+
# Returns the descriptor for the DistanceBucket enum
|
520
|
+
#
|
521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
|
522
|
+
def self.distance_bucket
|
523
|
+
require "google/ads/google_ads/v2/enums/distance_bucket_pb.rb"
|
524
|
+
Google::Ads::GoogleAds::V2::Enums::DistanceBucketEnum::DistanceBucket.descriptor
|
525
|
+
end
|
526
|
+
|
527
|
+
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
528
|
+
#
|
529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
530
|
+
def self.customer_pay_per_conversion_eligibility_failure_reason
|
531
|
+
require "google/ads/google_ads/v2/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
|
532
|
+
Google::Ads::GoogleAds::V2::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
533
|
+
end
|
534
|
+
|
535
|
+
# Returns the descriptor for the BudgetDeliveryMethod enum
|
536
|
+
#
|
537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
538
|
+
def self.budget_delivery_method
|
539
|
+
require "google/ads/google_ads/v2/enums/budget_delivery_method_pb.rb"
|
540
|
+
Google::Ads::GoogleAds::V2::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
541
|
+
end
|
542
|
+
|
423
543
|
# Returns the descriptor for the BudgetPeriod enum
|
424
544
|
#
|
425
545
|
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
@@ -444,172 +564,172 @@ module Google
|
|
444
564
|
Google::Ads::GoogleAds::V2::Enums::BudgetTypeEnum::BudgetType.descriptor
|
445
565
|
end
|
446
566
|
|
447
|
-
# Returns the descriptor for the
|
567
|
+
# Returns the descriptor for the AgeRangeType enum
|
448
568
|
#
|
449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
450
|
-
def self.
|
451
|
-
require "google/ads/google_ads/v2/enums/
|
452
|
-
Google::Ads::GoogleAds::V2::Enums::
|
569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
570
|
+
def self.age_range_type
|
571
|
+
require "google/ads/google_ads/v2/enums/age_range_type_pb.rb"
|
572
|
+
Google::Ads::GoogleAds::V2::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
453
573
|
end
|
454
574
|
|
455
|
-
# Returns the descriptor for the
|
575
|
+
# Returns the descriptor for the AppPaymentModelType enum
|
456
576
|
#
|
457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
458
|
-
def self.
|
459
|
-
require "google/ads/google_ads/v2/enums/
|
460
|
-
Google::Ads::GoogleAds::V2::Enums::
|
577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
|
578
|
+
def self.app_payment_model_type
|
579
|
+
require "google/ads/google_ads/v2/enums/app_payment_model_type_pb.rb"
|
580
|
+
Google::Ads::GoogleAds::V2::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
461
581
|
end
|
462
582
|
|
463
|
-
# Returns the descriptor for the
|
583
|
+
# Returns the descriptor for the ContentLabelType enum
|
464
584
|
#
|
465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
466
|
-
def self.
|
467
|
-
require "google/ads/google_ads/v2/enums/
|
468
|
-
Google::Ads::GoogleAds::V2::Enums::
|
585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
|
586
|
+
def self.content_label_type
|
587
|
+
require "google/ads/google_ads/v2/enums/content_label_type_pb.rb"
|
588
|
+
Google::Ads::GoogleAds::V2::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
469
589
|
end
|
470
590
|
|
471
|
-
# Returns the descriptor for the
|
591
|
+
# Returns the descriptor for the DayOfWeek enum
|
472
592
|
#
|
473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
474
|
-
def self.
|
475
|
-
require "google/ads/google_ads/v2/enums/
|
476
|
-
Google::Ads::GoogleAds::V2::Enums::
|
593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
|
594
|
+
def self.day_of_week
|
595
|
+
require "google/ads/google_ads/v2/enums/day_of_week_pb.rb"
|
596
|
+
Google::Ads::GoogleAds::V2::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
477
597
|
end
|
478
598
|
|
479
|
-
# Returns the descriptor for the
|
599
|
+
# Returns the descriptor for the GenderType enum
|
480
600
|
#
|
481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
482
|
-
def self.
|
483
|
-
require "google/ads/google_ads/v2/enums/
|
484
|
-
Google::Ads::GoogleAds::V2::Enums::
|
601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
602
|
+
def self.gender_type
|
603
|
+
require "google/ads/google_ads/v2/enums/gender_type_pb.rb"
|
604
|
+
Google::Ads::GoogleAds::V2::Enums::GenderTypeEnum::GenderType.descriptor
|
485
605
|
end
|
486
606
|
|
487
|
-
# Returns the descriptor for the
|
607
|
+
# Returns the descriptor for the HotelDateSelectionType enum
|
488
608
|
#
|
489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
490
|
-
def self.
|
491
|
-
require "google/ads/google_ads/v2/enums/
|
492
|
-
Google::Ads::GoogleAds::V2::Enums::
|
609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
|
610
|
+
def self.hotel_date_selection_type
|
611
|
+
require "google/ads/google_ads/v2/enums/hotel_date_selection_type_pb.rb"
|
612
|
+
Google::Ads::GoogleAds::V2::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
493
613
|
end
|
494
614
|
|
495
|
-
# Returns the descriptor for the
|
615
|
+
# Returns the descriptor for the IncomeRangeType enum
|
496
616
|
#
|
497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
498
|
-
def self.
|
499
|
-
require "google/ads/google_ads/v2/enums/
|
500
|
-
Google::Ads::GoogleAds::V2::Enums::
|
617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
|
618
|
+
def self.income_range_type
|
619
|
+
require "google/ads/google_ads/v2/enums/income_range_type_pb.rb"
|
620
|
+
Google::Ads::GoogleAds::V2::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
501
621
|
end
|
502
622
|
|
503
|
-
# Returns the descriptor for the
|
623
|
+
# Returns the descriptor for the InteractionType enum
|
504
624
|
#
|
505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
506
|
-
def self.
|
507
|
-
require "google/ads/google_ads/v2/enums/
|
508
|
-
Google::Ads::GoogleAds::V2::Enums::
|
625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
|
626
|
+
def self.interaction_type
|
627
|
+
require "google/ads/google_ads/v2/enums/interaction_type_pb.rb"
|
628
|
+
Google::Ads::GoogleAds::V2::Enums::InteractionTypeEnum::InteractionType.descriptor
|
509
629
|
end
|
510
630
|
|
511
|
-
# Returns the descriptor for the
|
631
|
+
# Returns the descriptor for the ListingCustomAttributeIndex enum
|
512
632
|
#
|
513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
514
|
-
def self.
|
515
|
-
require "google/ads/google_ads/v2/enums/
|
516
|
-
Google::Ads::GoogleAds::V2::Enums::
|
633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
|
634
|
+
def self.listing_custom_attribute_index
|
635
|
+
require "google/ads/google_ads/v2/enums/listing_custom_attribute_index_pb.rb"
|
636
|
+
Google::Ads::GoogleAds::V2::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
|
517
637
|
end
|
518
638
|
|
519
|
-
# Returns the descriptor for the
|
639
|
+
# Returns the descriptor for the ListingGroupType enum
|
520
640
|
#
|
521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
522
|
-
def self.
|
523
|
-
require "google/ads/google_ads/v2/enums/
|
524
|
-
Google::Ads::GoogleAds::V2::Enums::
|
641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
642
|
+
def self.listing_group_type
|
643
|
+
require "google/ads/google_ads/v2/enums/listing_group_type_pb.rb"
|
644
|
+
Google::Ads::GoogleAds::V2::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
|
525
645
|
end
|
526
646
|
|
527
|
-
# Returns the descriptor for the
|
647
|
+
# Returns the descriptor for the LocationGroupRadiusUnits enum
|
528
648
|
#
|
529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
530
|
-
def self.
|
531
|
-
require "google/ads/google_ads/v2/enums/
|
532
|
-
Google::Ads::GoogleAds::V2::Enums::
|
649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
|
650
|
+
def self.location_group_radius_units
|
651
|
+
require "google/ads/google_ads/v2/enums/location_group_radius_units_pb.rb"
|
652
|
+
Google::Ads::GoogleAds::V2::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
|
533
653
|
end
|
534
654
|
|
535
|
-
# Returns the descriptor for the
|
655
|
+
# Returns the descriptor for the MinuteOfHour enum
|
536
656
|
#
|
537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
538
|
-
def self.
|
539
|
-
require "google/ads/google_ads/v2/enums/
|
540
|
-
Google::Ads::GoogleAds::V2::Enums::
|
657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
|
658
|
+
def self.minute_of_hour
|
659
|
+
require "google/ads/google_ads/v2/enums/minute_of_hour_pb.rb"
|
660
|
+
Google::Ads::GoogleAds::V2::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
|
541
661
|
end
|
542
662
|
|
543
|
-
# Returns the descriptor for the
|
663
|
+
# Returns the descriptor for the ParentalStatusType enum
|
544
664
|
#
|
545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
546
|
-
def self.
|
547
|
-
require "google/ads/google_ads/v2/enums/
|
548
|
-
Google::Ads::GoogleAds::V2::Enums::
|
665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
|
666
|
+
def self.parental_status_type
|
667
|
+
require "google/ads/google_ads/v2/enums/parental_status_type_pb.rb"
|
668
|
+
Google::Ads::GoogleAds::V2::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
|
549
669
|
end
|
550
670
|
|
551
|
-
# Returns the descriptor for the
|
671
|
+
# Returns the descriptor for the PreferredContentType enum
|
552
672
|
#
|
553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
554
|
-
def self.
|
555
|
-
require "google/ads/google_ads/v2/enums/
|
556
|
-
Google::Ads::GoogleAds::V2::Enums::
|
673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
|
674
|
+
def self.preferred_content_type
|
675
|
+
require "google/ads/google_ads/v2/enums/preferred_content_type_pb.rb"
|
676
|
+
Google::Ads::GoogleAds::V2::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
|
557
677
|
end
|
558
678
|
|
559
|
-
# Returns the descriptor for the
|
679
|
+
# Returns the descriptor for the ProductChannel enum
|
560
680
|
#
|
561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
562
|
-
def self.
|
563
|
-
require "google/ads/google_ads/v2/enums/
|
564
|
-
Google::Ads::GoogleAds::V2::Enums::
|
681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
|
682
|
+
def self.product_channel
|
683
|
+
require "google/ads/google_ads/v2/enums/product_channel_pb.rb"
|
684
|
+
Google::Ads::GoogleAds::V2::Enums::ProductChannelEnum::ProductChannel.descriptor
|
565
685
|
end
|
566
686
|
|
567
|
-
# Returns the descriptor for the
|
687
|
+
# Returns the descriptor for the ProductChannelExclusivity enum
|
568
688
|
#
|
569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
570
|
-
def self.
|
571
|
-
require "google/ads/google_ads/v2/enums/
|
572
|
-
Google::Ads::GoogleAds::V2::Enums::
|
689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
|
690
|
+
def self.product_channel_exclusivity
|
691
|
+
require "google/ads/google_ads/v2/enums/product_channel_exclusivity_pb.rb"
|
692
|
+
Google::Ads::GoogleAds::V2::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
|
573
693
|
end
|
574
694
|
|
575
|
-
# Returns the descriptor for the
|
695
|
+
# Returns the descriptor for the ProductCondition enum
|
576
696
|
#
|
577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
578
|
-
def self.
|
579
|
-
require "google/ads/google_ads/v2/enums/
|
580
|
-
Google::Ads::GoogleAds::V2::Enums::
|
697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
|
698
|
+
def self.product_condition
|
699
|
+
require "google/ads/google_ads/v2/enums/product_condition_pb.rb"
|
700
|
+
Google::Ads::GoogleAds::V2::Enums::ProductConditionEnum::ProductCondition.descriptor
|
581
701
|
end
|
582
702
|
|
583
|
-
# Returns the descriptor for the
|
703
|
+
# Returns the descriptor for the ProductTypeLevel enum
|
584
704
|
#
|
585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
586
|
-
def self.
|
587
|
-
require "google/ads/google_ads/v2/enums/
|
588
|
-
Google::Ads::GoogleAds::V2::Enums::
|
705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
|
706
|
+
def self.product_type_level
|
707
|
+
require "google/ads/google_ads/v2/enums/product_type_level_pb.rb"
|
708
|
+
Google::Ads::GoogleAds::V2::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
|
589
709
|
end
|
590
710
|
|
591
|
-
# Returns the descriptor for the
|
711
|
+
# Returns the descriptor for the ProximityRadiusUnits enum
|
592
712
|
#
|
593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
594
|
-
def self.
|
595
|
-
require "google/ads/google_ads/v2/enums/
|
596
|
-
Google::Ads::GoogleAds::V2::Enums::
|
713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
|
714
|
+
def self.proximity_radius_units
|
715
|
+
require "google/ads/google_ads/v2/enums/proximity_radius_units_pb.rb"
|
716
|
+
Google::Ads::GoogleAds::V2::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
|
597
717
|
end
|
598
718
|
|
599
|
-
# Returns the descriptor for the
|
719
|
+
# Returns the descriptor for the WebpageConditionOperand enum
|
600
720
|
#
|
601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
602
|
-
def self.
|
603
|
-
require "google/ads/google_ads/v2/enums/
|
604
|
-
Google::Ads::GoogleAds::V2::Enums::
|
721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
|
722
|
+
def self.webpage_condition_operand
|
723
|
+
require "google/ads/google_ads/v2/enums/webpage_condition_operand_pb.rb"
|
724
|
+
Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
|
605
725
|
end
|
606
726
|
|
607
|
-
# Returns the descriptor for the
|
727
|
+
# Returns the descriptor for the WebpageConditionOperator enum
|
608
728
|
#
|
609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
610
|
-
def self.
|
611
|
-
require "google/ads/google_ads/v2/enums/
|
612
|
-
Google::Ads::GoogleAds::V2::Enums::
|
729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
|
730
|
+
def self.webpage_condition_operator
|
731
|
+
require "google/ads/google_ads/v2/enums/webpage_condition_operator_pb.rb"
|
732
|
+
Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
613
733
|
end
|
614
734
|
|
615
735
|
# Returns the descriptor for the AppStore enum
|
@@ -660,28 +780,92 @@ module Google
|
|
660
780
|
Google::Ads::GoogleAds::V2::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
|
661
781
|
end
|
662
782
|
|
663
|
-
# Returns the descriptor for the
|
783
|
+
# Returns the descriptor for the RecommendationType enum
|
664
784
|
#
|
665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
666
|
-
def self.
|
667
|
-
require "google/ads/google_ads/v2/enums/
|
668
|
-
Google::Ads::GoogleAds::V2::Enums::
|
785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
786
|
+
def self.recommendation_type
|
787
|
+
require "google/ads/google_ads/v2/enums/recommendation_type_pb.rb"
|
788
|
+
Google::Ads::GoogleAds::V2::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
669
789
|
end
|
670
790
|
|
671
|
-
# Returns the descriptor for the
|
791
|
+
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
672
792
|
#
|
673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
674
|
-
def self.
|
675
|
-
require "google/ads/google_ads/v2/enums/
|
676
|
-
Google::Ads::GoogleAds::V2::Enums::
|
793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
794
|
+
def self.target_cpa_opt_in_recommendation_goal
|
795
|
+
require "google/ads/google_ads/v2/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
|
796
|
+
Google::Ads::GoogleAds::V2::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
677
797
|
end
|
678
798
|
|
679
|
-
# Returns the descriptor for the
|
799
|
+
# Returns the descriptor for the PlacementType enum
|
680
800
|
#
|
681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
682
|
-
def self.
|
683
|
-
require "google/ads/google_ads/v2/enums/
|
684
|
-
Google::Ads::GoogleAds::V2::Enums::
|
801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
802
|
+
def self.placement_type
|
803
|
+
require "google/ads/google_ads/v2/enums/placement_type_pb.rb"
|
804
|
+
Google::Ads::GoogleAds::V2::Enums::PlacementTypeEnum::PlacementType.descriptor
|
805
|
+
end
|
806
|
+
|
807
|
+
# Returns the descriptor for the MutateJobStatus enum
|
808
|
+
#
|
809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
|
810
|
+
def self.mutate_job_status
|
811
|
+
require "google/ads/google_ads/v2/enums/mutate_job_status_pb.rb"
|
812
|
+
Google::Ads::GoogleAds::V2::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
|
813
|
+
end
|
814
|
+
|
815
|
+
# Returns the descriptor for the GeoTargetingType enum
|
816
|
+
#
|
817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
818
|
+
def self.geo_targeting_type
|
819
|
+
require "google/ads/google_ads/v2/enums/geo_targeting_type_pb.rb"
|
820
|
+
Google::Ads::GoogleAds::V2::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
821
|
+
end
|
822
|
+
|
823
|
+
# Returns the descriptor for the AssetType enum
|
824
|
+
#
|
825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
826
|
+
def self.asset_type
|
827
|
+
require "google/ads/google_ads/v2/enums/asset_type_pb.rb"
|
828
|
+
Google::Ads::GoogleAds::V2::Enums::AssetTypeEnum::AssetType.descriptor
|
829
|
+
end
|
830
|
+
|
831
|
+
# Returns the descriptor for the AssetFieldType enum
|
832
|
+
#
|
833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
|
834
|
+
def self.asset_field_type
|
835
|
+
require "google/ads/google_ads/v2/enums/asset_field_type_pb.rb"
|
836
|
+
Google::Ads::GoogleAds::V2::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
|
837
|
+
end
|
838
|
+
|
839
|
+
# Returns the descriptor for the AssetPerformanceLabel enum
|
840
|
+
#
|
841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
|
842
|
+
def self.asset_performance_label
|
843
|
+
require "google/ads/google_ads/v2/enums/asset_performance_label_pb.rb"
|
844
|
+
Google::Ads::GoogleAds::V2::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
|
845
|
+
end
|
846
|
+
|
847
|
+
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
848
|
+
#
|
849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
850
|
+
def self.operating_system_version_operator_type
|
851
|
+
require "google/ads/google_ads/v2/enums/operating_system_version_operator_type_pb.rb"
|
852
|
+
Google::Ads::GoogleAds::V2::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
853
|
+
end
|
854
|
+
|
855
|
+
# Returns the descriptor for the CampaignSharedSetStatus enum
|
856
|
+
#
|
857
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
858
|
+
def self.campaign_shared_set_status
|
859
|
+
require "google/ads/google_ads/v2/enums/campaign_shared_set_status_pb.rb"
|
860
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
861
|
+
end
|
862
|
+
|
863
|
+
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
864
|
+
#
|
865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
866
|
+
def self.keyword_plan_forecast_interval
|
867
|
+
require "google/ads/google_ads/v2/enums/keyword_plan_forecast_interval_pb.rb"
|
868
|
+
Google::Ads::GoogleAds::V2::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
685
869
|
end
|
686
870
|
|
687
871
|
# Returns the descriptor for the CampaignExperimentStatus enum
|
@@ -700,20 +884,76 @@ module Google
|
|
700
884
|
Google::Ads::GoogleAds::V2::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
701
885
|
end
|
702
886
|
|
703
|
-
# Returns the descriptor for the
|
887
|
+
# Returns the descriptor for the ExtensionType enum
|
704
888
|
#
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
706
|
-
def self.
|
707
|
-
require "google/ads/google_ads/v2/enums/
|
708
|
-
Google::Ads::GoogleAds::V2::Enums::
|
889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
890
|
+
def self.extension_type
|
891
|
+
require "google/ads/google_ads/v2/enums/extension_type_pb.rb"
|
892
|
+
Google::Ads::GoogleAds::V2::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
709
893
|
end
|
710
894
|
|
711
|
-
# Returns the descriptor for the
|
895
|
+
# Returns the descriptor for the FeedItemStatus enum
|
712
896
|
#
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
714
|
-
def self.
|
715
|
-
require "google/ads/google_ads/v2/enums/
|
716
|
-
Google::Ads::GoogleAds::V2::Enums::
|
897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
898
|
+
def self.feed_item_status
|
899
|
+
require "google/ads/google_ads/v2/enums/feed_item_status_pb.rb"
|
900
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
901
|
+
end
|
902
|
+
|
903
|
+
# Returns the descriptor for the FeedItemTargetDevice enum
|
904
|
+
#
|
905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
|
906
|
+
def self.feed_item_target_device
|
907
|
+
require "google/ads/google_ads/v2/enums/feed_item_target_device_pb.rb"
|
908
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
909
|
+
end
|
910
|
+
|
911
|
+
# Returns the descriptor for the ExtensionSettingDevice enum
|
912
|
+
#
|
913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
914
|
+
def self.extension_setting_device
|
915
|
+
require "google/ads/google_ads/v2/enums/extension_setting_device_pb.rb"
|
916
|
+
Google::Ads::GoogleAds::V2::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
917
|
+
end
|
918
|
+
|
919
|
+
# Returns the descriptor for the CampaignCriterionStatus enum
|
920
|
+
#
|
921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
922
|
+
def self.campaign_criterion_status
|
923
|
+
require "google/ads/google_ads/v2/enums/campaign_criterion_status_pb.rb"
|
924
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
925
|
+
end
|
926
|
+
|
927
|
+
# Returns the descriptor for the CriterionType enum
|
928
|
+
#
|
929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
930
|
+
def self.criterion_type
|
931
|
+
require "google/ads/google_ads/v2/enums/criterion_type_pb.rb"
|
932
|
+
Google::Ads::GoogleAds::V2::Enums::CriterionTypeEnum::CriterionType.descriptor
|
933
|
+
end
|
934
|
+
|
935
|
+
# Returns the descriptor for the CustomInterestMemberType enum
|
936
|
+
#
|
937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
938
|
+
def self.custom_interest_member_type
|
939
|
+
require "google/ads/google_ads/v2/enums/custom_interest_member_type_pb.rb"
|
940
|
+
Google::Ads::GoogleAds::V2::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
941
|
+
end
|
942
|
+
|
943
|
+
# Returns the descriptor for the CustomInterestStatus enum
|
944
|
+
#
|
945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
946
|
+
def self.custom_interest_status
|
947
|
+
require "google/ads/google_ads/v2/enums/custom_interest_status_pb.rb"
|
948
|
+
Google::Ads::GoogleAds::V2::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
949
|
+
end
|
950
|
+
|
951
|
+
# Returns the descriptor for the CustomInterestType enum
|
952
|
+
#
|
953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
954
|
+
def self.custom_interest_type
|
955
|
+
require "google/ads/google_ads/v2/enums/custom_interest_type_pb.rb"
|
956
|
+
Google::Ads::GoogleAds::V2::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
717
957
|
end
|
718
958
|
|
719
959
|
# Returns the descriptor for the AdvertisingChannelSubType enum
|
@@ -756,60 +996,148 @@ module Google
|
|
756
996
|
Google::Ads::GoogleAds::V2::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
757
997
|
end
|
758
998
|
|
759
|
-
# Returns the descriptor for the
|
999
|
+
# Returns the descriptor for the ManagerLinkStatus enum
|
760
1000
|
#
|
761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
762
|
-
def self.
|
763
|
-
require "google/ads/google_ads/v2/enums/
|
764
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
1002
|
+
def self.manager_link_status
|
1003
|
+
require "google/ads/google_ads/v2/enums/manager_link_status_pb.rb"
|
1004
|
+
Google::Ads::GoogleAds::V2::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
765
1005
|
end
|
766
1006
|
|
767
|
-
# Returns the descriptor for the
|
1007
|
+
# Returns the descriptor for the MobileDeviceType enum
|
768
1008
|
#
|
769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
770
|
-
def self.
|
771
|
-
require "google/ads/google_ads/v2/enums/
|
772
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
1010
|
+
def self.mobile_device_type
|
1011
|
+
require "google/ads/google_ads/v2/enums/mobile_device_type_pb.rb"
|
1012
|
+
Google::Ads::GoogleAds::V2::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
773
1013
|
end
|
774
1014
|
|
775
|
-
# Returns the descriptor for the
|
1015
|
+
# Returns the descriptor for the SearchTermTargetingStatus enum
|
776
1016
|
#
|
777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
778
|
-
def self.
|
779
|
-
require "google/ads/google_ads/v2/enums/
|
780
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
1018
|
+
def self.search_term_targeting_status
|
1019
|
+
require "google/ads/google_ads/v2/enums/search_term_targeting_status_pb.rb"
|
1020
|
+
Google::Ads::GoogleAds::V2::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
781
1021
|
end
|
782
1022
|
|
783
|
-
# Returns the descriptor for the
|
1023
|
+
# Returns the descriptor for the SimulationModificationMethod enum
|
784
1024
|
#
|
785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
786
|
-
def self.
|
787
|
-
require "google/ads/google_ads/v2/enums/
|
788
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
1026
|
+
def self.simulation_modification_method
|
1027
|
+
require "google/ads/google_ads/v2/enums/simulation_modification_method_pb.rb"
|
1028
|
+
Google::Ads::GoogleAds::V2::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
789
1029
|
end
|
790
1030
|
|
791
|
-
# Returns the descriptor for the
|
1031
|
+
# Returns the descriptor for the SimulationType enum
|
792
1032
|
#
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
794
|
-
def self.
|
795
|
-
require "google/ads/google_ads/v2/enums/
|
796
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
1034
|
+
def self.simulation_type
|
1035
|
+
require "google/ads/google_ads/v2/enums/simulation_type_pb.rb"
|
1036
|
+
Google::Ads::GoogleAds::V2::Enums::SimulationTypeEnum::SimulationType.descriptor
|
797
1037
|
end
|
798
1038
|
|
799
|
-
# Returns the descriptor for the
|
1039
|
+
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
800
1040
|
#
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
802
|
-
def self.
|
803
|
-
require "google/ads/google_ads/v2/enums/
|
804
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1041
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
|
1042
|
+
def self.affiliate_location_feed_relationship_type
|
1043
|
+
require "google/ads/google_ads/v2/enums/affiliate_location_feed_relationship_type_pb.rb"
|
1044
|
+
Google::Ads::GoogleAds::V2::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
|
805
1045
|
end
|
806
1046
|
|
807
|
-
# Returns the descriptor for the
|
1047
|
+
# Returns the descriptor for the FeedAttributeType enum
|
808
1048
|
#
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
810
|
-
def self.
|
811
|
-
require "google/ads/google_ads/v2/enums/
|
812
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
|
1050
|
+
def self.feed_attribute_type
|
1051
|
+
require "google/ads/google_ads/v2/enums/feed_attribute_type_pb.rb"
|
1052
|
+
Google::Ads::GoogleAds::V2::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
# Returns the descriptor for the FeedOrigin enum
|
1056
|
+
#
|
1057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
1058
|
+
def self.feed_origin
|
1059
|
+
require "google/ads/google_ads/v2/enums/feed_origin_pb.rb"
|
1060
|
+
Google::Ads::GoogleAds::V2::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
# Returns the descriptor for the FeedStatus enum
|
1064
|
+
#
|
1065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
|
1066
|
+
def self.feed_status
|
1067
|
+
require "google/ads/google_ads/v2/enums/feed_status_pb.rb"
|
1068
|
+
Google::Ads::GoogleAds::V2::Enums::FeedStatusEnum::FeedStatus.descriptor
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
# Returns the descriptor for the Operator enum
|
1072
|
+
#
|
1073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
1074
|
+
def self.operator
|
1075
|
+
require "google/ads/google_ads/v2/resources/feed_pb.rb"
|
1076
|
+
Google::Ads::GoogleAds::V2::Resources::FeedAttributeOperation::Operator.descriptor
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
# Returns the descriptor for the SharedSetStatus enum
|
1080
|
+
#
|
1081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
|
1082
|
+
def self.shared_set_status
|
1083
|
+
require "google/ads/google_ads/v2/enums/shared_set_status_pb.rb"
|
1084
|
+
Google::Ads::GoogleAds::V2::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
# Returns the descriptor for the SharedSetType enum
|
1088
|
+
#
|
1089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
|
1090
|
+
def self.shared_set_type
|
1091
|
+
require "google/ads/google_ads/v2/enums/shared_set_type_pb.rb"
|
1092
|
+
Google::Ads::GoogleAds::V2::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
1093
|
+
end
|
1094
|
+
|
1095
|
+
# Returns the descriptor for the PageOnePromotedStrategyGoal enum
|
1096
|
+
#
|
1097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PageOnePromotedStrategyGoal enum
|
1098
|
+
def self.page_one_promoted_strategy_goal
|
1099
|
+
require "google/ads/google_ads/v2/enums/page_one_promoted_strategy_goal_pb.rb"
|
1100
|
+
Google::Ads::GoogleAds::V2::Enums::PageOnePromotedStrategyGoalEnum::PageOnePromotedStrategyGoal.descriptor
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
# Returns the descriptor for the TargetImpressionShareLocation enum
|
1104
|
+
#
|
1105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
1106
|
+
def self.target_impression_share_location
|
1107
|
+
require "google/ads/google_ads/v2/enums/target_impression_share_location_pb.rb"
|
1108
|
+
Google::Ads::GoogleAds::V2::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
# Returns the descriptor for the BiddingStrategyStatus enum
|
1112
|
+
#
|
1113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
1114
|
+
def self.bidding_strategy_status
|
1115
|
+
require "google/ads/google_ads/v2/enums/bidding_strategy_status_pb.rb"
|
1116
|
+
Google::Ads::GoogleAds::V2::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
# Returns the descriptor for the BiddingStrategyType enum
|
1120
|
+
#
|
1121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
|
1122
|
+
def self.bidding_strategy_type
|
1123
|
+
require "google/ads/google_ads/v2/enums/bidding_strategy_type_pb.rb"
|
1124
|
+
Google::Ads::GoogleAds::V2::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
# Returns the descriptor for the BidModifierSource enum
|
1128
|
+
#
|
1129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
1130
|
+
def self.bid_modifier_source
|
1131
|
+
require "google/ads/google_ads/v2/enums/bid_modifier_source_pb.rb"
|
1132
|
+
Google::Ads::GoogleAds::V2::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
1136
|
+
#
|
1137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
1138
|
+
def self.customer_match_upload_key_type
|
1139
|
+
require "google/ads/google_ads/v2/enums/customer_match_upload_key_type_pb.rb"
|
1140
|
+
Google::Ads::GoogleAds::V2::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
|
813
1141
|
end
|
814
1142
|
|
815
1143
|
# Returns the descriptor for the UserListCombinedRuleOperator enum
|
@@ -924,340 +1252,188 @@ module Google
|
|
924
1252
|
Google::Ads::GoogleAds::V2::Enums::UserListTypeEnum::UserListType.descriptor
|
925
1253
|
end
|
926
1254
|
|
927
|
-
# Returns the descriptor for the
|
928
|
-
#
|
929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
930
|
-
def self.campaign_criterion_status
|
931
|
-
require "google/ads/google_ads/v2/enums/campaign_criterion_status_pb.rb"
|
932
|
-
Google::Ads::GoogleAds::V2::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
933
|
-
end
|
934
|
-
|
935
|
-
# Returns the descriptor for the CriterionType enum
|
936
|
-
#
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
938
|
-
def self.criterion_type
|
939
|
-
require "google/ads/google_ads/v2/enums/criterion_type_pb.rb"
|
940
|
-
Google::Ads::GoogleAds::V2::Enums::CriterionTypeEnum::CriterionType.descriptor
|
941
|
-
end
|
942
|
-
|
943
|
-
# Returns the descriptor for the KeywordPlanNetwork enum
|
944
|
-
#
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
946
|
-
def self.keyword_plan_network
|
947
|
-
require "google/ads/google_ads/v2/enums/keyword_plan_network_pb.rb"
|
948
|
-
Google::Ads::GoogleAds::V2::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
949
|
-
end
|
950
|
-
|
951
|
-
# Returns the descriptor for the MobileDeviceType enum
|
952
|
-
#
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
954
|
-
def self.mobile_device_type
|
955
|
-
require "google/ads/google_ads/v2/enums/mobile_device_type_pb.rb"
|
956
|
-
Google::Ads::GoogleAds::V2::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
957
|
-
end
|
958
|
-
|
959
|
-
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
960
|
-
#
|
961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
962
|
-
def self.ad_customizer_placeholder_field
|
963
|
-
require "google/ads/google_ads/v2/enums/ad_customizer_placeholder_field_pb.rb"
|
964
|
-
Google::Ads::GoogleAds::V2::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
965
|
-
end
|
966
|
-
|
967
|
-
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
968
|
-
#
|
969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
970
|
-
def self.affiliate_location_placeholder_field
|
971
|
-
require "google/ads/google_ads/v2/enums/affiliate_location_placeholder_field_pb.rb"
|
972
|
-
Google::Ads::GoogleAds::V2::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
973
|
-
end
|
974
|
-
|
975
|
-
# Returns the descriptor for the AppPlaceholderField enum
|
976
|
-
#
|
977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
978
|
-
def self.app_placeholder_field
|
979
|
-
require "google/ads/google_ads/v2/enums/app_placeholder_field_pb.rb"
|
980
|
-
Google::Ads::GoogleAds::V2::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
981
|
-
end
|
982
|
-
|
983
|
-
# Returns the descriptor for the CallPlaceholderField enum
|
984
|
-
#
|
985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
986
|
-
def self.call_placeholder_field
|
987
|
-
require "google/ads/google_ads/v2/enums/call_placeholder_field_pb.rb"
|
988
|
-
Google::Ads::GoogleAds::V2::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
989
|
-
end
|
990
|
-
|
991
|
-
# Returns the descriptor for the CalloutPlaceholderField enum
|
992
|
-
#
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
994
|
-
def self.callout_placeholder_field
|
995
|
-
require "google/ads/google_ads/v2/enums/callout_placeholder_field_pb.rb"
|
996
|
-
Google::Ads::GoogleAds::V2::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
997
|
-
end
|
998
|
-
|
999
|
-
# Returns the descriptor for the CustomPlaceholderField enum
|
1000
|
-
#
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
1002
|
-
def self.custom_placeholder_field
|
1003
|
-
require "google/ads/google_ads/v2/enums/custom_placeholder_field_pb.rb"
|
1004
|
-
Google::Ads::GoogleAds::V2::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
1005
|
-
end
|
1006
|
-
|
1007
|
-
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
1008
|
-
#
|
1009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
1010
|
-
def self.dsa_page_feed_criterion_field
|
1011
|
-
require "google/ads/google_ads/v2/enums/dsa_page_feed_criterion_field_pb.rb"
|
1012
|
-
Google::Ads::GoogleAds::V2::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
1013
|
-
end
|
1014
|
-
|
1015
|
-
# Returns the descriptor for the EducationPlaceholderField enum
|
1016
|
-
#
|
1017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
1018
|
-
def self.education_placeholder_field
|
1019
|
-
require "google/ads/google_ads/v2/enums/education_placeholder_field_pb.rb"
|
1020
|
-
Google::Ads::GoogleAds::V2::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
1021
|
-
end
|
1022
|
-
|
1023
|
-
# Returns the descriptor for the FeedMappingCriterionType enum
|
1024
|
-
#
|
1025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
1026
|
-
def self.feed_mapping_criterion_type
|
1027
|
-
require "google/ads/google_ads/v2/enums/feed_mapping_criterion_type_pb.rb"
|
1028
|
-
Google::Ads::GoogleAds::V2::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
1029
|
-
end
|
1030
|
-
|
1031
|
-
# Returns the descriptor for the FeedMappingStatus enum
|
1032
|
-
#
|
1033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
1034
|
-
def self.feed_mapping_status
|
1035
|
-
require "google/ads/google_ads/v2/enums/feed_mapping_status_pb.rb"
|
1036
|
-
Google::Ads::GoogleAds::V2::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
1037
|
-
end
|
1038
|
-
|
1039
|
-
# Returns the descriptor for the FlightPlaceholderField enum
|
1040
|
-
#
|
1041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
1042
|
-
def self.flight_placeholder_field
|
1043
|
-
require "google/ads/google_ads/v2/enums/flight_placeholder_field_pb.rb"
|
1044
|
-
Google::Ads::GoogleAds::V2::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
1045
|
-
end
|
1046
|
-
|
1047
|
-
# Returns the descriptor for the HotelPlaceholderField enum
|
1048
|
-
#
|
1049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
1050
|
-
def self.hotel_placeholder_field
|
1051
|
-
require "google/ads/google_ads/v2/enums/hotel_placeholder_field_pb.rb"
|
1052
|
-
Google::Ads::GoogleAds::V2::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
1053
|
-
end
|
1054
|
-
|
1055
|
-
# Returns the descriptor for the JobPlaceholderField enum
|
1056
|
-
#
|
1057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
1058
|
-
def self.job_placeholder_field
|
1059
|
-
require "google/ads/google_ads/v2/enums/job_placeholder_field_pb.rb"
|
1060
|
-
Google::Ads::GoogleAds::V2::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
1061
|
-
end
|
1062
|
-
|
1063
|
-
# Returns the descriptor for the LocalPlaceholderField enum
|
1064
|
-
#
|
1065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
1066
|
-
def self.local_placeholder_field
|
1067
|
-
require "google/ads/google_ads/v2/enums/local_placeholder_field_pb.rb"
|
1068
|
-
Google::Ads::GoogleAds::V2::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
1069
|
-
end
|
1070
|
-
|
1071
|
-
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
1072
|
-
#
|
1073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
1074
|
-
def self.location_extension_targeting_criterion_field
|
1075
|
-
require "google/ads/google_ads/v2/enums/location_extension_targeting_criterion_field_pb.rb"
|
1076
|
-
Google::Ads::GoogleAds::V2::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
1077
|
-
end
|
1078
|
-
|
1079
|
-
# Returns the descriptor for the LocationPlaceholderField enum
|
1255
|
+
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
1080
1256
|
#
|
1081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1082
|
-
def self.
|
1083
|
-
require "google/ads/google_ads/v2/enums/
|
1084
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
1258
|
+
def self.ad_group_criterion_approval_status
|
1259
|
+
require "google/ads/google_ads/v2/enums/ad_group_criterion_approval_status_pb.rb"
|
1260
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
1085
1261
|
end
|
1086
1262
|
|
1087
|
-
# Returns the descriptor for the
|
1263
|
+
# Returns the descriptor for the AdGroupCriterionStatus enum
|
1088
1264
|
#
|
1089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1090
|
-
def self.
|
1091
|
-
require "google/ads/google_ads/v2/enums/
|
1092
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
1266
|
+
def self.ad_group_criterion_status
|
1267
|
+
require "google/ads/google_ads/v2/enums/ad_group_criterion_status_pb.rb"
|
1268
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
1093
1269
|
end
|
1094
1270
|
|
1095
|
-
# Returns the descriptor for the
|
1271
|
+
# Returns the descriptor for the BiddingSource enum
|
1096
1272
|
#
|
1097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1098
|
-
def self.
|
1099
|
-
require "google/ads/google_ads/v2/enums/
|
1100
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
1274
|
+
def self.bidding_source
|
1275
|
+
require "google/ads/google_ads/v2/enums/bidding_source_pb.rb"
|
1276
|
+
Google::Ads::GoogleAds::V2::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
1101
1277
|
end
|
1102
1278
|
|
1103
|
-
# Returns the descriptor for the
|
1279
|
+
# Returns the descriptor for the CriterionSystemServingStatus enum
|
1104
1280
|
#
|
1105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1106
|
-
def self.
|
1107
|
-
require "google/ads/google_ads/v2/enums/
|
1108
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
1282
|
+
def self.criterion_system_serving_status
|
1283
|
+
require "google/ads/google_ads/v2/enums/criterion_system_serving_status_pb.rb"
|
1284
|
+
Google::Ads::GoogleAds::V2::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
1109
1285
|
end
|
1110
1286
|
|
1111
|
-
# Returns the descriptor for the
|
1287
|
+
# Returns the descriptor for the QualityScoreBucket enum
|
1112
1288
|
#
|
1113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1114
|
-
def self.
|
1115
|
-
require "google/ads/google_ads/v2/enums/
|
1116
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
1290
|
+
def self.quality_score_bucket
|
1291
|
+
require "google/ads/google_ads/v2/enums/quality_score_bucket_pb.rb"
|
1292
|
+
Google::Ads::GoogleAds::V2::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
1117
1293
|
end
|
1118
1294
|
|
1119
|
-
# Returns the descriptor for the
|
1295
|
+
# Returns the descriptor for the FeedItemTargetType enum
|
1120
1296
|
#
|
1121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1122
|
-
def self.
|
1123
|
-
require "google/ads/google_ads/v2/enums/
|
1124
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
1298
|
+
def self.feed_item_target_type
|
1299
|
+
require "google/ads/google_ads/v2/enums/feed_item_target_type_pb.rb"
|
1300
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
1125
1301
|
end
|
1126
1302
|
|
1127
|
-
# Returns the descriptor for the
|
1303
|
+
# Returns the descriptor for the MerchantCenterLinkStatus enum
|
1128
1304
|
#
|
1129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1130
|
-
def self.
|
1131
|
-
require "google/ads/google_ads/v2/enums/
|
1132
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
|
1306
|
+
def self.merchant_center_link_status
|
1307
|
+
require "google/ads/google_ads/v2/enums/merchant_center_link_status_pb.rb"
|
1308
|
+
Google::Ads::GoogleAds::V2::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
1133
1309
|
end
|
1134
1310
|
|
1135
|
-
# Returns the descriptor for the
|
1311
|
+
# Returns the descriptor for the CampaignDraftStatus enum
|
1136
1312
|
#
|
1137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1138
|
-
def self.
|
1139
|
-
require "google/ads/google_ads/v2/enums/
|
1140
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
1314
|
+
def self.campaign_draft_status
|
1315
|
+
require "google/ads/google_ads/v2/enums/campaign_draft_status_pb.rb"
|
1316
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
1141
1317
|
end
|
1142
1318
|
|
1143
|
-
# Returns the descriptor for the
|
1319
|
+
# Returns the descriptor for the TargetingDimension enum
|
1144
1320
|
#
|
1145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1146
|
-
def self.
|
1147
|
-
require "google/ads/google_ads/v2/enums/
|
1148
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
1322
|
+
def self.targeting_dimension
|
1323
|
+
require "google/ads/google_ads/v2/enums/targeting_dimension_pb.rb"
|
1324
|
+
Google::Ads::GoogleAds::V2::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
1149
1325
|
end
|
1150
1326
|
|
1151
|
-
# Returns the descriptor for the
|
1327
|
+
# Returns the descriptor for the AdGroupAdRotationMode enum
|
1152
1328
|
#
|
1153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1154
|
-
def self.
|
1155
|
-
require "google/ads/google_ads/v2/enums/
|
1156
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
|
1330
|
+
def self.ad_group_ad_rotation_mode
|
1331
|
+
require "google/ads/google_ads/v2/enums/ad_group_ad_rotation_mode_pb.rb"
|
1332
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
|
1157
1333
|
end
|
1158
1334
|
|
1159
|
-
# Returns the descriptor for the
|
1335
|
+
# Returns the descriptor for the AdGroupStatus enum
|
1160
1336
|
#
|
1161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1162
|
-
def self.
|
1163
|
-
require "google/ads/google_ads/v2/enums/
|
1164
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
|
1338
|
+
def self.ad_group_status
|
1339
|
+
require "google/ads/google_ads/v2/enums/ad_group_status_pb.rb"
|
1340
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
|
1165
1341
|
end
|
1166
1342
|
|
1167
|
-
# Returns the descriptor for the
|
1343
|
+
# Returns the descriptor for the AdGroupType enum
|
1168
1344
|
#
|
1169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1170
|
-
def self.
|
1171
|
-
require "google/ads/google_ads/v2/enums/
|
1172
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
|
1346
|
+
def self.ad_group_type
|
1347
|
+
require "google/ads/google_ads/v2/enums/ad_group_type_pb.rb"
|
1348
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
1173
1349
|
end
|
1174
1350
|
|
1175
|
-
# Returns the descriptor for the
|
1351
|
+
# Returns the descriptor for the LabelStatus enum
|
1176
1352
|
#
|
1177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1178
|
-
def self.
|
1179
|
-
require "google/ads/google_ads/v2/
|
1180
|
-
Google::Ads::GoogleAds::V2::
|
1353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
1354
|
+
def self.label_status
|
1355
|
+
require "google/ads/google_ads/v2/enums/label_status_pb.rb"
|
1356
|
+
Google::Ads::GoogleAds::V2::Enums::LabelStatusEnum::LabelStatus.descriptor
|
1181
1357
|
end
|
1182
1358
|
|
1183
|
-
# Returns the descriptor for the
|
1359
|
+
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
1184
1360
|
#
|
1185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1186
|
-
def self.
|
1187
|
-
require "google/ads/google_ads/v2/enums/
|
1188
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
1362
|
+
def self.feed_item_quality_approval_status
|
1363
|
+
require "google/ads/google_ads/v2/enums/feed_item_quality_approval_status_pb.rb"
|
1364
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
1189
1365
|
end
|
1190
1366
|
|
1191
|
-
# Returns the descriptor for the
|
1367
|
+
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
1192
1368
|
#
|
1193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1194
|
-
def self.
|
1195
|
-
require "google/ads/google_ads/v2/enums/
|
1196
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
1370
|
+
def self.feed_item_quality_disapproval_reason
|
1371
|
+
require "google/ads/google_ads/v2/enums/feed_item_quality_disapproval_reason_pb.rb"
|
1372
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
1197
1373
|
end
|
1198
1374
|
|
1199
|
-
# Returns the descriptor for the
|
1375
|
+
# Returns the descriptor for the FeedItemValidationStatus enum
|
1200
1376
|
#
|
1201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1202
|
-
def self.
|
1203
|
-
require "google/ads/google_ads/v2/enums/
|
1204
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
1378
|
+
def self.feed_item_validation_status
|
1379
|
+
require "google/ads/google_ads/v2/enums/feed_item_validation_status_pb.rb"
|
1380
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
1205
1381
|
end
|
1206
1382
|
|
1207
|
-
# Returns the descriptor for the
|
1383
|
+
# Returns the descriptor for the GeoTargetingRestriction enum
|
1208
1384
|
#
|
1209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1210
|
-
def self.
|
1211
|
-
require "google/ads/google_ads/v2/enums/
|
1212
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
1386
|
+
def self.geo_targeting_restriction
|
1387
|
+
require "google/ads/google_ads/v2/enums/geo_targeting_restriction_pb.rb"
|
1388
|
+
Google::Ads::GoogleAds::V2::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
1213
1389
|
end
|
1214
1390
|
|
1215
|
-
# Returns the descriptor for the
|
1391
|
+
# Returns the descriptor for the FeedItemValidationError enum
|
1216
1392
|
#
|
1217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1218
|
-
def self.
|
1219
|
-
require "google/ads/google_ads/v2/
|
1220
|
-
Google::Ads::GoogleAds::V2::
|
1393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
1394
|
+
def self.feed_item_validation_error
|
1395
|
+
require "google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb"
|
1396
|
+
Google::Ads::GoogleAds::V2::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
1221
1397
|
end
|
1222
1398
|
|
1223
|
-
# Returns the descriptor for the
|
1399
|
+
# Returns the descriptor for the AccountBudgetProposalStatus enum
|
1224
1400
|
#
|
1225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1226
|
-
def self.
|
1227
|
-
require "google/ads/google_ads/v2/enums/
|
1228
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
|
1402
|
+
def self.account_budget_proposal_status
|
1403
|
+
require "google/ads/google_ads/v2/enums/account_budget_proposal_status_pb.rb"
|
1404
|
+
Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
|
1229
1405
|
end
|
1230
1406
|
|
1231
|
-
# Returns the descriptor for the
|
1407
|
+
# Returns the descriptor for the AccountBudgetProposalType enum
|
1232
1408
|
#
|
1233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1234
|
-
def self.
|
1235
|
-
require "google/ads/google_ads/v2/enums/
|
1236
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
|
1410
|
+
def self.account_budget_proposal_type
|
1411
|
+
require "google/ads/google_ads/v2/enums/account_budget_proposal_type_pb.rb"
|
1412
|
+
Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
|
1237
1413
|
end
|
1238
1414
|
|
1239
|
-
# Returns the descriptor for the
|
1415
|
+
# Returns the descriptor for the SpendingLimitType enum
|
1240
1416
|
#
|
1241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1242
|
-
def self.
|
1243
|
-
require "google/ads/google_ads/v2/enums/
|
1244
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
|
1418
|
+
def self.spending_limit_type
|
1419
|
+
require "google/ads/google_ads/v2/enums/spending_limit_type_pb.rb"
|
1420
|
+
Google::Ads::GoogleAds::V2::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
|
1245
1421
|
end
|
1246
1422
|
|
1247
|
-
# Returns the descriptor for the
|
1423
|
+
# Returns the descriptor for the KeywordPlanNetwork enum
|
1248
1424
|
#
|
1249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1250
|
-
def self.
|
1251
|
-
require "google/ads/google_ads/v2/enums/
|
1252
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
1426
|
+
def self.keyword_plan_network
|
1427
|
+
require "google/ads/google_ads/v2/enums/keyword_plan_network_pb.rb"
|
1428
|
+
Google::Ads::GoogleAds::V2::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
1253
1429
|
end
|
1254
1430
|
|
1255
|
-
# Returns the descriptor for the
|
1431
|
+
# Returns the descriptor for the AccountBudgetStatus enum
|
1256
1432
|
#
|
1257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1258
|
-
def self.
|
1259
|
-
require "google/ads/google_ads/v2/enums/
|
1260
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
1434
|
+
def self.account_budget_status
|
1435
|
+
require "google/ads/google_ads/v2/enums/account_budget_status_pb.rb"
|
1436
|
+
Google::Ads::GoogleAds::V2::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
1261
1437
|
end
|
1262
1438
|
|
1263
1439
|
# Returns the descriptor for the FrequencyCapEventType enum
|
@@ -1380,180 +1556,36 @@ module Google
|
|
1380
1556
|
Google::Ads::GoogleAds::V2::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
1381
1557
|
end
|
1382
1558
|
|
1383
|
-
# Returns the descriptor for the
|
1384
|
-
#
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
1386
|
-
def self.geo_target_constant_status
|
1387
|
-
require "google/ads/google_ads/v2/enums/geo_target_constant_status_pb.rb"
|
1388
|
-
Google::Ads::GoogleAds::V2::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
1389
|
-
end
|
1390
|
-
|
1391
|
-
# Returns the descriptor for the MutateJobStatus enum
|
1392
|
-
#
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
|
1394
|
-
def self.mutate_job_status
|
1395
|
-
require "google/ads/google_ads/v2/enums/mutate_job_status_pb.rb"
|
1396
|
-
Google::Ads::GoogleAds::V2::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
|
1397
|
-
end
|
1398
|
-
|
1399
|
-
# Returns the descriptor for the AttributionModel enum
|
1400
|
-
#
|
1401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
1402
|
-
def self.attribution_model
|
1403
|
-
require "google/ads/google_ads/v2/enums/attribution_model_pb.rb"
|
1404
|
-
Google::Ads::GoogleAds::V2::Enums::AttributionModelEnum::AttributionModel.descriptor
|
1405
|
-
end
|
1406
|
-
|
1407
|
-
# Returns the descriptor for the ConversionActionCategory enum
|
1408
|
-
#
|
1409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
1410
|
-
def self.conversion_action_category
|
1411
|
-
require "google/ads/google_ads/v2/enums/conversion_action_category_pb.rb"
|
1412
|
-
Google::Ads::GoogleAds::V2::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
1413
|
-
end
|
1414
|
-
|
1415
|
-
# Returns the descriptor for the ConversionActionCountingType enum
|
1416
|
-
#
|
1417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
1418
|
-
def self.conversion_action_counting_type
|
1419
|
-
require "google/ads/google_ads/v2/enums/conversion_action_counting_type_pb.rb"
|
1420
|
-
Google::Ads::GoogleAds::V2::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
1421
|
-
end
|
1422
|
-
|
1423
|
-
# Returns the descriptor for the ConversionActionStatus enum
|
1424
|
-
#
|
1425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
1426
|
-
def self.conversion_action_status
|
1427
|
-
require "google/ads/google_ads/v2/enums/conversion_action_status_pb.rb"
|
1428
|
-
Google::Ads::GoogleAds::V2::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
1429
|
-
end
|
1430
|
-
|
1431
|
-
# Returns the descriptor for the ConversionActionType enum
|
1432
|
-
#
|
1433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
1434
|
-
def self.conversion_action_type
|
1435
|
-
require "google/ads/google_ads/v2/enums/conversion_action_type_pb.rb"
|
1436
|
-
Google::Ads::GoogleAds::V2::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
1437
|
-
end
|
1438
|
-
|
1439
|
-
# Returns the descriptor for the DataDrivenModelStatus enum
|
1440
|
-
#
|
1441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
1442
|
-
def self.data_driven_model_status
|
1443
|
-
require "google/ads/google_ads/v2/enums/data_driven_model_status_pb.rb"
|
1444
|
-
Google::Ads::GoogleAds::V2::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
1445
|
-
end
|
1446
|
-
|
1447
|
-
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
1448
|
-
#
|
1449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
1450
|
-
def self.feed_item_quality_approval_status
|
1451
|
-
require "google/ads/google_ads/v2/enums/feed_item_quality_approval_status_pb.rb"
|
1452
|
-
Google::Ads::GoogleAds::V2::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
1453
|
-
end
|
1454
|
-
|
1455
|
-
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
1456
|
-
#
|
1457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
1458
|
-
def self.feed_item_quality_disapproval_reason
|
1459
|
-
require "google/ads/google_ads/v2/enums/feed_item_quality_disapproval_reason_pb.rb"
|
1460
|
-
Google::Ads::GoogleAds::V2::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
1461
|
-
end
|
1462
|
-
|
1463
|
-
# Returns the descriptor for the FeedItemValidationStatus enum
|
1464
|
-
#
|
1465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
1466
|
-
def self.feed_item_validation_status
|
1467
|
-
require "google/ads/google_ads/v2/enums/feed_item_validation_status_pb.rb"
|
1468
|
-
Google::Ads::GoogleAds::V2::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
1469
|
-
end
|
1470
|
-
|
1471
|
-
# Returns the descriptor for the GeoTargetingRestriction enum
|
1472
|
-
#
|
1473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
1474
|
-
def self.geo_targeting_restriction
|
1475
|
-
require "google/ads/google_ads/v2/enums/geo_targeting_restriction_pb.rb"
|
1476
|
-
Google::Ads::GoogleAds::V2::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
1477
|
-
end
|
1478
|
-
|
1479
|
-
# Returns the descriptor for the FeedItemValidationError enum
|
1480
|
-
#
|
1481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
1482
|
-
def self.feed_item_validation_error
|
1483
|
-
require "google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb"
|
1484
|
-
Google::Ads::GoogleAds::V2::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
1485
|
-
end
|
1486
|
-
|
1487
|
-
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
1488
|
-
#
|
1489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
1490
|
-
def self.ad_group_criterion_approval_status
|
1491
|
-
require "google/ads/google_ads/v2/enums/ad_group_criterion_approval_status_pb.rb"
|
1492
|
-
Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
1493
|
-
end
|
1494
|
-
|
1495
|
-
# Returns the descriptor for the AdGroupCriterionStatus enum
|
1496
|
-
#
|
1497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
1498
|
-
def self.ad_group_criterion_status
|
1499
|
-
require "google/ads/google_ads/v2/enums/ad_group_criterion_status_pb.rb"
|
1500
|
-
Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
1501
|
-
end
|
1502
|
-
|
1503
|
-
# Returns the descriptor for the CriterionSystemServingStatus enum
|
1504
|
-
#
|
1505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
1506
|
-
def self.criterion_system_serving_status
|
1507
|
-
require "google/ads/google_ads/v2/enums/criterion_system_serving_status_pb.rb"
|
1508
|
-
Google::Ads::GoogleAds::V2::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
1509
|
-
end
|
1510
|
-
|
1511
|
-
# Returns the descriptor for the QualityScoreBucket enum
|
1512
|
-
#
|
1513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
1514
|
-
def self.quality_score_bucket
|
1515
|
-
require "google/ads/google_ads/v2/enums/quality_score_bucket_pb.rb"
|
1516
|
-
Google::Ads::GoogleAds::V2::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
1517
|
-
end
|
1518
|
-
|
1519
|
-
# Returns the descriptor for the FeedItemTargetType enum
|
1520
|
-
#
|
1521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
1522
|
-
def self.feed_item_target_type
|
1523
|
-
require "google/ads/google_ads/v2/enums/feed_item_target_type_pb.rb"
|
1524
|
-
Google::Ads::GoogleAds::V2::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
1525
|
-
end
|
1526
|
-
|
1527
|
-
# Returns the descriptor for the MediaType enum
|
1559
|
+
# Returns the descriptor for the ReachPlanAdLength enum
|
1528
1560
|
#
|
1529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1530
|
-
def self.
|
1531
|
-
require "google/ads/google_ads/v2/enums/
|
1532
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
|
1562
|
+
def self.reach_plan_ad_length
|
1563
|
+
require "google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb"
|
1564
|
+
Google::Ads::GoogleAds::V2::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
|
1533
1565
|
end
|
1534
1566
|
|
1535
|
-
# Returns the descriptor for the
|
1567
|
+
# Returns the descriptor for the ReachPlanAgeRange enum
|
1536
1568
|
#
|
1537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1538
|
-
def self.
|
1539
|
-
require "google/ads/google_ads/v2/enums/
|
1540
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
1570
|
+
def self.reach_plan_age_range
|
1571
|
+
require "google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb"
|
1572
|
+
Google::Ads::GoogleAds::V2::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
1541
1573
|
end
|
1542
1574
|
|
1543
|
-
# Returns the descriptor for the
|
1575
|
+
# Returns the descriptor for the ConversionAdjustmentType enum
|
1544
1576
|
#
|
1545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1546
|
-
def self.
|
1547
|
-
require "google/ads/google_ads/v2/enums/
|
1548
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
1578
|
+
def self.conversion_adjustment_type
|
1579
|
+
require "google/ads/google_ads/v2/enums/conversion_adjustment_type_pb.rb"
|
1580
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
1549
1581
|
end
|
1550
1582
|
|
1551
|
-
# Returns the descriptor for the
|
1583
|
+
# Returns the descriptor for the AccessRole enum
|
1552
1584
|
#
|
1553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1554
|
-
def self.
|
1555
|
-
require "google/ads/google_ads/v2/enums/
|
1556
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
|
1586
|
+
def self.access_role
|
1587
|
+
require "google/ads/google_ads/v2/enums/access_role_pb.rb"
|
1588
|
+
Google::Ads::GoogleAds::V2::Enums::AccessRoleEnum::AccessRole.descriptor
|
1557
1589
|
end
|
1558
1590
|
|
1559
1591
|
# Returns the descriptor for the InteractionEventType enum
|
@@ -1652,100 +1684,140 @@ module Google
|
|
1652
1684
|
Google::Ads::GoogleAds::V2::Enums::SlotEnum::Slot.descriptor
|
1653
1685
|
end
|
1654
1686
|
|
1655
|
-
# Returns the descriptor for the
|
1687
|
+
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1656
1688
|
#
|
1657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1658
|
-
def self.
|
1659
|
-
require "google/ads/google_ads/v2/enums/
|
1660
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
1690
|
+
def self.keyword_plan_competition_level
|
1691
|
+
require "google/ads/google_ads/v2/enums/keyword_plan_competition_level_pb.rb"
|
1692
|
+
Google::Ads::GoogleAds::V2::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
1661
1693
|
end
|
1662
1694
|
|
1663
|
-
# Returns the descriptor for the
|
1695
|
+
# Returns the descriptor for the KeywordPlanCampaignError enum
|
1664
1696
|
#
|
1665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1666
|
-
def self.
|
1667
|
-
require "google/ads/google_ads/v2/
|
1668
|
-
Google::Ads::GoogleAds::V2::
|
1697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
1698
|
+
def self.keyword_plan_campaign_error
|
1699
|
+
require "google/ads/google_ads/v2/errors/keyword_plan_campaign_error_pb.rb"
|
1700
|
+
Google::Ads::GoogleAds::V2::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
1669
1701
|
end
|
1670
1702
|
|
1671
|
-
# Returns the descriptor for the
|
1703
|
+
# Returns the descriptor for the AdGroupAdError enum
|
1704
|
+
#
|
1705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
1706
|
+
def self.ad_group_ad_error
|
1707
|
+
require "google/ads/google_ads/v2/errors/ad_group_ad_error_pb.rb"
|
1708
|
+
Google::Ads::GoogleAds::V2::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
|
1709
|
+
end
|
1710
|
+
|
1711
|
+
# Returns the descriptor for the HeaderError enum
|
1712
|
+
#
|
1713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
1714
|
+
def self.header_error
|
1715
|
+
require "google/ads/google_ads/v2/errors/header_error_pb.rb"
|
1716
|
+
Google::Ads::GoogleAds::V2::Errors::HeaderErrorEnum::HeaderError.descriptor
|
1717
|
+
end
|
1718
|
+
|
1719
|
+
# Returns the descriptor for the RegionCodeError enum
|
1720
|
+
#
|
1721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
|
1722
|
+
def self.region_code_error
|
1723
|
+
require "google/ads/google_ads/v2/errors/region_code_error_pb.rb"
|
1724
|
+
Google::Ads::GoogleAds::V2::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
|
1725
|
+
end
|
1726
|
+
|
1727
|
+
# Returns the descriptor for the RecommendationError enum
|
1728
|
+
#
|
1729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
|
1730
|
+
def self.recommendation_error
|
1731
|
+
require "google/ads/google_ads/v2/errors/recommendation_error_pb.rb"
|
1732
|
+
Google::Ads::GoogleAds::V2::Errors::RecommendationErrorEnum::RecommendationError.descriptor
|
1733
|
+
end
|
1734
|
+
|
1735
|
+
# Returns the descriptor for the AdCustomizerError enum
|
1736
|
+
#
|
1737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
|
1738
|
+
def self.ad_customizer_error
|
1739
|
+
require "google/ads/google_ads/v2/errors/ad_customizer_error_pb.rb"
|
1740
|
+
Google::Ads::GoogleAds::V2::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
|
1741
|
+
end
|
1742
|
+
|
1743
|
+
# Returns the descriptor for the BiddingStrategyError enum
|
1672
1744
|
#
|
1673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1674
|
-
def self.
|
1675
|
-
require "google/ads/google_ads/v2/
|
1676
|
-
Google::Ads::GoogleAds::V2::
|
1745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
1746
|
+
def self.bidding_strategy_error
|
1747
|
+
require "google/ads/google_ads/v2/errors/bidding_strategy_error_pb.rb"
|
1748
|
+
Google::Ads::GoogleAds::V2::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
1677
1749
|
end
|
1678
1750
|
|
1679
|
-
# Returns the descriptor for the
|
1751
|
+
# Returns the descriptor for the CampaignError enum
|
1680
1752
|
#
|
1681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1682
|
-
def self.
|
1683
|
-
require "google/ads/google_ads/v2/errors/
|
1684
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
1754
|
+
def self.campaign_error
|
1755
|
+
require "google/ads/google_ads/v2/errors/campaign_error_pb.rb"
|
1756
|
+
Google::Ads::GoogleAds::V2::Errors::CampaignErrorEnum::CampaignError.descriptor
|
1685
1757
|
end
|
1686
1758
|
|
1687
|
-
# Returns the descriptor for the
|
1759
|
+
# Returns the descriptor for the MultiplierError enum
|
1688
1760
|
#
|
1689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1690
|
-
def self.
|
1691
|
-
require "google/ads/google_ads/v2/errors/
|
1692
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MultiplierError enum
|
1762
|
+
def self.multiplier_error
|
1763
|
+
require "google/ads/google_ads/v2/errors/multiplier_error_pb.rb"
|
1764
|
+
Google::Ads::GoogleAds::V2::Errors::MultiplierErrorEnum::MultiplierError.descriptor
|
1693
1765
|
end
|
1694
1766
|
|
1695
|
-
# Returns the descriptor for the
|
1767
|
+
# Returns the descriptor for the AdxError enum
|
1696
1768
|
#
|
1697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1698
|
-
def self.
|
1699
|
-
require "google/ads/google_ads/v2/errors/
|
1700
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
|
1770
|
+
def self.adx_error
|
1771
|
+
require "google/ads/google_ads/v2/errors/adx_error_pb.rb"
|
1772
|
+
Google::Ads::GoogleAds::V2::Errors::AdxErrorEnum::AdxError.descriptor
|
1701
1773
|
end
|
1702
1774
|
|
1703
|
-
# Returns the descriptor for the
|
1775
|
+
# Returns the descriptor for the PartialFailureError enum
|
1704
1776
|
#
|
1705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1706
|
-
def self.
|
1707
|
-
require "google/ads/google_ads/v2/errors/
|
1708
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
|
1778
|
+
def self.partial_failure_error
|
1779
|
+
require "google/ads/google_ads/v2/errors/partial_failure_error_pb.rb"
|
1780
|
+
Google::Ads::GoogleAds::V2::Errors::PartialFailureErrorEnum::PartialFailureError.descriptor
|
1709
1781
|
end
|
1710
1782
|
|
1711
|
-
# Returns the descriptor for the
|
1783
|
+
# Returns the descriptor for the DistinctError enum
|
1712
1784
|
#
|
1713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1714
|
-
def self.
|
1715
|
-
require "google/ads/google_ads/v2/errors/
|
1716
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
1786
|
+
def self.distinct_error
|
1787
|
+
require "google/ads/google_ads/v2/errors/distinct_error_pb.rb"
|
1788
|
+
Google::Ads::GoogleAds::V2::Errors::DistinctErrorEnum::DistinctError.descriptor
|
1717
1789
|
end
|
1718
1790
|
|
1719
|
-
# Returns the descriptor for the
|
1791
|
+
# Returns the descriptor for the SharedCriterionError enum
|
1720
1792
|
#
|
1721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1722
|
-
def self.
|
1723
|
-
require "google/ads/google_ads/v2/errors/
|
1724
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
1794
|
+
def self.shared_criterion_error
|
1795
|
+
require "google/ads/google_ads/v2/errors/shared_criterion_error_pb.rb"
|
1796
|
+
Google::Ads::GoogleAds::V2::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
1725
1797
|
end
|
1726
1798
|
|
1727
|
-
# Returns the descriptor for the
|
1799
|
+
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
1728
1800
|
#
|
1729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1730
|
-
def self.
|
1731
|
-
require "google/ads/google_ads/v2/errors/
|
1732
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
1802
|
+
def self.youtube_video_registration_error
|
1803
|
+
require "google/ads/google_ads/v2/errors/youtube_video_registration_error_pb.rb"
|
1804
|
+
Google::Ads::GoogleAds::V2::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
1733
1805
|
end
|
1734
1806
|
|
1735
|
-
# Returns the descriptor for the
|
1807
|
+
# Returns the descriptor for the CustomInterestError enum
|
1736
1808
|
#
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1738
|
-
def self.
|
1739
|
-
require "google/ads/google_ads/v2/errors/
|
1740
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
|
1810
|
+
def self.custom_interest_error
|
1811
|
+
require "google/ads/google_ads/v2/errors/custom_interest_error_pb.rb"
|
1812
|
+
Google::Ads::GoogleAds::V2::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
|
1741
1813
|
end
|
1742
1814
|
|
1743
|
-
# Returns the descriptor for the
|
1815
|
+
# Returns the descriptor for the FeedItemError enum
|
1744
1816
|
#
|
1745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1746
|
-
def self.
|
1747
|
-
require "google/ads/google_ads/v2/errors/
|
1748
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
|
1818
|
+
def self.feed_item_error
|
1819
|
+
require "google/ads/google_ads/v2/errors/feed_item_error_pb.rb"
|
1820
|
+
Google::Ads::GoogleAds::V2::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
1749
1821
|
end
|
1750
1822
|
|
1751
1823
|
# Returns the descriptor for the BiddingError enum
|
@@ -1756,124 +1828,116 @@ module Google
|
|
1756
1828
|
Google::Ads::GoogleAds::V2::Errors::BiddingErrorEnum::BiddingError.descriptor
|
1757
1829
|
end
|
1758
1830
|
|
1759
|
-
# Returns the descriptor for the
|
1760
|
-
#
|
1761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
|
1762
|
-
def self.customer_client_link_error
|
1763
|
-
require "google/ads/google_ads/v2/errors/customer_client_link_error_pb.rb"
|
1764
|
-
Google::Ads::GoogleAds::V2::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
|
1765
|
-
end
|
1766
|
-
|
1767
|
-
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
1831
|
+
# Returns the descriptor for the ManagerLinkError enum
|
1768
1832
|
#
|
1769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1770
|
-
def self.
|
1771
|
-
require "google/ads/google_ads/v2/errors/
|
1772
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
1834
|
+
def self.manager_link_error
|
1835
|
+
require "google/ads/google_ads/v2/errors/manager_link_error_pb.rb"
|
1836
|
+
Google::Ads::GoogleAds::V2::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
|
1773
1837
|
end
|
1774
1838
|
|
1775
|
-
# Returns the descriptor for the
|
1839
|
+
# Returns the descriptor for the NewResourceCreationError enum
|
1776
1840
|
#
|
1777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1778
|
-
def self.
|
1779
|
-
require "google/ads/google_ads/v2/errors/
|
1780
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
|
1842
|
+
def self.new_resource_creation_error
|
1843
|
+
require "google/ads/google_ads/v2/errors/new_resource_creation_error_pb.rb"
|
1844
|
+
Google::Ads::GoogleAds::V2::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
|
1781
1845
|
end
|
1782
1846
|
|
1783
|
-
# Returns the descriptor for the
|
1847
|
+
# Returns the descriptor for the PolicyFindingError enum
|
1784
1848
|
#
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1786
|
-
def self.
|
1787
|
-
require "google/ads/google_ads/v2/errors/
|
1788
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
|
1850
|
+
def self.policy_finding_error
|
1851
|
+
require "google/ads/google_ads/v2/errors/policy_finding_error_pb.rb"
|
1852
|
+
Google::Ads::GoogleAds::V2::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
|
1789
1853
|
end
|
1790
1854
|
|
1791
|
-
# Returns the descriptor for the
|
1855
|
+
# Returns the descriptor for the ResourceAccessDeniedError enum
|
1792
1856
|
#
|
1793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1794
|
-
def self.
|
1795
|
-
require "google/ads/google_ads/v2/errors/
|
1796
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1857
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
|
1858
|
+
def self.resource_access_denied_error
|
1859
|
+
require "google/ads/google_ads/v2/errors/resource_access_denied_error_pb.rb"
|
1860
|
+
Google::Ads::GoogleAds::V2::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
|
1797
1861
|
end
|
1798
1862
|
|
1799
|
-
# Returns the descriptor for the
|
1863
|
+
# Returns the descriptor for the CampaignBudgetError enum
|
1800
1864
|
#
|
1801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1802
|
-
def self.
|
1803
|
-
require "google/ads/google_ads/v2/errors/
|
1804
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
1866
|
+
def self.campaign_budget_error
|
1867
|
+
require "google/ads/google_ads/v2/errors/campaign_budget_error_pb.rb"
|
1868
|
+
Google::Ads::GoogleAds::V2::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
|
1805
1869
|
end
|
1806
1870
|
|
1807
|
-
# Returns the descriptor for the
|
1871
|
+
# Returns the descriptor for the QuotaError enum
|
1808
1872
|
#
|
1809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1810
|
-
def self.
|
1811
|
-
require "google/ads/google_ads/v2/errors/
|
1812
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
|
1874
|
+
def self.quota_error
|
1875
|
+
require "google/ads/google_ads/v2/errors/quota_error_pb.rb"
|
1876
|
+
Google::Ads::GoogleAds::V2::Errors::QuotaErrorEnum::QuotaError.descriptor
|
1813
1877
|
end
|
1814
1878
|
|
1815
|
-
# Returns the descriptor for the
|
1879
|
+
# Returns the descriptor for the AdGroupFeedError enum
|
1816
1880
|
#
|
1817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1818
|
-
def self.
|
1819
|
-
require "google/ads/google_ads/v2/errors/
|
1820
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupFeedError enum
|
1882
|
+
def self.ad_group_feed_error
|
1883
|
+
require "google/ads/google_ads/v2/errors/ad_group_feed_error_pb.rb"
|
1884
|
+
Google::Ads::GoogleAds::V2::Errors::AdGroupFeedErrorEnum::AdGroupFeedError.descriptor
|
1821
1885
|
end
|
1822
1886
|
|
1823
|
-
# Returns the descriptor for the
|
1887
|
+
# Returns the descriptor for the FeedItemTargetError enum
|
1824
1888
|
#
|
1825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1826
|
-
def self.
|
1827
|
-
require "google/ads/google_ads/v2/errors/
|
1828
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
|
1890
|
+
def self.feed_item_target_error
|
1891
|
+
require "google/ads/google_ads/v2/errors/feed_item_target_error_pb.rb"
|
1892
|
+
Google::Ads::GoogleAds::V2::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
|
1829
1893
|
end
|
1830
1894
|
|
1831
|
-
# Returns the descriptor for the
|
1895
|
+
# Returns the descriptor for the FeedMappingError enum
|
1832
1896
|
#
|
1833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1834
|
-
def self.
|
1835
|
-
require "google/ads/google_ads/v2/errors/
|
1836
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
1898
|
+
def self.feed_mapping_error
|
1899
|
+
require "google/ads/google_ads/v2/errors/feed_mapping_error_pb.rb"
|
1900
|
+
Google::Ads::GoogleAds::V2::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
1837
1901
|
end
|
1838
1902
|
|
1839
|
-
# Returns the descriptor for the
|
1903
|
+
# Returns the descriptor for the ConversionActionError enum
|
1840
1904
|
#
|
1841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1842
|
-
def self.
|
1843
|
-
require "google/ads/google_ads/v2/errors/
|
1844
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
1906
|
+
def self.conversion_action_error
|
1907
|
+
require "google/ads/google_ads/v2/errors/conversion_action_error_pb.rb"
|
1908
|
+
Google::Ads::GoogleAds::V2::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
1845
1909
|
end
|
1846
1910
|
|
1847
|
-
# Returns the descriptor for the
|
1911
|
+
# Returns the descriptor for the ImageError enum
|
1848
1912
|
#
|
1849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1850
|
-
def self.
|
1851
|
-
require "google/ads/google_ads/v2/errors/
|
1852
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
1914
|
+
def self.image_error
|
1915
|
+
require "google/ads/google_ads/v2/errors/image_error_pb.rb"
|
1916
|
+
Google::Ads::GoogleAds::V2::Errors::ImageErrorEnum::ImageError.descriptor
|
1853
1917
|
end
|
1854
1918
|
|
1855
|
-
# Returns the descriptor for the
|
1919
|
+
# Returns the descriptor for the QueryError enum
|
1856
1920
|
#
|
1857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1858
|
-
def self.
|
1859
|
-
require "google/ads/google_ads/v2/errors/
|
1860
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QueryError enum
|
1922
|
+
def self.query_error
|
1923
|
+
require "google/ads/google_ads/v2/errors/query_error_pb.rb"
|
1924
|
+
Google::Ads::GoogleAds::V2::Errors::QueryErrorEnum::QueryError.descriptor
|
1861
1925
|
end
|
1862
1926
|
|
1863
|
-
# Returns the descriptor for the
|
1927
|
+
# Returns the descriptor for the AccessInvitationError enum
|
1864
1928
|
#
|
1865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1866
|
-
def self.
|
1867
|
-
require "google/ads/google_ads/v2/errors/
|
1868
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationError enum
|
1930
|
+
def self.access_invitation_error
|
1931
|
+
require "google/ads/google_ads/v2/errors/access_invitation_error_pb.rb"
|
1932
|
+
Google::Ads::GoogleAds::V2::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
|
1869
1933
|
end
|
1870
1934
|
|
1871
|
-
# Returns the descriptor for the
|
1935
|
+
# Returns the descriptor for the AccountBudgetProposalError enum
|
1872
1936
|
#
|
1873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1874
|
-
def self.
|
1875
|
-
require "google/ads/google_ads/v2/errors/
|
1876
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
|
1938
|
+
def self.account_budget_proposal_error
|
1939
|
+
require "google/ads/google_ads/v2/errors/account_budget_proposal_error_pb.rb"
|
1940
|
+
Google::Ads::GoogleAds::V2::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
1877
1941
|
end
|
1878
1942
|
|
1879
1943
|
# Returns the descriptor for the AdError enum
|
@@ -1884,12 +1948,12 @@ module Google
|
|
1884
1948
|
Google::Ads::GoogleAds::V2::Errors::AdErrorEnum::AdError.descriptor
|
1885
1949
|
end
|
1886
1950
|
|
1887
|
-
# Returns the descriptor for the
|
1951
|
+
# Returns the descriptor for the AdGroupBidModifierError enum
|
1888
1952
|
#
|
1889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1890
|
-
def self.
|
1891
|
-
require "google/ads/google_ads/v2/errors/
|
1892
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupBidModifierError enum
|
1954
|
+
def self.ad_group_bid_modifier_error
|
1955
|
+
require "google/ads/google_ads/v2/errors/ad_group_bid_modifier_error_pb.rb"
|
1956
|
+
Google::Ads::GoogleAds::V2::Errors::AdGroupBidModifierErrorEnum::AdGroupBidModifierError.descriptor
|
1893
1957
|
end
|
1894
1958
|
|
1895
1959
|
# Returns the descriptor for the AdGroupCriterionError enum
|
@@ -1900,12 +1964,20 @@ module Google
|
|
1900
1964
|
Google::Ads::GoogleAds::V2::Errors::AdGroupCriterionErrorEnum::AdGroupCriterionError.descriptor
|
1901
1965
|
end
|
1902
1966
|
|
1903
|
-
# Returns the descriptor for the
|
1967
|
+
# Returns the descriptor for the AdGroupError enum
|
1904
1968
|
#
|
1905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1906
|
-
def self.
|
1907
|
-
require "google/ads/google_ads/v2/errors/
|
1908
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupError enum
|
1970
|
+
def self.ad_group_error
|
1971
|
+
require "google/ads/google_ads/v2/errors/ad_group_error_pb.rb"
|
1972
|
+
Google::Ads::GoogleAds::V2::Errors::AdGroupErrorEnum::AdGroupError.descriptor
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
# Returns the descriptor for the AdParameterError enum
|
1976
|
+
#
|
1977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdParameterError enum
|
1978
|
+
def self.ad_parameter_error
|
1979
|
+
require "google/ads/google_ads/v2/errors/ad_parameter_error_pb.rb"
|
1980
|
+
Google::Ads::GoogleAds::V2::Errors::AdParameterErrorEnum::AdParameterError.descriptor
|
1909
1981
|
end
|
1910
1982
|
|
1911
1983
|
# Returns the descriptor for the AdSharingError enum
|
@@ -1916,14 +1988,6 @@ module Google
|
|
1916
1988
|
Google::Ads::GoogleAds::V2::Errors::AdSharingErrorEnum::AdSharingError.descriptor
|
1917
1989
|
end
|
1918
1990
|
|
1919
|
-
# Returns the descriptor for the AdxError enum
|
1920
|
-
#
|
1921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
|
1922
|
-
def self.adx_error
|
1923
|
-
require "google/ads/google_ads/v2/errors/adx_error_pb.rb"
|
1924
|
-
Google::Ads::GoogleAds::V2::Errors::AdxErrorEnum::AdxError.descriptor
|
1925
|
-
end
|
1926
|
-
|
1927
1991
|
# Returns the descriptor for the AssetError enum
|
1928
1992
|
#
|
1929
1993
|
# @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
|
@@ -1948,14 +2012,6 @@ module Google
|
|
1948
2012
|
Google::Ads::GoogleAds::V2::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
1949
2013
|
end
|
1950
2014
|
|
1951
|
-
# Returns the descriptor for the BiddingStrategyError enum
|
1952
|
-
#
|
1953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
1954
|
-
def self.bidding_strategy_error
|
1955
|
-
require "google/ads/google_ads/v2/errors/bidding_strategy_error_pb.rb"
|
1956
|
-
Google::Ads::GoogleAds::V2::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
1957
|
-
end
|
1958
|
-
|
1959
2015
|
# Returns the descriptor for the BillingSetupError enum
|
1960
2016
|
#
|
1961
2017
|
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
@@ -1964,14 +2020,6 @@ module Google
|
|
1964
2020
|
Google::Ads::GoogleAds::V2::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
1965
2021
|
end
|
1966
2022
|
|
1967
|
-
# Returns the descriptor for the CampaignBudgetError enum
|
1968
|
-
#
|
1969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
1970
|
-
def self.campaign_budget_error
|
1971
|
-
require "google/ads/google_ads/v2/errors/campaign_budget_error_pb.rb"
|
1972
|
-
Google::Ads::GoogleAds::V2::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
|
1973
|
-
end
|
1974
|
-
|
1975
2023
|
# Returns the descriptor for the CampaignCriterionError enum
|
1976
2024
|
#
|
1977
2025
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionError enum
|
@@ -1988,14 +2036,6 @@ module Google
|
|
1988
2036
|
Google::Ads::GoogleAds::V2::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
1989
2037
|
end
|
1990
2038
|
|
1991
|
-
# Returns the descriptor for the CampaignError enum
|
1992
|
-
#
|
1993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
1994
|
-
def self.campaign_error
|
1995
|
-
require "google/ads/google_ads/v2/errors/campaign_error_pb.rb"
|
1996
|
-
Google::Ads::GoogleAds::V2::Errors::CampaignErrorEnum::CampaignError.descriptor
|
1997
|
-
end
|
1998
|
-
|
1999
2039
|
# Returns the descriptor for the CampaignExperimentError enum
|
2000
2040
|
#
|
2001
2041
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
@@ -2004,6 +2044,14 @@ module Google
|
|
2004
2044
|
Google::Ads::GoogleAds::V2::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
|
2005
2045
|
end
|
2006
2046
|
|
2047
|
+
# Returns the descriptor for the CampaignFeedError enum
|
2048
|
+
#
|
2049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
2050
|
+
def self.campaign_feed_error
|
2051
|
+
require "google/ads/google_ads/v2/errors/campaign_feed_error_pb.rb"
|
2052
|
+
Google::Ads::GoogleAds::V2::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
|
2053
|
+
end
|
2054
|
+
|
2007
2055
|
# Returns the descriptor for the CampaignSharedSetError enum
|
2008
2056
|
#
|
2009
2057
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetError enum
|
@@ -2020,6 +2068,14 @@ module Google
|
|
2020
2068
|
Google::Ads::GoogleAds::V2::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
2021
2069
|
end
|
2022
2070
|
|
2071
|
+
# Returns the descriptor for the CollectionSizeError enum
|
2072
|
+
#
|
2073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
|
2074
|
+
def self.collection_size_error
|
2075
|
+
require "google/ads/google_ads/v2/errors/collection_size_error_pb.rb"
|
2076
|
+
Google::Ads::GoogleAds::V2::Errors::CollectionSizeErrorEnum::CollectionSizeError.descriptor
|
2077
|
+
end
|
2078
|
+
|
2023
2079
|
# Returns the descriptor for the ContextError enum
|
2024
2080
|
#
|
2025
2081
|
# @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
|
@@ -2028,14 +2084,6 @@ module Google
|
|
2028
2084
|
Google::Ads::GoogleAds::V2::Errors::ContextErrorEnum::ContextError.descriptor
|
2029
2085
|
end
|
2030
2086
|
|
2031
|
-
# Returns the descriptor for the ConversionActionError enum
|
2032
|
-
#
|
2033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
2034
|
-
def self.conversion_action_error
|
2035
|
-
require "google/ads/google_ads/v2/errors/conversion_action_error_pb.rb"
|
2036
|
-
Google::Ads::GoogleAds::V2::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
2037
|
-
end
|
2038
|
-
|
2039
2087
|
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
2040
2088
|
#
|
2041
2089
|
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
@@ -2052,6 +2100,14 @@ module Google
|
|
2052
2100
|
Google::Ads::GoogleAds::V2::Errors::ConversionUploadErrorEnum::ConversionUploadError.descriptor
|
2053
2101
|
end
|
2054
2102
|
|
2103
|
+
# Returns the descriptor for the CountryCodeError enum
|
2104
|
+
#
|
2105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CountryCodeError enum
|
2106
|
+
def self.country_code_error
|
2107
|
+
require "google/ads/google_ads/v2/errors/country_code_error_pb.rb"
|
2108
|
+
Google::Ads::GoogleAds::V2::Errors::CountryCodeErrorEnum::CountryCodeError.descriptor
|
2109
|
+
end
|
2110
|
+
|
2055
2111
|
# Returns the descriptor for the CriterionError enum
|
2056
2112
|
#
|
2057
2113
|
# @return [Google::Protobuf::EnumDescriptor] for the CriterionError enum
|
@@ -2060,12 +2116,20 @@ module Google
|
|
2060
2116
|
Google::Ads::GoogleAds::V2::Errors::CriterionErrorEnum::CriterionError.descriptor
|
2061
2117
|
end
|
2062
2118
|
|
2063
|
-
# Returns the descriptor for the
|
2119
|
+
# Returns the descriptor for the CurrencyCodeError enum
|
2064
2120
|
#
|
2065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2066
|
-
def self.
|
2067
|
-
require "google/ads/google_ads/v2/errors/
|
2068
|
-
Google::Ads::GoogleAds::V2::Errors::
|
2121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CurrencyCodeError enum
|
2122
|
+
def self.currency_code_error
|
2123
|
+
require "google/ads/google_ads/v2/errors/currency_code_error_pb.rb"
|
2124
|
+
Google::Ads::GoogleAds::V2::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
|
2125
|
+
end
|
2126
|
+
|
2127
|
+
# Returns the descriptor for the CustomerClientLinkError enum
|
2128
|
+
#
|
2129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
|
2130
|
+
def self.customer_client_link_error
|
2131
|
+
require "google/ads/google_ads/v2/errors/customer_client_link_error_pb.rb"
|
2132
|
+
Google::Ads::GoogleAds::V2::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
|
2069
2133
|
end
|
2070
2134
|
|
2071
2135
|
# Returns the descriptor for the CustomerError enum
|
@@ -2084,6 +2148,14 @@ module Google
|
|
2084
2148
|
Google::Ads::GoogleAds::V2::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
|
2085
2149
|
end
|
2086
2150
|
|
2151
|
+
# Returns the descriptor for the CustomerManagerLinkError enum
|
2152
|
+
#
|
2153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
|
2154
|
+
def self.customer_manager_link_error
|
2155
|
+
require "google/ads/google_ads/v2/errors/customer_manager_link_error_pb.rb"
|
2156
|
+
Google::Ads::GoogleAds::V2::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
|
2157
|
+
end
|
2158
|
+
|
2087
2159
|
# Returns the descriptor for the DatabaseError enum
|
2088
2160
|
#
|
2089
2161
|
# @return [Google::Protobuf::EnumDescriptor] for the DatabaseError enum
|
@@ -2108,14 +2180,6 @@ module Google
|
|
2108
2180
|
Google::Ads::GoogleAds::V2::Errors::DateRangeErrorEnum::DateRangeError.descriptor
|
2109
2181
|
end
|
2110
2182
|
|
2111
|
-
# Returns the descriptor for the DistinctError enum
|
2112
|
-
#
|
2113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
2114
|
-
def self.distinct_error
|
2115
|
-
require "google/ads/google_ads/v2/errors/distinct_error_pb.rb"
|
2116
|
-
Google::Ads::GoogleAds::V2::Errors::DistinctErrorEnum::DistinctError.descriptor
|
2117
|
-
end
|
2118
|
-
|
2119
2183
|
# Returns the descriptor for the EnumError enum
|
2120
2184
|
#
|
2121
2185
|
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
@@ -2140,6 +2204,14 @@ module Google
|
|
2140
2204
|
Google::Ads::GoogleAds::V2::Errors::ExtensionSettingErrorEnum::ExtensionSettingError.descriptor
|
2141
2205
|
end
|
2142
2206
|
|
2207
|
+
# Returns the descriptor for the FeedAttributeReferenceError enum
|
2208
|
+
#
|
2209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeReferenceError enum
|
2210
|
+
def self.feed_attribute_reference_error
|
2211
|
+
require "google/ads/google_ads/v2/errors/feed_attribute_reference_error_pb.rb"
|
2212
|
+
Google::Ads::GoogleAds::V2::Errors::FeedAttributeReferenceErrorEnum::FeedAttributeReferenceError.descriptor
|
2213
|
+
end
|
2214
|
+
|
2143
2215
|
# Returns the descriptor for the FeedError enum
|
2144
2216
|
#
|
2145
2217
|
# @return [Google::Protobuf::EnumDescriptor] for the FeedError enum
|
@@ -2148,22 +2220,6 @@ module Google
|
|
2148
2220
|
Google::Ads::GoogleAds::V2::Errors::FeedErrorEnum::FeedError.descriptor
|
2149
2221
|
end
|
2150
2222
|
|
2151
|
-
# Returns the descriptor for the FeedItemError enum
|
2152
|
-
#
|
2153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
|
2154
|
-
def self.feed_item_error
|
2155
|
-
require "google/ads/google_ads/v2/errors/feed_item_error_pb.rb"
|
2156
|
-
Google::Ads::GoogleAds::V2::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
2157
|
-
end
|
2158
|
-
|
2159
|
-
# Returns the descriptor for the FeedMappingError enum
|
2160
|
-
#
|
2161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
2162
|
-
def self.feed_mapping_error
|
2163
|
-
require "google/ads/google_ads/v2/errors/feed_mapping_error_pb.rb"
|
2164
|
-
Google::Ads::GoogleAds::V2::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
2165
|
-
end
|
2166
|
-
|
2167
2223
|
# Returns the descriptor for the FieldError enum
|
2168
2224
|
#
|
2169
2225
|
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
@@ -2196,12 +2252,12 @@ module Google
|
|
2196
2252
|
Google::Ads::GoogleAds::V2::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
2197
2253
|
end
|
2198
2254
|
|
2199
|
-
# Returns the descriptor for the
|
2255
|
+
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
2200
2256
|
#
|
2201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2202
|
-
def self.
|
2203
|
-
require "google/ads/google_ads/v2/errors/
|
2204
|
-
Google::Ads::GoogleAds::V2::Errors::
|
2257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantSuggestionError enum
|
2258
|
+
def self.geo_target_constant_suggestion_error
|
2259
|
+
require "google/ads/google_ads/v2/errors/geo_target_constant_suggestion_error_pb.rb"
|
2260
|
+
Google::Ads::GoogleAds::V2::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
|
2205
2261
|
end
|
2206
2262
|
|
2207
2263
|
# Returns the descriptor for the IdError enum
|
@@ -2212,14 +2268,6 @@ module Google
|
|
2212
2268
|
Google::Ads::GoogleAds::V2::Errors::IdErrorEnum::IdError.descriptor
|
2213
2269
|
end
|
2214
2270
|
|
2215
|
-
# Returns the descriptor for the ImageError enum
|
2216
|
-
#
|
2217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
2218
|
-
def self.image_error
|
2219
|
-
require "google/ads/google_ads/v2/errors/image_error_pb.rb"
|
2220
|
-
Google::Ads::GoogleAds::V2::Errors::ImageErrorEnum::ImageError.descriptor
|
2221
|
-
end
|
2222
|
-
|
2223
2271
|
# Returns the descriptor for the InternalError enum
|
2224
2272
|
#
|
2225
2273
|
# @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
|
@@ -2228,12 +2276,12 @@ module Google
|
|
2228
2276
|
Google::Ads::GoogleAds::V2::Errors::InternalErrorEnum::InternalError.descriptor
|
2229
2277
|
end
|
2230
2278
|
|
2231
|
-
# Returns the descriptor for the
|
2279
|
+
# Returns the descriptor for the KeywordPlanAdGroupError enum
|
2232
2280
|
#
|
2233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2234
|
-
def self.
|
2235
|
-
require "google/ads/google_ads/v2/errors/
|
2236
|
-
Google::Ads::GoogleAds::V2::Errors::
|
2281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
|
2282
|
+
def self.keyword_plan_ad_group_error
|
2283
|
+
require "google/ads/google_ads/v2/errors/keyword_plan_ad_group_error_pb.rb"
|
2284
|
+
Google::Ads::GoogleAds::V2::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
2237
2285
|
end
|
2238
2286
|
|
2239
2287
|
# Returns the descriptor for the KeywordPlanError enum
|
@@ -2292,14 +2340,6 @@ module Google
|
|
2292
2340
|
Google::Ads::GoogleAds::V2::Errors::ListOperationErrorEnum::ListOperationError.descriptor
|
2293
2341
|
end
|
2294
2342
|
|
2295
|
-
# Returns the descriptor for the ManagerLinkError enum
|
2296
|
-
#
|
2297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
2298
|
-
def self.manager_link_error
|
2299
|
-
require "google/ads/google_ads/v2/errors/manager_link_error_pb.rb"
|
2300
|
-
Google::Ads::GoogleAds::V2::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
|
2301
|
-
end
|
2302
|
-
|
2303
2343
|
# Returns the descriptor for the MediaBundleError enum
|
2304
2344
|
#
|
2305
2345
|
# @return [Google::Protobuf::EnumDescriptor] for the MediaBundleError enum
|
@@ -2308,6 +2348,14 @@ module Google
|
|
2308
2348
|
Google::Ads::GoogleAds::V2::Errors::MediaBundleErrorEnum::MediaBundleError.descriptor
|
2309
2349
|
end
|
2310
2350
|
|
2351
|
+
# Returns the descriptor for the MediaFileError enum
|
2352
|
+
#
|
2353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaFileError enum
|
2354
|
+
def self.media_file_error
|
2355
|
+
require "google/ads/google_ads/v2/errors/media_file_error_pb.rb"
|
2356
|
+
Google::Ads::GoogleAds::V2::Errors::MediaFileErrorEnum::MediaFileError.descriptor
|
2357
|
+
end
|
2358
|
+
|
2311
2359
|
# Returns the descriptor for the MediaUploadError enum
|
2312
2360
|
#
|
2313
2361
|
# @return [Google::Protobuf::EnumDescriptor] for the MediaUploadError enum
|
@@ -2316,6 +2364,14 @@ module Google
|
|
2316
2364
|
Google::Ads::GoogleAds::V2::Errors::MediaUploadErrorEnum::MediaUploadError.descriptor
|
2317
2365
|
end
|
2318
2366
|
|
2367
|
+
# Returns the descriptor for the MutateError enum
|
2368
|
+
#
|
2369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MutateError enum
|
2370
|
+
def self.mutate_error
|
2371
|
+
require "google/ads/google_ads/v2/errors/mutate_error_pb.rb"
|
2372
|
+
Google::Ads::GoogleAds::V2::Errors::MutateErrorEnum::MutateError.descriptor
|
2373
|
+
end
|
2374
|
+
|
2319
2375
|
# Returns the descriptor for the MutateJobError enum
|
2320
2376
|
#
|
2321
2377
|
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobError enum
|
@@ -2324,14 +2380,6 @@ module Google
|
|
2324
2380
|
Google::Ads::GoogleAds::V2::Errors::MutateJobErrorEnum::MutateJobError.descriptor
|
2325
2381
|
end
|
2326
2382
|
|
2327
|
-
# Returns the descriptor for the NewResourceCreationError enum
|
2328
|
-
#
|
2329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
|
2330
|
-
def self.new_resource_creation_error
|
2331
|
-
require "google/ads/google_ads/v2/errors/new_resource_creation_error_pb.rb"
|
2332
|
-
Google::Ads::GoogleAds::V2::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
|
2333
|
-
end
|
2334
|
-
|
2335
2383
|
# Returns the descriptor for the NotEmptyError enum
|
2336
2384
|
#
|
2337
2385
|
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
@@ -2372,22 +2420,6 @@ module Google
|
|
2372
2420
|
Google::Ads::GoogleAds::V2::Errors::OperatorErrorEnum::OperatorError.descriptor
|
2373
2421
|
end
|
2374
2422
|
|
2375
|
-
# Returns the descriptor for the PartialFailureError enum
|
2376
|
-
#
|
2377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
|
2378
|
-
def self.partial_failure_error
|
2379
|
-
require "google/ads/google_ads/v2/errors/partial_failure_error_pb.rb"
|
2380
|
-
Google::Ads::GoogleAds::V2::Errors::PartialFailureErrorEnum::PartialFailureError.descriptor
|
2381
|
-
end
|
2382
|
-
|
2383
|
-
# Returns the descriptor for the PolicyFindingError enum
|
2384
|
-
#
|
2385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
|
2386
|
-
def self.policy_finding_error
|
2387
|
-
require "google/ads/google_ads/v2/errors/policy_finding_error_pb.rb"
|
2388
|
-
Google::Ads::GoogleAds::V2::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
|
2389
|
-
end
|
2390
|
-
|
2391
2423
|
# Returns the descriptor for the PolicyValidationParameterError enum
|
2392
2424
|
#
|
2393
2425
|
# @return [Google::Protobuf::EnumDescriptor] for the PolicyValidationParameterError enum
|
@@ -2412,12 +2444,12 @@ module Google
|
|
2412
2444
|
Google::Ads::GoogleAds::V2::Errors::RangeErrorEnum::RangeError.descriptor
|
2413
2445
|
end
|
2414
2446
|
|
2415
|
-
# Returns the descriptor for the
|
2447
|
+
# Returns the descriptor for the ReachPlanError enum
|
2416
2448
|
#
|
2417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2418
|
-
def self.
|
2419
|
-
require "google/ads/google_ads/v2/errors/
|
2420
|
-
Google::Ads::GoogleAds::V2::Errors::
|
2449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanError enum
|
2450
|
+
def self.reach_plan_error
|
2451
|
+
require "google/ads/google_ads/v2/errors/reach_plan_error_pb.rb"
|
2452
|
+
Google::Ads::GoogleAds::V2::Errors::ReachPlanErrorEnum::ReachPlanError.descriptor
|
2421
2453
|
end
|
2422
2454
|
|
2423
2455
|
# Returns the descriptor for the RequestError enum
|
@@ -2428,12 +2460,12 @@ module Google
|
|
2428
2460
|
Google::Ads::GoogleAds::V2::Errors::RequestErrorEnum::RequestError.descriptor
|
2429
2461
|
end
|
2430
2462
|
|
2431
|
-
# Returns the descriptor for the
|
2463
|
+
# Returns the descriptor for the ResourceCountLimitExceededError enum
|
2432
2464
|
#
|
2433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2434
|
-
def self.
|
2435
|
-
require "google/ads/google_ads/v2/errors/
|
2436
|
-
Google::Ads::GoogleAds::V2::Errors::
|
2465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceCountLimitExceededError enum
|
2466
|
+
def self.resource_count_limit_exceeded_error
|
2467
|
+
require "google/ads/google_ads/v2/errors/resource_count_limit_exceeded_error_pb.rb"
|
2468
|
+
Google::Ads::GoogleAds::V2::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
|
2437
2469
|
end
|
2438
2470
|
|
2439
2471
|
# Returns the descriptor for the SettingError enum
|
@@ -2444,14 +2476,6 @@ module Google
|
|
2444
2476
|
Google::Ads::GoogleAds::V2::Errors::SettingErrorEnum::SettingError.descriptor
|
2445
2477
|
end
|
2446
2478
|
|
2447
|
-
# Returns the descriptor for the SharedCriterionError enum
|
2448
|
-
#
|
2449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
2450
|
-
def self.shared_criterion_error
|
2451
|
-
require "google/ads/google_ads/v2/errors/shared_criterion_error_pb.rb"
|
2452
|
-
Google::Ads::GoogleAds::V2::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
2453
|
-
end
|
2454
|
-
|
2455
2479
|
# Returns the descriptor for the SharedSetError enum
|
2456
2480
|
#
|
2457
2481
|
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
@@ -2468,6 +2492,14 @@ module Google
|
|
2468
2492
|
Google::Ads::GoogleAds::V2::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
|
2469
2493
|
end
|
2470
2494
|
|
2495
|
+
# Returns the descriptor for the StringFormatError enum
|
2496
|
+
#
|
2497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
|
2498
|
+
def self.string_format_error
|
2499
|
+
require "google/ads/google_ads/v2/errors/string_format_error_pb.rb"
|
2500
|
+
Google::Ads::GoogleAds::V2::Errors::StringFormatErrorEnum::StringFormatError.descriptor
|
2501
|
+
end
|
2502
|
+
|
2471
2503
|
# Returns the descriptor for the StringLengthError enum
|
2472
2504
|
#
|
2473
2505
|
# @return [Google::Protobuf::EnumDescriptor] for the StringLengthError enum
|
@@ -2491,14 +2523,6 @@ module Google
|
|
2491
2523
|
require "google/ads/google_ads/v2/errors/user_list_error_pb.rb"
|
2492
2524
|
Google::Ads::GoogleAds::V2::Errors::UserListErrorEnum::UserListError.descriptor
|
2493
2525
|
end
|
2494
|
-
|
2495
|
-
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
2496
|
-
#
|
2497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
2498
|
-
def self.youtube_video_registration_error
|
2499
|
-
require "google/ads/google_ads/v2/errors/youtube_video_registration_error_pb.rb"
|
2500
|
-
Google::Ads::GoogleAds::V2::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
2501
|
-
end
|
2502
2526
|
end
|
2503
2527
|
end
|
2504
2528
|
end
|