google-ads-googleads 3.2.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +2 -0
- data/README.md +9 -2
- data/lib/google/ads/google_ads/config.rb +0 -1
- data/lib/google/ads/google_ads/errors.rb +4 -0
- data/lib/google/ads/google_ads/factories/v1/enums.rb +1004 -1004
- data/lib/google/ads/google_ads/factories/v1/operations.rb +1029 -1029
- data/lib/google/ads/google_ads/factories/v1/resources.rb +2088 -2088
- data/lib/google/ads/google_ads/factories/v1/services.rb +301 -301
- data/lib/google/ads/google_ads/factories/v2/enums.rb +1084 -1084
- data/lib/google/ads/google_ads/factories/v2/operations.rb +1064 -1064
- data/lib/google/ads/google_ads/factories/v2/resources.rb +2156 -2156
- data/lib/google/ads/google_ads/factories/v2/services.rb +319 -319
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +4 -5
@@ -4,22 +4,6 @@ module Google
|
|
4
4
|
module Factories
|
5
5
|
module V2
|
6
6
|
module Enums
|
7
|
-
# Returns the descriptor for the ManagerLinkStatus enum
|
8
|
-
#
|
9
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
10
|
-
def self.manager_link_status
|
11
|
-
require "google/ads/google_ads/v2/enums/manager_link_status_pb.rb"
|
12
|
-
Google::Ads::GoogleAds::V2::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
13
|
-
end
|
14
|
-
|
15
|
-
# Returns the descriptor for the CampaignDraftStatus enum
|
16
|
-
#
|
17
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
18
|
-
def self.campaign_draft_status
|
19
|
-
require "google/ads/google_ads/v2/enums/campaign_draft_status_pb.rb"
|
20
|
-
Google::Ads::GoogleAds::V2::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
21
|
-
end
|
22
|
-
|
23
7
|
# Returns the descriptor for the SharedSetStatus enum
|
24
8
|
#
|
25
9
|
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
|
@@ -36,268 +20,404 @@ module Google
|
|
36
20
|
Google::Ads::GoogleAds::V2::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
37
21
|
end
|
38
22
|
|
39
|
-
# Returns the descriptor for the
|
23
|
+
# Returns the descriptor for the ExtensionSettingDevice enum
|
40
24
|
#
|
41
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
42
|
-
def self.
|
43
|
-
require "google/ads/google_ads/v2/enums/
|
44
|
-
Google::Ads::GoogleAds::V2::Enums::
|
25
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
26
|
+
def self.extension_setting_device
|
27
|
+
require "google/ads/google_ads/v2/enums/extension_setting_device_pb.rb"
|
28
|
+
Google::Ads::GoogleAds::V2::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
45
29
|
end
|
46
30
|
|
47
|
-
# Returns the descriptor for the
|
31
|
+
# Returns the descriptor for the ExtensionType enum
|
48
32
|
#
|
49
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
50
|
-
def self.
|
51
|
-
require "google/ads/google_ads/v2/enums/
|
52
|
-
Google::Ads::GoogleAds::V2::Enums::
|
33
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
34
|
+
def self.extension_type
|
35
|
+
require "google/ads/google_ads/v2/enums/extension_type_pb.rb"
|
36
|
+
Google::Ads::GoogleAds::V2::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
53
37
|
end
|
54
38
|
|
55
|
-
# Returns the descriptor for the
|
39
|
+
# Returns the descriptor for the AccountBudgetProposalType enum
|
56
40
|
#
|
57
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
58
|
-
def self.
|
59
|
-
require "google/ads/google_ads/v2/enums/
|
60
|
-
Google::Ads::GoogleAds::V2::Enums::
|
41
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
|
42
|
+
def self.account_budget_proposal_type
|
43
|
+
require "google/ads/google_ads/v2/enums/account_budget_proposal_type_pb.rb"
|
44
|
+
Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
|
61
45
|
end
|
62
46
|
|
63
|
-
# Returns the descriptor for the
|
47
|
+
# Returns the descriptor for the AccountBudgetStatus enum
|
64
48
|
#
|
65
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
66
|
-
def self.
|
67
|
-
require "google/ads/google_ads/v2/enums/
|
68
|
-
Google::Ads::GoogleAds::V2::Enums::
|
49
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
50
|
+
def self.account_budget_status
|
51
|
+
require "google/ads/google_ads/v2/enums/account_budget_status_pb.rb"
|
52
|
+
Google::Ads::GoogleAds::V2::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
69
53
|
end
|
70
54
|
|
71
|
-
# Returns the descriptor for the
|
55
|
+
# Returns the descriptor for the SpendingLimitType enum
|
72
56
|
#
|
73
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
74
|
-
def self.
|
75
|
-
require "google/ads/google_ads/v2/enums/
|
76
|
-
Google::Ads::GoogleAds::V2::Enums::
|
57
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
|
58
|
+
def self.spending_limit_type
|
59
|
+
require "google/ads/google_ads/v2/enums/spending_limit_type_pb.rb"
|
60
|
+
Google::Ads::GoogleAds::V2::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
|
77
61
|
end
|
78
62
|
|
79
|
-
# Returns the descriptor for the
|
63
|
+
# Returns the descriptor for the TimeType enum
|
80
64
|
#
|
81
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
82
|
-
def self.
|
83
|
-
require "google/ads/google_ads/v2/enums/
|
84
|
-
Google::Ads::GoogleAds::V2::Enums::
|
65
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
|
66
|
+
def self.time_type
|
67
|
+
require "google/ads/google_ads/v2/enums/time_type_pb.rb"
|
68
|
+
Google::Ads::GoogleAds::V2::Enums::TimeTypeEnum::TimeType.descriptor
|
85
69
|
end
|
86
70
|
|
87
|
-
# Returns the descriptor for the
|
71
|
+
# Returns the descriptor for the MatchingFunctionContextType enum
|
88
72
|
#
|
89
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
90
|
-
def self.
|
91
|
-
require "google/ads/google_ads/v2/enums/
|
92
|
-
Google::Ads::GoogleAds::V2::Enums::
|
73
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
|
74
|
+
def self.matching_function_context_type
|
75
|
+
require "google/ads/google_ads/v2/enums/matching_function_context_type_pb.rb"
|
76
|
+
Google::Ads::GoogleAds::V2::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
93
77
|
end
|
94
78
|
|
95
|
-
# Returns the descriptor for the
|
79
|
+
# Returns the descriptor for the MatchingFunctionOperator enum
|
96
80
|
#
|
97
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
98
|
-
def self.
|
99
|
-
require "google/ads/google_ads/v2/enums/
|
100
|
-
Google::Ads::GoogleAds::V2::Enums::
|
81
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
|
82
|
+
def self.matching_function_operator
|
83
|
+
require "google/ads/google_ads/v2/enums/matching_function_operator_pb.rb"
|
84
|
+
Google::Ads::GoogleAds::V2::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
101
85
|
end
|
102
86
|
|
103
|
-
# Returns the descriptor for the
|
87
|
+
# Returns the descriptor for the FeedLinkStatus enum
|
104
88
|
#
|
105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
106
|
-
def self.
|
107
|
-
require "google/ads/google_ads/v2/enums/
|
108
|
-
Google::Ads::GoogleAds::V2::Enums::
|
89
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
|
90
|
+
def self.feed_link_status
|
91
|
+
require "google/ads/google_ads/v2/enums/feed_link_status_pb.rb"
|
92
|
+
Google::Ads::GoogleAds::V2::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
109
93
|
end
|
110
94
|
|
111
|
-
# Returns the descriptor for the
|
95
|
+
# Returns the descriptor for the PlaceholderType enum
|
112
96
|
#
|
113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
114
|
-
def self.
|
115
|
-
require "google/ads/google_ads/v2/enums/
|
116
|
-
Google::Ads::GoogleAds::V2::Enums::
|
97
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
98
|
+
def self.placeholder_type
|
99
|
+
require "google/ads/google_ads/v2/enums/placeholder_type_pb.rb"
|
100
|
+
Google::Ads::GoogleAds::V2::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
117
101
|
end
|
118
102
|
|
119
|
-
# Returns the descriptor for the
|
103
|
+
# Returns the descriptor for the ProductBiddingCategoryLevel enum
|
120
104
|
#
|
121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
122
|
-
def self.
|
123
|
-
require "google/ads/google_ads/v2/enums/
|
124
|
-
Google::Ads::GoogleAds::V2::Enums::
|
105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
|
106
|
+
def self.product_bidding_category_level
|
107
|
+
require "google/ads/google_ads/v2/enums/product_bidding_category_level_pb.rb"
|
108
|
+
Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
|
125
109
|
end
|
126
110
|
|
127
|
-
# Returns the descriptor for the
|
111
|
+
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
128
112
|
#
|
129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
130
|
-
def self.
|
131
|
-
require "google/ads/google_ads/v2/enums/
|
132
|
-
Google::Ads::GoogleAds::V2::Enums::
|
113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
114
|
+
def self.product_bidding_category_status
|
115
|
+
require "google/ads/google_ads/v2/enums/product_bidding_category_status_pb.rb"
|
116
|
+
Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
133
117
|
end
|
134
118
|
|
135
|
-
# Returns the descriptor for the
|
119
|
+
# Returns the descriptor for the MimeType enum
|
136
120
|
#
|
137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
138
|
-
def self.
|
139
|
-
require "google/ads/google_ads/v2/enums/
|
140
|
-
Google::Ads::GoogleAds::V2::Enums::
|
121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
122
|
+
def self.mime_type
|
123
|
+
require "google/ads/google_ads/v2/enums/mime_type_pb.rb"
|
124
|
+
Google::Ads::GoogleAds::V2::Enums::MimeTypeEnum::MimeType.descriptor
|
141
125
|
end
|
142
126
|
|
143
|
-
# Returns the descriptor for the
|
127
|
+
# Returns the descriptor for the AssetType enum
|
144
128
|
#
|
145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
146
|
-
def self.
|
147
|
-
require "google/ads/google_ads/v2/enums/
|
148
|
-
Google::Ads::GoogleAds::V2::Enums::
|
129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
130
|
+
def self.asset_type
|
131
|
+
require "google/ads/google_ads/v2/enums/asset_type_pb.rb"
|
132
|
+
Google::Ads::GoogleAds::V2::Enums::AssetTypeEnum::AssetType.descriptor
|
149
133
|
end
|
150
134
|
|
151
|
-
# Returns the descriptor for the
|
135
|
+
# Returns the descriptor for the CampaignExperimentStatus enum
|
152
136
|
#
|
153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
154
|
-
def self.
|
155
|
-
require "google/ads/google_ads/v2/enums/
|
156
|
-
Google::Ads::GoogleAds::V2::Enums::
|
137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
|
138
|
+
def self.campaign_experiment_status
|
139
|
+
require "google/ads/google_ads/v2/enums/campaign_experiment_status_pb.rb"
|
140
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
|
157
141
|
end
|
158
142
|
|
159
|
-
# Returns the descriptor for the
|
143
|
+
# Returns the descriptor for the CampaignExperimentTrafficSplitType enum
|
160
144
|
#
|
161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
162
|
-
def self.
|
163
|
-
require "google/ads/google_ads/v2/enums/
|
164
|
-
Google::Ads::GoogleAds::V2::Enums::
|
145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
|
146
|
+
def self.campaign_experiment_traffic_split_type
|
147
|
+
require "google/ads/google_ads/v2/enums/campaign_experiment_traffic_split_type_pb.rb"
|
148
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
165
149
|
end
|
166
150
|
|
167
|
-
# Returns the descriptor for the
|
151
|
+
# Returns the descriptor for the TrackingCodePageFormat enum
|
168
152
|
#
|
169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
170
|
-
def self.
|
171
|
-
require "google/ads/google_ads/v2/enums/
|
172
|
-
Google::Ads::GoogleAds::V2::Enums::
|
153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
154
|
+
def self.tracking_code_page_format
|
155
|
+
require "google/ads/google_ads/v2/enums/tracking_code_page_format_pb.rb"
|
156
|
+
Google::Ads::GoogleAds::V2::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
173
157
|
end
|
174
158
|
|
175
|
-
# Returns the descriptor for the
|
159
|
+
# Returns the descriptor for the TrackingCodeType enum
|
176
160
|
#
|
177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
178
|
-
def self.
|
179
|
-
require "google/ads/google_ads/v2/enums/
|
180
|
-
Google::Ads::GoogleAds::V2::Enums::
|
161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
162
|
+
def self.tracking_code_type
|
163
|
+
require "google/ads/google_ads/v2/enums/tracking_code_type_pb.rb"
|
164
|
+
Google::Ads::GoogleAds::V2::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
181
165
|
end
|
182
166
|
|
183
|
-
# Returns the descriptor for the
|
167
|
+
# Returns the descriptor for the AttributionModel enum
|
184
168
|
#
|
185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
186
|
-
def self.
|
187
|
-
require "google/ads/google_ads/v2/enums/
|
188
|
-
Google::Ads::GoogleAds::V2::Enums::
|
169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
170
|
+
def self.attribution_model
|
171
|
+
require "google/ads/google_ads/v2/enums/attribution_model_pb.rb"
|
172
|
+
Google::Ads::GoogleAds::V2::Enums::AttributionModelEnum::AttributionModel.descriptor
|
189
173
|
end
|
190
174
|
|
191
|
-
# Returns the descriptor for the
|
175
|
+
# Returns the descriptor for the ConversionActionCategory enum
|
192
176
|
#
|
193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
194
|
-
def self.
|
195
|
-
require "google/ads/google_ads/v2/enums/
|
196
|
-
Google::Ads::GoogleAds::V2::Enums::
|
177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
178
|
+
def self.conversion_action_category
|
179
|
+
require "google/ads/google_ads/v2/enums/conversion_action_category_pb.rb"
|
180
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
197
181
|
end
|
198
182
|
|
199
|
-
# Returns the descriptor for the
|
183
|
+
# Returns the descriptor for the ConversionActionCountingType enum
|
200
184
|
#
|
201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
202
|
-
def self.
|
203
|
-
require "google/ads/google_ads/v2/enums/
|
204
|
-
Google::Ads::GoogleAds::V2::Enums::
|
185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
186
|
+
def self.conversion_action_counting_type
|
187
|
+
require "google/ads/google_ads/v2/enums/conversion_action_counting_type_pb.rb"
|
188
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
205
189
|
end
|
206
190
|
|
207
|
-
# Returns the descriptor for the
|
191
|
+
# Returns the descriptor for the ConversionActionStatus enum
|
208
192
|
#
|
209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
210
|
-
def self.
|
211
|
-
require "google/ads/google_ads/v2/enums/
|
212
|
-
Google::Ads::GoogleAds::V2::Enums::
|
193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
194
|
+
def self.conversion_action_status
|
195
|
+
require "google/ads/google_ads/v2/enums/conversion_action_status_pb.rb"
|
196
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
213
197
|
end
|
214
198
|
|
215
|
-
# Returns the descriptor for the
|
199
|
+
# Returns the descriptor for the ConversionActionType enum
|
216
200
|
#
|
217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
218
|
-
def self.
|
219
|
-
require "google/ads/google_ads/v2/enums/
|
220
|
-
Google::Ads::GoogleAds::V2::Enums::
|
201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
202
|
+
def self.conversion_action_type
|
203
|
+
require "google/ads/google_ads/v2/enums/conversion_action_type_pb.rb"
|
204
|
+
Google::Ads::GoogleAds::V2::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
221
205
|
end
|
222
206
|
|
223
|
-
# Returns the descriptor for the
|
207
|
+
# Returns the descriptor for the DataDrivenModelStatus enum
|
224
208
|
#
|
225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
226
|
-
def self.
|
227
|
-
require "google/ads/google_ads/v2/enums/
|
228
|
-
Google::Ads::GoogleAds::V2::Enums::
|
209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
210
|
+
def self.data_driven_model_status
|
211
|
+
require "google/ads/google_ads/v2/enums/data_driven_model_status_pb.rb"
|
212
|
+
Google::Ads::GoogleAds::V2::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
229
213
|
end
|
230
214
|
|
231
|
-
# Returns the descriptor for the
|
215
|
+
# Returns the descriptor for the ChangeStatusOperation enum
|
232
216
|
#
|
233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
234
|
-
def self.
|
235
|
-
require "google/ads/google_ads/v2/enums/
|
236
|
-
Google::Ads::GoogleAds::V2::Enums::
|
217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
218
|
+
def self.change_status_operation
|
219
|
+
require "google/ads/google_ads/v2/enums/change_status_operation_pb.rb"
|
220
|
+
Google::Ads::GoogleAds::V2::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
237
221
|
end
|
238
222
|
|
239
|
-
# Returns the descriptor for the
|
223
|
+
# Returns the descriptor for the ChangeStatusResourceType enum
|
240
224
|
#
|
241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
242
|
-
def self.
|
243
|
-
require "google/ads/google_ads/v2/enums/
|
244
|
-
Google::Ads::GoogleAds::V2::Enums::
|
225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
226
|
+
def self.change_status_resource_type
|
227
|
+
require "google/ads/google_ads/v2/enums/change_status_resource_type_pb.rb"
|
228
|
+
Google::Ads::GoogleAds::V2::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
245
229
|
end
|
246
230
|
|
247
|
-
# Returns the descriptor for the
|
231
|
+
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
248
232
|
#
|
249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
250
|
-
def self.
|
251
|
-
require "google/ads/google_ads/v2/enums/
|
252
|
-
Google::Ads::GoogleAds::V2::Enums::
|
233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
234
|
+
def self.operating_system_version_operator_type
|
235
|
+
require "google/ads/google_ads/v2/enums/operating_system_version_operator_type_pb.rb"
|
236
|
+
Google::Ads::GoogleAds::V2::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
253
237
|
end
|
254
238
|
|
255
|
-
# Returns the descriptor for the
|
239
|
+
# Returns the descriptor for the GeoTargetingType enum
|
256
240
|
#
|
257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
258
|
-
def self.
|
259
|
-
require "google/ads/google_ads/v2/enums/
|
260
|
-
Google::Ads::GoogleAds::V2::Enums::
|
241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
242
|
+
def self.geo_targeting_type
|
243
|
+
require "google/ads/google_ads/v2/enums/geo_targeting_type_pb.rb"
|
244
|
+
Google::Ads::GoogleAds::V2::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
261
245
|
end
|
262
246
|
|
263
|
-
# Returns the descriptor for the
|
247
|
+
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
264
248
|
#
|
265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
266
|
-
def self.
|
267
|
-
require "google/ads/google_ads/v2/enums/
|
268
|
-
Google::Ads::GoogleAds::V2::Enums::
|
249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
250
|
+
def self.google_ads_field_category
|
251
|
+
require "google/ads/google_ads/v2/enums/google_ads_field_category_pb.rb"
|
252
|
+
Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
269
253
|
end
|
270
254
|
|
271
|
-
# Returns the descriptor for the
|
255
|
+
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
272
256
|
#
|
273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
274
|
-
def self.
|
275
|
-
require "google/ads/google_ads/v2/enums/
|
276
|
-
Google::Ads::GoogleAds::V2::Enums::
|
257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
258
|
+
def self.google_ads_field_data_type
|
259
|
+
require "google/ads/google_ads/v2/enums/google_ads_field_data_type_pb.rb"
|
260
|
+
Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
277
261
|
end
|
278
262
|
|
279
|
-
# Returns the descriptor for the
|
263
|
+
# Returns the descriptor for the AdvertisingChannelSubType enum
|
280
264
|
#
|
281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
282
|
-
def self.
|
283
|
-
require "google/ads/google_ads/v2/enums/
|
284
|
-
Google::Ads::GoogleAds::V2::Enums::
|
265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
|
266
|
+
def self.advertising_channel_sub_type
|
267
|
+
require "google/ads/google_ads/v2/enums/advertising_channel_sub_type_pb.rb"
|
268
|
+
Google::Ads::GoogleAds::V2::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
|
285
269
|
end
|
286
270
|
|
287
|
-
# Returns the descriptor for the
|
271
|
+
# Returns the descriptor for the AdvertisingChannelType enum
|
288
272
|
#
|
289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
290
|
-
def self.
|
291
|
-
require "google/ads/google_ads/v2/enums/
|
292
|
-
Google::Ads::GoogleAds::V2::Enums::
|
273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
274
|
+
def self.advertising_channel_type
|
275
|
+
require "google/ads/google_ads/v2/enums/advertising_channel_type_pb.rb"
|
276
|
+
Google::Ads::GoogleAds::V2::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
293
277
|
end
|
294
278
|
|
295
|
-
# Returns the descriptor for the
|
279
|
+
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
296
280
|
#
|
297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
298
|
-
def self.
|
299
|
-
require "google/ads/google_ads/v2/enums/
|
300
|
-
Google::Ads::GoogleAds::V2::Enums::
|
281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
282
|
+
def self.criterion_category_channel_availability_mode
|
283
|
+
require "google/ads/google_ads/v2/enums/criterion_category_channel_availability_mode_pb.rb"
|
284
|
+
Google::Ads::GoogleAds::V2::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
285
|
+
end
|
286
|
+
|
287
|
+
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
288
|
+
#
|
289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
290
|
+
def self.criterion_category_locale_availability_mode
|
291
|
+
require "google/ads/google_ads/v2/enums/criterion_category_locale_availability_mode_pb.rb"
|
292
|
+
Google::Ads::GoogleAds::V2::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
293
|
+
end
|
294
|
+
|
295
|
+
# Returns the descriptor for the UserInterestTaxonomyType enum
|
296
|
+
#
|
297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
298
|
+
def self.user_interest_taxonomy_type
|
299
|
+
require "google/ads/google_ads/v2/enums/user_interest_taxonomy_type_pb.rb"
|
300
|
+
Google::Ads::GoogleAds::V2::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
301
|
+
end
|
302
|
+
|
303
|
+
# Returns the descriptor for the PolicyTopicEntryType enum
|
304
|
+
#
|
305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
|
306
|
+
def self.policy_topic_entry_type
|
307
|
+
require "google/ads/google_ads/v2/enums/policy_topic_entry_type_pb.rb"
|
308
|
+
Google::Ads::GoogleAds::V2::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
|
309
|
+
end
|
310
|
+
|
311
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
312
|
+
#
|
313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
314
|
+
def self.policy_topic_evidence_destination_mismatch_url_type
|
315
|
+
require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb"
|
316
|
+
Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
|
317
|
+
end
|
318
|
+
|
319
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
320
|
+
#
|
321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
322
|
+
def self.policy_topic_evidence_destination_not_working_device
|
323
|
+
require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_device_pb.rb"
|
324
|
+
Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
|
325
|
+
end
|
326
|
+
|
327
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
|
328
|
+
#
|
329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
|
330
|
+
def self.policy_topic_evidence_destination_not_working_dns_error_type
|
331
|
+
require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb"
|
332
|
+
Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
|
333
|
+
end
|
334
|
+
|
335
|
+
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
336
|
+
#
|
337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
338
|
+
def self.feed_item_quality_approval_status
|
339
|
+
require "google/ads/google_ads/v2/enums/feed_item_quality_approval_status_pb.rb"
|
340
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
341
|
+
end
|
342
|
+
|
343
|
+
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
344
|
+
#
|
345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
346
|
+
def self.feed_item_quality_disapproval_reason
|
347
|
+
require "google/ads/google_ads/v2/enums/feed_item_quality_disapproval_reason_pb.rb"
|
348
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
349
|
+
end
|
350
|
+
|
351
|
+
# Returns the descriptor for the FeedItemStatus enum
|
352
|
+
#
|
353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
354
|
+
def self.feed_item_status
|
355
|
+
require "google/ads/google_ads/v2/enums/feed_item_status_pb.rb"
|
356
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
357
|
+
end
|
358
|
+
|
359
|
+
# Returns the descriptor for the FeedItemValidationStatus enum
|
360
|
+
#
|
361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
362
|
+
def self.feed_item_validation_status
|
363
|
+
require "google/ads/google_ads/v2/enums/feed_item_validation_status_pb.rb"
|
364
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
365
|
+
end
|
366
|
+
|
367
|
+
# Returns the descriptor for the GeoTargetingRestriction enum
|
368
|
+
#
|
369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
370
|
+
def self.geo_targeting_restriction
|
371
|
+
require "google/ads/google_ads/v2/enums/geo_targeting_restriction_pb.rb"
|
372
|
+
Google::Ads::GoogleAds::V2::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
373
|
+
end
|
374
|
+
|
375
|
+
# Returns the descriptor for the PolicyApprovalStatus enum
|
376
|
+
#
|
377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
|
378
|
+
def self.policy_approval_status
|
379
|
+
require "google/ads/google_ads/v2/enums/policy_approval_status_pb.rb"
|
380
|
+
Google::Ads::GoogleAds::V2::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
|
381
|
+
end
|
382
|
+
|
383
|
+
# Returns the descriptor for the PolicyReviewStatus enum
|
384
|
+
#
|
385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
|
386
|
+
def self.policy_review_status
|
387
|
+
require "google/ads/google_ads/v2/enums/policy_review_status_pb.rb"
|
388
|
+
Google::Ads::GoogleAds::V2::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
389
|
+
end
|
390
|
+
|
391
|
+
# Returns the descriptor for the FeedItemValidationError enum
|
392
|
+
#
|
393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
394
|
+
def self.feed_item_validation_error
|
395
|
+
require "google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb"
|
396
|
+
Google::Ads::GoogleAds::V2::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
397
|
+
end
|
398
|
+
|
399
|
+
# Returns the descriptor for the LabelStatus enum
|
400
|
+
#
|
401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
402
|
+
def self.label_status
|
403
|
+
require "google/ads/google_ads/v2/enums/label_status_pb.rb"
|
404
|
+
Google::Ads::GoogleAds::V2::Enums::LabelStatusEnum::LabelStatus.descriptor
|
405
|
+
end
|
406
|
+
|
407
|
+
# Returns the descriptor for the AdGroupAdStatus enum
|
408
|
+
#
|
409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
410
|
+
def self.ad_group_ad_status
|
411
|
+
require "google/ads/google_ads/v2/enums/ad_group_ad_status_pb.rb"
|
412
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
|
413
|
+
end
|
414
|
+
|
415
|
+
# Returns the descriptor for the AdStrength enum
|
416
|
+
#
|
417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
418
|
+
def self.ad_strength
|
419
|
+
require "google/ads/google_ads/v2/enums/ad_strength_pb.rb"
|
420
|
+
Google::Ads::GoogleAds::V2::Enums::AdStrengthEnum::AdStrength.descriptor
|
301
421
|
end
|
302
422
|
|
303
423
|
# Returns the descriptor for the ServedAssetFieldType enum
|
@@ -308,6 +428,14 @@ module Google
|
|
308
428
|
Google::Ads::GoogleAds::V2::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
309
429
|
end
|
310
430
|
|
431
|
+
# Returns the descriptor for the CallConversionReportingState enum
|
432
|
+
#
|
433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
434
|
+
def self.call_conversion_reporting_state
|
435
|
+
require "google/ads/google_ads/v2/enums/call_conversion_reporting_state_pb.rb"
|
436
|
+
Google::Ads::GoogleAds::V2::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
437
|
+
end
|
438
|
+
|
311
439
|
# Returns the descriptor for the DisplayAdFormatSetting enum
|
312
440
|
#
|
313
441
|
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
@@ -332,14 +460,6 @@ module Google
|
|
332
460
|
Google::Ads::GoogleAds::V2::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
333
461
|
end
|
334
462
|
|
335
|
-
# Returns the descriptor for the MimeType enum
|
336
|
-
#
|
337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
338
|
-
def self.mime_type
|
339
|
-
require "google/ads/google_ads/v2/enums/mime_type_pb.rb"
|
340
|
-
Google::Ads::GoogleAds::V2::Enums::MimeTypeEnum::MimeType.descriptor
|
341
|
-
end
|
342
|
-
|
343
463
|
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
344
464
|
#
|
345
465
|
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
@@ -356,6 +476,14 @@ module Google
|
|
356
476
|
Google::Ads::GoogleAds::V2::Enums::AdTypeEnum::AdType.descriptor
|
357
477
|
end
|
358
478
|
|
479
|
+
# Returns the descriptor for the Device enum
|
480
|
+
#
|
481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Device enum
|
482
|
+
def self.device
|
483
|
+
require "google/ads/google_ads/v2/enums/device_pb.rb"
|
484
|
+
Google::Ads::GoogleAds::V2::Enums::DeviceEnum::Device.descriptor
|
485
|
+
end
|
486
|
+
|
359
487
|
# Returns the descriptor for the SystemManagedResourceSource enum
|
360
488
|
#
|
361
489
|
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
@@ -364,844 +492,596 @@ module Google
|
|
364
492
|
Google::Ads::GoogleAds::V2::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
365
493
|
end
|
366
494
|
|
367
|
-
# Returns the descriptor for the
|
495
|
+
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
368
496
|
#
|
369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
370
|
-
def self.
|
371
|
-
require "google/ads/google_ads/v2/enums/
|
372
|
-
Google::Ads::GoogleAds::V2::Enums::
|
497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
498
|
+
def self.keyword_plan_forecast_interval
|
499
|
+
require "google/ads/google_ads/v2/enums/keyword_plan_forecast_interval_pb.rb"
|
500
|
+
Google::Ads::GoogleAds::V2::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
373
501
|
end
|
374
502
|
|
375
|
-
# Returns the descriptor for the
|
503
|
+
# Returns the descriptor for the ManagerLinkStatus enum
|
376
504
|
#
|
377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
378
|
-
def self.
|
379
|
-
require "google/ads/google_ads/v2/enums/
|
380
|
-
Google::Ads::GoogleAds::V2::Enums::
|
505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
506
|
+
def self.manager_link_status
|
507
|
+
require "google/ads/google_ads/v2/enums/manager_link_status_pb.rb"
|
508
|
+
Google::Ads::GoogleAds::V2::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
381
509
|
end
|
382
510
|
|
383
|
-
# Returns the descriptor for the
|
511
|
+
# Returns the descriptor for the MutateJobStatus enum
|
384
512
|
#
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
386
|
-
def self.
|
387
|
-
require "google/ads/google_ads/v2/enums/
|
388
|
-
Google::Ads::GoogleAds::V2::Enums::
|
513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
|
514
|
+
def self.mutate_job_status
|
515
|
+
require "google/ads/google_ads/v2/enums/mutate_job_status_pb.rb"
|
516
|
+
Google::Ads::GoogleAds::V2::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
|
389
517
|
end
|
390
518
|
|
391
|
-
# Returns the descriptor for the
|
519
|
+
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
392
520
|
#
|
393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
394
|
-
def self.
|
395
|
-
require "google/ads/google_ads/v2/enums/
|
396
|
-
Google::Ads::GoogleAds::V2::Enums::
|
521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
522
|
+
def self.ad_customizer_placeholder_field
|
523
|
+
require "google/ads/google_ads/v2/enums/ad_customizer_placeholder_field_pb.rb"
|
524
|
+
Google::Ads::GoogleAds::V2::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
397
525
|
end
|
398
526
|
|
399
|
-
# Returns the descriptor for the
|
527
|
+
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
400
528
|
#
|
401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
402
|
-
def self.
|
403
|
-
require "google/ads/google_ads/v2/enums/
|
404
|
-
Google::Ads::GoogleAds::V2::Enums::
|
529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
530
|
+
def self.affiliate_location_placeholder_field
|
531
|
+
require "google/ads/google_ads/v2/enums/affiliate_location_placeholder_field_pb.rb"
|
532
|
+
Google::Ads::GoogleAds::V2::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
405
533
|
end
|
406
534
|
|
407
|
-
# Returns the descriptor for the
|
535
|
+
# Returns the descriptor for the AppPlaceholderField enum
|
408
536
|
#
|
409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
410
|
-
def self.
|
411
|
-
require "google/ads/google_ads/v2/enums/
|
412
|
-
Google::Ads::GoogleAds::V2::Enums::
|
537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
538
|
+
def self.app_placeholder_field
|
539
|
+
require "google/ads/google_ads/v2/enums/app_placeholder_field_pb.rb"
|
540
|
+
Google::Ads::GoogleAds::V2::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
413
541
|
end
|
414
542
|
|
415
|
-
# Returns the descriptor for the
|
543
|
+
# Returns the descriptor for the CallPlaceholderField enum
|
416
544
|
#
|
417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
418
|
-
def self.
|
419
|
-
require "google/ads/google_ads/v2/enums/
|
420
|
-
Google::Ads::GoogleAds::V2::Enums::
|
545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
546
|
+
def self.call_placeholder_field
|
547
|
+
require "google/ads/google_ads/v2/enums/call_placeholder_field_pb.rb"
|
548
|
+
Google::Ads::GoogleAds::V2::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
421
549
|
end
|
422
550
|
|
423
|
-
# Returns the descriptor for the
|
551
|
+
# Returns the descriptor for the CalloutPlaceholderField enum
|
424
552
|
#
|
425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
426
|
-
def self.
|
427
|
-
require "google/ads/google_ads/v2/enums/
|
428
|
-
Google::Ads::GoogleAds::V2::Enums::
|
553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
554
|
+
def self.callout_placeholder_field
|
555
|
+
require "google/ads/google_ads/v2/enums/callout_placeholder_field_pb.rb"
|
556
|
+
Google::Ads::GoogleAds::V2::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
429
557
|
end
|
430
558
|
|
431
|
-
# Returns the descriptor for the
|
559
|
+
# Returns the descriptor for the CustomPlaceholderField enum
|
432
560
|
#
|
433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
434
|
-
def self.
|
435
|
-
require "google/ads/google_ads/v2/enums/
|
436
|
-
Google::Ads::GoogleAds::V2::Enums::
|
561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
562
|
+
def self.custom_placeholder_field
|
563
|
+
require "google/ads/google_ads/v2/enums/custom_placeholder_field_pb.rb"
|
564
|
+
Google::Ads::GoogleAds::V2::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
437
565
|
end
|
438
566
|
|
439
|
-
# Returns the descriptor for the
|
567
|
+
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
440
568
|
#
|
441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
442
|
-
def self.
|
443
|
-
require "google/ads/google_ads/v2/enums/
|
444
|
-
Google::Ads::GoogleAds::V2::Enums::
|
569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
570
|
+
def self.dsa_page_feed_criterion_field
|
571
|
+
require "google/ads/google_ads/v2/enums/dsa_page_feed_criterion_field_pb.rb"
|
572
|
+
Google::Ads::GoogleAds::V2::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
445
573
|
end
|
446
574
|
|
447
|
-
# Returns the descriptor for the
|
575
|
+
# Returns the descriptor for the EducationPlaceholderField enum
|
448
576
|
#
|
449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
450
|
-
def self.
|
451
|
-
require "google/ads/google_ads/v2/enums/
|
452
|
-
Google::Ads::GoogleAds::V2::Enums::
|
577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
578
|
+
def self.education_placeholder_field
|
579
|
+
require "google/ads/google_ads/v2/enums/education_placeholder_field_pb.rb"
|
580
|
+
Google::Ads::GoogleAds::V2::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
453
581
|
end
|
454
582
|
|
455
|
-
# Returns the descriptor for the
|
583
|
+
# Returns the descriptor for the FeedMappingCriterionType enum
|
456
584
|
#
|
457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
458
|
-
def self.
|
459
|
-
require "google/ads/google_ads/v2/enums/
|
460
|
-
Google::Ads::GoogleAds::V2::Enums::
|
585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
586
|
+
def self.feed_mapping_criterion_type
|
587
|
+
require "google/ads/google_ads/v2/enums/feed_mapping_criterion_type_pb.rb"
|
588
|
+
Google::Ads::GoogleAds::V2::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
461
589
|
end
|
462
590
|
|
463
|
-
# Returns the descriptor for the
|
591
|
+
# Returns the descriptor for the FeedMappingStatus enum
|
464
592
|
#
|
465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
466
|
-
def self.
|
467
|
-
require "google/ads/google_ads/v2/enums/
|
468
|
-
Google::Ads::GoogleAds::V2::Enums::
|
593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
594
|
+
def self.feed_mapping_status
|
595
|
+
require "google/ads/google_ads/v2/enums/feed_mapping_status_pb.rb"
|
596
|
+
Google::Ads::GoogleAds::V2::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
469
597
|
end
|
470
598
|
|
471
|
-
# Returns the descriptor for the
|
599
|
+
# Returns the descriptor for the FlightPlaceholderField enum
|
472
600
|
#
|
473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
474
|
-
def self.
|
475
|
-
require "google/ads/google_ads/v2/enums/
|
476
|
-
Google::Ads::GoogleAds::V2::Enums::
|
601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
602
|
+
def self.flight_placeholder_field
|
603
|
+
require "google/ads/google_ads/v2/enums/flight_placeholder_field_pb.rb"
|
604
|
+
Google::Ads::GoogleAds::V2::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
477
605
|
end
|
478
606
|
|
479
|
-
# Returns the descriptor for the
|
607
|
+
# Returns the descriptor for the HotelPlaceholderField enum
|
480
608
|
#
|
481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
482
|
-
def self.
|
483
|
-
require "google/ads/google_ads/v2/enums/
|
484
|
-
Google::Ads::GoogleAds::V2::Enums::
|
609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
610
|
+
def self.hotel_placeholder_field
|
611
|
+
require "google/ads/google_ads/v2/enums/hotel_placeholder_field_pb.rb"
|
612
|
+
Google::Ads::GoogleAds::V2::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
485
613
|
end
|
486
614
|
|
487
|
-
# Returns the descriptor for the
|
615
|
+
# Returns the descriptor for the JobPlaceholderField enum
|
488
616
|
#
|
489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
490
|
-
def self.
|
491
|
-
require "google/ads/google_ads/v2/enums/
|
492
|
-
Google::Ads::GoogleAds::V2::Enums::
|
617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
618
|
+
def self.job_placeholder_field
|
619
|
+
require "google/ads/google_ads/v2/enums/job_placeholder_field_pb.rb"
|
620
|
+
Google::Ads::GoogleAds::V2::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
493
621
|
end
|
494
622
|
|
495
|
-
# Returns the descriptor for the
|
623
|
+
# Returns the descriptor for the LocalPlaceholderField enum
|
496
624
|
#
|
497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
498
|
-
def self.
|
499
|
-
require "google/ads/google_ads/v2/enums/
|
500
|
-
Google::Ads::GoogleAds::V2::Enums::
|
625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
626
|
+
def self.local_placeholder_field
|
627
|
+
require "google/ads/google_ads/v2/enums/local_placeholder_field_pb.rb"
|
628
|
+
Google::Ads::GoogleAds::V2::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
501
629
|
end
|
502
630
|
|
503
|
-
# Returns the descriptor for the
|
631
|
+
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
504
632
|
#
|
505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
506
|
-
def self.
|
507
|
-
require "google/ads/google_ads/v2/enums/
|
508
|
-
Google::Ads::GoogleAds::V2::Enums::
|
633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
634
|
+
def self.location_extension_targeting_criterion_field
|
635
|
+
require "google/ads/google_ads/v2/enums/location_extension_targeting_criterion_field_pb.rb"
|
636
|
+
Google::Ads::GoogleAds::V2::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
509
637
|
end
|
510
638
|
|
511
|
-
# Returns the descriptor for the
|
639
|
+
# Returns the descriptor for the LocationPlaceholderField enum
|
512
640
|
#
|
513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
514
|
-
def self.
|
515
|
-
require "google/ads/google_ads/v2/enums/
|
516
|
-
Google::Ads::GoogleAds::V2::Enums::
|
641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
642
|
+
def self.location_placeholder_field
|
643
|
+
require "google/ads/google_ads/v2/enums/location_placeholder_field_pb.rb"
|
644
|
+
Google::Ads::GoogleAds::V2::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
517
645
|
end
|
518
646
|
|
519
|
-
# Returns the descriptor for the
|
647
|
+
# Returns the descriptor for the MessagePlaceholderField enum
|
520
648
|
#
|
521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
522
|
-
def self.
|
523
|
-
require "google/ads/google_ads/v2/enums/
|
524
|
-
Google::Ads::GoogleAds::V2::Enums::
|
649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
650
|
+
def self.message_placeholder_field
|
651
|
+
require "google/ads/google_ads/v2/enums/message_placeholder_field_pb.rb"
|
652
|
+
Google::Ads::GoogleAds::V2::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
525
653
|
end
|
526
654
|
|
527
|
-
# Returns the descriptor for the
|
655
|
+
# Returns the descriptor for the PricePlaceholderField enum
|
528
656
|
#
|
529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
530
|
-
def self.
|
531
|
-
require "google/ads/google_ads/v2/enums/
|
532
|
-
Google::Ads::GoogleAds::V2::Enums::
|
657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
658
|
+
def self.price_placeholder_field
|
659
|
+
require "google/ads/google_ads/v2/enums/price_placeholder_field_pb.rb"
|
660
|
+
Google::Ads::GoogleAds::V2::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
533
661
|
end
|
534
662
|
|
535
|
-
# Returns the descriptor for the
|
663
|
+
# Returns the descriptor for the PromotionPlaceholderField enum
|
536
664
|
#
|
537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
538
|
-
def self.
|
539
|
-
require "google/ads/google_ads/v2/enums/
|
540
|
-
Google::Ads::GoogleAds::V2::Enums::
|
665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
666
|
+
def self.promotion_placeholder_field
|
667
|
+
require "google/ads/google_ads/v2/enums/promotion_placeholder_field_pb.rb"
|
668
|
+
Google::Ads::GoogleAds::V2::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
541
669
|
end
|
542
670
|
|
543
|
-
# Returns the descriptor for the
|
671
|
+
# Returns the descriptor for the RealEstatePlaceholderField enum
|
544
672
|
#
|
545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
546
|
-
def self.
|
547
|
-
require "google/ads/google_ads/v2/enums/
|
548
|
-
Google::Ads::GoogleAds::V2::Enums::
|
673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
674
|
+
def self.real_estate_placeholder_field
|
675
|
+
require "google/ads/google_ads/v2/enums/real_estate_placeholder_field_pb.rb"
|
676
|
+
Google::Ads::GoogleAds::V2::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
549
677
|
end
|
550
678
|
|
551
|
-
# Returns the descriptor for the
|
679
|
+
# Returns the descriptor for the SitelinkPlaceholderField enum
|
552
680
|
#
|
553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
554
|
-
def self.
|
555
|
-
require "google/ads/google_ads/v2/enums/
|
556
|
-
Google::Ads::GoogleAds::V2::Enums::
|
681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
682
|
+
def self.sitelink_placeholder_field
|
683
|
+
require "google/ads/google_ads/v2/enums/sitelink_placeholder_field_pb.rb"
|
684
|
+
Google::Ads::GoogleAds::V2::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
557
685
|
end
|
558
686
|
|
559
|
-
# Returns the descriptor for the
|
687
|
+
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
560
688
|
#
|
561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
562
|
-
def self.
|
563
|
-
require "google/ads/google_ads/v2/enums/
|
564
|
-
Google::Ads::GoogleAds::V2::Enums::
|
689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
690
|
+
def self.structured_snippet_placeholder_field
|
691
|
+
require "google/ads/google_ads/v2/enums/structured_snippet_placeholder_field_pb.rb"
|
692
|
+
Google::Ads::GoogleAds::V2::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
565
693
|
end
|
566
694
|
|
567
|
-
# Returns the descriptor for the
|
695
|
+
# Returns the descriptor for the TravelPlaceholderField enum
|
568
696
|
#
|
569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
570
|
-
def self.
|
571
|
-
require "google/ads/google_ads/v2/enums/
|
572
|
-
Google::Ads::GoogleAds::V2::Enums::
|
697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
698
|
+
def self.travel_placeholder_field
|
699
|
+
require "google/ads/google_ads/v2/enums/travel_placeholder_field_pb.rb"
|
700
|
+
Google::Ads::GoogleAds::V2::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
573
701
|
end
|
574
702
|
|
575
|
-
# Returns the descriptor for the
|
703
|
+
# Returns the descriptor for the AgeRangeType enum
|
576
704
|
#
|
577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
578
|
-
def self.
|
579
|
-
require "google/ads/google_ads/v2/enums/
|
580
|
-
Google::Ads::GoogleAds::V2::Enums::
|
581
|
-
end
|
582
|
-
|
583
|
-
# Returns the descriptor for the GeoTargetingRestriction enum
|
584
|
-
#
|
585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
586
|
-
def self.geo_targeting_restriction
|
587
|
-
require "google/ads/google_ads/v2/enums/geo_targeting_restriction_pb.rb"
|
588
|
-
Google::Ads::GoogleAds::V2::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
589
|
-
end
|
590
|
-
|
591
|
-
# Returns the descriptor for the PlaceholderType enum
|
592
|
-
#
|
593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
594
|
-
def self.placeholder_type
|
595
|
-
require "google/ads/google_ads/v2/enums/placeholder_type_pb.rb"
|
596
|
-
Google::Ads::GoogleAds::V2::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
597
|
-
end
|
598
|
-
|
599
|
-
# Returns the descriptor for the PolicyApprovalStatus enum
|
600
|
-
#
|
601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
|
602
|
-
def self.policy_approval_status
|
603
|
-
require "google/ads/google_ads/v2/enums/policy_approval_status_pb.rb"
|
604
|
-
Google::Ads::GoogleAds::V2::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
|
605
|
-
end
|
606
|
-
|
607
|
-
# Returns the descriptor for the PolicyReviewStatus enum
|
608
|
-
#
|
609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
|
610
|
-
def self.policy_review_status
|
611
|
-
require "google/ads/google_ads/v2/enums/policy_review_status_pb.rb"
|
612
|
-
Google::Ads::GoogleAds::V2::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
613
|
-
end
|
614
|
-
|
615
|
-
# Returns the descriptor for the FeedItemValidationError enum
|
616
|
-
#
|
617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
618
|
-
def self.feed_item_validation_error
|
619
|
-
require "google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb"
|
620
|
-
Google::Ads::GoogleAds::V2::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
621
|
-
end
|
622
|
-
|
623
|
-
# Returns the descriptor for the FeedItemTargetDevice enum
|
624
|
-
#
|
625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
|
626
|
-
def self.feed_item_target_device
|
627
|
-
require "google/ads/google_ads/v2/enums/feed_item_target_device_pb.rb"
|
628
|
-
Google::Ads::GoogleAds::V2::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
629
|
-
end
|
630
|
-
|
631
|
-
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
632
|
-
#
|
633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
634
|
-
def self.customer_match_upload_key_type
|
635
|
-
require "google/ads/google_ads/v2/enums/customer_match_upload_key_type_pb.rb"
|
636
|
-
Google::Ads::GoogleAds::V2::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
|
637
|
-
end
|
638
|
-
|
639
|
-
# Returns the descriptor for the UserListCombinedRuleOperator enum
|
640
|
-
#
|
641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
|
642
|
-
def self.user_list_combined_rule_operator
|
643
|
-
require "google/ads/google_ads/v2/enums/user_list_combined_rule_operator_pb.rb"
|
644
|
-
Google::Ads::GoogleAds::V2::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
|
645
|
-
end
|
646
|
-
|
647
|
-
# Returns the descriptor for the UserListCrmDataSourceType enum
|
648
|
-
#
|
649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
|
650
|
-
def self.user_list_crm_data_source_type
|
651
|
-
require "google/ads/google_ads/v2/enums/user_list_crm_data_source_type_pb.rb"
|
652
|
-
Google::Ads::GoogleAds::V2::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
|
653
|
-
end
|
654
|
-
|
655
|
-
# Returns the descriptor for the UserListDateRuleItemOperator enum
|
656
|
-
#
|
657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
|
658
|
-
def self.user_list_date_rule_item_operator
|
659
|
-
require "google/ads/google_ads/v2/enums/user_list_date_rule_item_operator_pb.rb"
|
660
|
-
Google::Ads::GoogleAds::V2::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
|
661
|
-
end
|
662
|
-
|
663
|
-
# Returns the descriptor for the UserListLogicalRuleOperator enum
|
664
|
-
#
|
665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
|
666
|
-
def self.user_list_logical_rule_operator
|
667
|
-
require "google/ads/google_ads/v2/enums/user_list_logical_rule_operator_pb.rb"
|
668
|
-
Google::Ads::GoogleAds::V2::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
|
669
|
-
end
|
670
|
-
|
671
|
-
# Returns the descriptor for the UserListNumberRuleItemOperator enum
|
672
|
-
#
|
673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
|
674
|
-
def self.user_list_number_rule_item_operator
|
675
|
-
require "google/ads/google_ads/v2/enums/user_list_number_rule_item_operator_pb.rb"
|
676
|
-
Google::Ads::GoogleAds::V2::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
|
677
|
-
end
|
678
|
-
|
679
|
-
# Returns the descriptor for the UserListPrepopulationStatus enum
|
680
|
-
#
|
681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
|
682
|
-
def self.user_list_prepopulation_status
|
683
|
-
require "google/ads/google_ads/v2/enums/user_list_prepopulation_status_pb.rb"
|
684
|
-
Google::Ads::GoogleAds::V2::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
|
685
|
-
end
|
686
|
-
|
687
|
-
# Returns the descriptor for the UserListRuleType enum
|
688
|
-
#
|
689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
|
690
|
-
def self.user_list_rule_type
|
691
|
-
require "google/ads/google_ads/v2/enums/user_list_rule_type_pb.rb"
|
692
|
-
Google::Ads::GoogleAds::V2::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
|
693
|
-
end
|
694
|
-
|
695
|
-
# Returns the descriptor for the UserListStringRuleItemOperator enum
|
696
|
-
#
|
697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
|
698
|
-
def self.user_list_string_rule_item_operator
|
699
|
-
require "google/ads/google_ads/v2/enums/user_list_string_rule_item_operator_pb.rb"
|
700
|
-
Google::Ads::GoogleAds::V2::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
|
701
|
-
end
|
702
|
-
|
703
|
-
# Returns the descriptor for the AccessReason enum
|
704
|
-
#
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
|
706
|
-
def self.access_reason
|
707
|
-
require "google/ads/google_ads/v2/enums/access_reason_pb.rb"
|
708
|
-
Google::Ads::GoogleAds::V2::Enums::AccessReasonEnum::AccessReason.descriptor
|
709
|
-
end
|
710
|
-
|
711
|
-
# Returns the descriptor for the UserListAccessStatus enum
|
712
|
-
#
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
|
714
|
-
def self.user_list_access_status
|
715
|
-
require "google/ads/google_ads/v2/enums/user_list_access_status_pb.rb"
|
716
|
-
Google::Ads::GoogleAds::V2::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
|
717
|
-
end
|
718
|
-
|
719
|
-
# Returns the descriptor for the UserListClosingReason enum
|
720
|
-
#
|
721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
|
722
|
-
def self.user_list_closing_reason
|
723
|
-
require "google/ads/google_ads/v2/enums/user_list_closing_reason_pb.rb"
|
724
|
-
Google::Ads::GoogleAds::V2::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
|
725
|
-
end
|
726
|
-
|
727
|
-
# Returns the descriptor for the UserListMembershipStatus enum
|
728
|
-
#
|
729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
|
730
|
-
def self.user_list_membership_status
|
731
|
-
require "google/ads/google_ads/v2/enums/user_list_membership_status_pb.rb"
|
732
|
-
Google::Ads::GoogleAds::V2::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
|
733
|
-
end
|
734
|
-
|
735
|
-
# Returns the descriptor for the UserListSizeRange enum
|
736
|
-
#
|
737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
|
738
|
-
def self.user_list_size_range
|
739
|
-
require "google/ads/google_ads/v2/enums/user_list_size_range_pb.rb"
|
740
|
-
Google::Ads::GoogleAds::V2::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
|
741
|
-
end
|
742
|
-
|
743
|
-
# Returns the descriptor for the UserListType enum
|
744
|
-
#
|
745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
|
746
|
-
def self.user_list_type
|
747
|
-
require "google/ads/google_ads/v2/enums/user_list_type_pb.rb"
|
748
|
-
Google::Ads::GoogleAds::V2::Enums::UserListTypeEnum::UserListType.descriptor
|
749
|
-
end
|
750
|
-
|
751
|
-
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
752
|
-
#
|
753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
754
|
-
def self.ad_customizer_placeholder_field
|
755
|
-
require "google/ads/google_ads/v2/enums/ad_customizer_placeholder_field_pb.rb"
|
756
|
-
Google::Ads::GoogleAds::V2::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
757
|
-
end
|
758
|
-
|
759
|
-
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
760
|
-
#
|
761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
762
|
-
def self.affiliate_location_placeholder_field
|
763
|
-
require "google/ads/google_ads/v2/enums/affiliate_location_placeholder_field_pb.rb"
|
764
|
-
Google::Ads::GoogleAds::V2::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
765
|
-
end
|
766
|
-
|
767
|
-
# Returns the descriptor for the AppPlaceholderField enum
|
768
|
-
#
|
769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
770
|
-
def self.app_placeholder_field
|
771
|
-
require "google/ads/google_ads/v2/enums/app_placeholder_field_pb.rb"
|
772
|
-
Google::Ads::GoogleAds::V2::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
773
|
-
end
|
774
|
-
|
775
|
-
# Returns the descriptor for the CallPlaceholderField enum
|
776
|
-
#
|
777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
778
|
-
def self.call_placeholder_field
|
779
|
-
require "google/ads/google_ads/v2/enums/call_placeholder_field_pb.rb"
|
780
|
-
Google::Ads::GoogleAds::V2::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
781
|
-
end
|
782
|
-
|
783
|
-
# Returns the descriptor for the CalloutPlaceholderField enum
|
784
|
-
#
|
785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
786
|
-
def self.callout_placeholder_field
|
787
|
-
require "google/ads/google_ads/v2/enums/callout_placeholder_field_pb.rb"
|
788
|
-
Google::Ads::GoogleAds::V2::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
789
|
-
end
|
790
|
-
|
791
|
-
# Returns the descriptor for the CustomPlaceholderField enum
|
792
|
-
#
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
794
|
-
def self.custom_placeholder_field
|
795
|
-
require "google/ads/google_ads/v2/enums/custom_placeholder_field_pb.rb"
|
796
|
-
Google::Ads::GoogleAds::V2::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
797
|
-
end
|
798
|
-
|
799
|
-
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
800
|
-
#
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
802
|
-
def self.dsa_page_feed_criterion_field
|
803
|
-
require "google/ads/google_ads/v2/enums/dsa_page_feed_criterion_field_pb.rb"
|
804
|
-
Google::Ads::GoogleAds::V2::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
805
|
-
end
|
806
|
-
|
807
|
-
# Returns the descriptor for the EducationPlaceholderField enum
|
808
|
-
#
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
810
|
-
def self.education_placeholder_field
|
811
|
-
require "google/ads/google_ads/v2/enums/education_placeholder_field_pb.rb"
|
812
|
-
Google::Ads::GoogleAds::V2::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
813
|
-
end
|
814
|
-
|
815
|
-
# Returns the descriptor for the FeedMappingCriterionType enum
|
816
|
-
#
|
817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
818
|
-
def self.feed_mapping_criterion_type
|
819
|
-
require "google/ads/google_ads/v2/enums/feed_mapping_criterion_type_pb.rb"
|
820
|
-
Google::Ads::GoogleAds::V2::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
821
|
-
end
|
822
|
-
|
823
|
-
# Returns the descriptor for the FeedMappingStatus enum
|
824
|
-
#
|
825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
826
|
-
def self.feed_mapping_status
|
827
|
-
require "google/ads/google_ads/v2/enums/feed_mapping_status_pb.rb"
|
828
|
-
Google::Ads::GoogleAds::V2::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
706
|
+
def self.age_range_type
|
707
|
+
require "google/ads/google_ads/v2/enums/age_range_type_pb.rb"
|
708
|
+
Google::Ads::GoogleAds::V2::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
829
709
|
end
|
830
710
|
|
831
|
-
# Returns the descriptor for the
|
711
|
+
# Returns the descriptor for the AppPaymentModelType enum
|
832
712
|
#
|
833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
834
|
-
def self.
|
835
|
-
require "google/ads/google_ads/v2/enums/
|
836
|
-
Google::Ads::GoogleAds::V2::Enums::
|
713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
|
714
|
+
def self.app_payment_model_type
|
715
|
+
require "google/ads/google_ads/v2/enums/app_payment_model_type_pb.rb"
|
716
|
+
Google::Ads::GoogleAds::V2::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
837
717
|
end
|
838
718
|
|
839
|
-
# Returns the descriptor for the
|
719
|
+
# Returns the descriptor for the ContentLabelType enum
|
840
720
|
#
|
841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
842
|
-
def self.
|
843
|
-
require "google/ads/google_ads/v2/enums/
|
844
|
-
Google::Ads::GoogleAds::V2::Enums::
|
721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
|
722
|
+
def self.content_label_type
|
723
|
+
require "google/ads/google_ads/v2/enums/content_label_type_pb.rb"
|
724
|
+
Google::Ads::GoogleAds::V2::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
845
725
|
end
|
846
726
|
|
847
|
-
# Returns the descriptor for the
|
727
|
+
# Returns the descriptor for the DayOfWeek enum
|
848
728
|
#
|
849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
850
|
-
def self.
|
851
|
-
require "google/ads/google_ads/v2/enums/
|
852
|
-
Google::Ads::GoogleAds::V2::Enums::
|
729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
|
730
|
+
def self.day_of_week
|
731
|
+
require "google/ads/google_ads/v2/enums/day_of_week_pb.rb"
|
732
|
+
Google::Ads::GoogleAds::V2::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
853
733
|
end
|
854
734
|
|
855
|
-
# Returns the descriptor for the
|
735
|
+
# Returns the descriptor for the GenderType enum
|
856
736
|
#
|
857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
858
|
-
def self.
|
859
|
-
require "google/ads/google_ads/v2/enums/
|
860
|
-
Google::Ads::GoogleAds::V2::Enums::
|
737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
738
|
+
def self.gender_type
|
739
|
+
require "google/ads/google_ads/v2/enums/gender_type_pb.rb"
|
740
|
+
Google::Ads::GoogleAds::V2::Enums::GenderTypeEnum::GenderType.descriptor
|
861
741
|
end
|
862
742
|
|
863
|
-
# Returns the descriptor for the
|
743
|
+
# Returns the descriptor for the HotelDateSelectionType enum
|
864
744
|
#
|
865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
866
|
-
def self.
|
867
|
-
require "google/ads/google_ads/v2/enums/
|
868
|
-
Google::Ads::GoogleAds::V2::Enums::
|
745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
|
746
|
+
def self.hotel_date_selection_type
|
747
|
+
require "google/ads/google_ads/v2/enums/hotel_date_selection_type_pb.rb"
|
748
|
+
Google::Ads::GoogleAds::V2::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
869
749
|
end
|
870
750
|
|
871
|
-
# Returns the descriptor for the
|
751
|
+
# Returns the descriptor for the IncomeRangeType enum
|
872
752
|
#
|
873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
874
|
-
def self.
|
875
|
-
require "google/ads/google_ads/v2/enums/
|
876
|
-
Google::Ads::GoogleAds::V2::Enums::
|
753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
|
754
|
+
def self.income_range_type
|
755
|
+
require "google/ads/google_ads/v2/enums/income_range_type_pb.rb"
|
756
|
+
Google::Ads::GoogleAds::V2::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
877
757
|
end
|
878
758
|
|
879
|
-
# Returns the descriptor for the
|
759
|
+
# Returns the descriptor for the InteractionType enum
|
880
760
|
#
|
881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
882
|
-
def self.
|
883
|
-
require "google/ads/google_ads/v2/enums/
|
884
|
-
Google::Ads::GoogleAds::V2::Enums::
|
761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
|
762
|
+
def self.interaction_type
|
763
|
+
require "google/ads/google_ads/v2/enums/interaction_type_pb.rb"
|
764
|
+
Google::Ads::GoogleAds::V2::Enums::InteractionTypeEnum::InteractionType.descriptor
|
885
765
|
end
|
886
766
|
|
887
|
-
# Returns the descriptor for the
|
767
|
+
# Returns the descriptor for the KeywordMatchType enum
|
888
768
|
#
|
889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
890
|
-
def self.
|
891
|
-
require "google/ads/google_ads/v2/enums/
|
892
|
-
Google::Ads::GoogleAds::V2::Enums::
|
769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
770
|
+
def self.keyword_match_type
|
771
|
+
require "google/ads/google_ads/v2/enums/keyword_match_type_pb.rb"
|
772
|
+
Google::Ads::GoogleAds::V2::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
893
773
|
end
|
894
774
|
|
895
|
-
# Returns the descriptor for the
|
775
|
+
# Returns the descriptor for the ListingCustomAttributeIndex enum
|
896
776
|
#
|
897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
898
|
-
def self.
|
899
|
-
require "google/ads/google_ads/v2/enums/
|
900
|
-
Google::Ads::GoogleAds::V2::Enums::
|
777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
|
778
|
+
def self.listing_custom_attribute_index
|
779
|
+
require "google/ads/google_ads/v2/enums/listing_custom_attribute_index_pb.rb"
|
780
|
+
Google::Ads::GoogleAds::V2::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
|
901
781
|
end
|
902
782
|
|
903
|
-
# Returns the descriptor for the
|
783
|
+
# Returns the descriptor for the ListingGroupType enum
|
904
784
|
#
|
905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
906
|
-
def self.
|
907
|
-
require "google/ads/google_ads/v2/enums/
|
908
|
-
Google::Ads::GoogleAds::V2::Enums::
|
785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
786
|
+
def self.listing_group_type
|
787
|
+
require "google/ads/google_ads/v2/enums/listing_group_type_pb.rb"
|
788
|
+
Google::Ads::GoogleAds::V2::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
|
909
789
|
end
|
910
790
|
|
911
|
-
# Returns the descriptor for the
|
791
|
+
# Returns the descriptor for the LocationGroupRadiusUnits enum
|
912
792
|
#
|
913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
914
|
-
def self.
|
915
|
-
require "google/ads/google_ads/v2/enums/
|
916
|
-
Google::Ads::GoogleAds::V2::Enums::
|
793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
|
794
|
+
def self.location_group_radius_units
|
795
|
+
require "google/ads/google_ads/v2/enums/location_group_radius_units_pb.rb"
|
796
|
+
Google::Ads::GoogleAds::V2::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
|
917
797
|
end
|
918
798
|
|
919
|
-
# Returns the descriptor for the
|
799
|
+
# Returns the descriptor for the MinuteOfHour enum
|
920
800
|
#
|
921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
922
|
-
def self.
|
923
|
-
require "google/ads/google_ads/v2/enums/
|
924
|
-
Google::Ads::GoogleAds::V2::Enums::
|
801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
|
802
|
+
def self.minute_of_hour
|
803
|
+
require "google/ads/google_ads/v2/enums/minute_of_hour_pb.rb"
|
804
|
+
Google::Ads::GoogleAds::V2::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
|
925
805
|
end
|
926
806
|
|
927
|
-
# Returns the descriptor for the
|
807
|
+
# Returns the descriptor for the ParentalStatusType enum
|
928
808
|
#
|
929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
930
|
-
def self.
|
931
|
-
require "google/ads/google_ads/v2/enums/
|
932
|
-
Google::Ads::GoogleAds::V2::Enums::
|
809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
|
810
|
+
def self.parental_status_type
|
811
|
+
require "google/ads/google_ads/v2/enums/parental_status_type_pb.rb"
|
812
|
+
Google::Ads::GoogleAds::V2::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
|
933
813
|
end
|
934
814
|
|
935
|
-
# Returns the descriptor for the
|
815
|
+
# Returns the descriptor for the PreferredContentType enum
|
936
816
|
#
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
938
|
-
def self.
|
939
|
-
require "google/ads/google_ads/v2/enums/
|
940
|
-
Google::Ads::GoogleAds::V2::Enums::
|
817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
|
818
|
+
def self.preferred_content_type
|
819
|
+
require "google/ads/google_ads/v2/enums/preferred_content_type_pb.rb"
|
820
|
+
Google::Ads::GoogleAds::V2::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
|
941
821
|
end
|
942
822
|
|
943
|
-
# Returns the descriptor for the
|
823
|
+
# Returns the descriptor for the ProductChannel enum
|
944
824
|
#
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
946
|
-
def self.
|
947
|
-
require "google/ads/google_ads/v2/enums/
|
948
|
-
Google::Ads::GoogleAds::V2::Enums::
|
825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
|
826
|
+
def self.product_channel
|
827
|
+
require "google/ads/google_ads/v2/enums/product_channel_pb.rb"
|
828
|
+
Google::Ads::GoogleAds::V2::Enums::ProductChannelEnum::ProductChannel.descriptor
|
949
829
|
end
|
950
830
|
|
951
|
-
# Returns the descriptor for the
|
831
|
+
# Returns the descriptor for the ProductChannelExclusivity enum
|
952
832
|
#
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
954
|
-
def self.
|
955
|
-
require "google/ads/google_ads/v2/enums/
|
956
|
-
Google::Ads::GoogleAds::V2::Enums::
|
833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
|
834
|
+
def self.product_channel_exclusivity
|
835
|
+
require "google/ads/google_ads/v2/enums/product_channel_exclusivity_pb.rb"
|
836
|
+
Google::Ads::GoogleAds::V2::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
|
957
837
|
end
|
958
838
|
|
959
|
-
# Returns the descriptor for the
|
839
|
+
# Returns the descriptor for the ProductCondition enum
|
960
840
|
#
|
961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
962
|
-
def self.
|
963
|
-
require "google/ads/google_ads/v2/enums/
|
964
|
-
Google::Ads::GoogleAds::V2::Enums::
|
841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
|
842
|
+
def self.product_condition
|
843
|
+
require "google/ads/google_ads/v2/enums/product_condition_pb.rb"
|
844
|
+
Google::Ads::GoogleAds::V2::Enums::ProductConditionEnum::ProductCondition.descriptor
|
965
845
|
end
|
966
846
|
|
967
|
-
# Returns the descriptor for the
|
847
|
+
# Returns the descriptor for the ProductTypeLevel enum
|
968
848
|
#
|
969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
970
|
-
def self.
|
971
|
-
require "google/ads/google_ads/v2/enums/
|
972
|
-
Google::Ads::GoogleAds::V2::Enums::
|
849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
|
850
|
+
def self.product_type_level
|
851
|
+
require "google/ads/google_ads/v2/enums/product_type_level_pb.rb"
|
852
|
+
Google::Ads::GoogleAds::V2::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
|
973
853
|
end
|
974
854
|
|
975
|
-
# Returns the descriptor for the
|
855
|
+
# Returns the descriptor for the ProximityRadiusUnits enum
|
976
856
|
#
|
977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
978
|
-
def self.
|
979
|
-
require "google/ads/google_ads/v2/enums/
|
980
|
-
Google::Ads::GoogleAds::V2::Enums::
|
857
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
|
858
|
+
def self.proximity_radius_units
|
859
|
+
require "google/ads/google_ads/v2/enums/proximity_radius_units_pb.rb"
|
860
|
+
Google::Ads::GoogleAds::V2::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
|
981
861
|
end
|
982
862
|
|
983
|
-
# Returns the descriptor for the
|
863
|
+
# Returns the descriptor for the WebpageConditionOperand enum
|
984
864
|
#
|
985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
986
|
-
def self.
|
987
|
-
require "google/ads/google_ads/v2/enums/
|
988
|
-
Google::Ads::GoogleAds::V2::Enums::
|
865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
|
866
|
+
def self.webpage_condition_operand
|
867
|
+
require "google/ads/google_ads/v2/enums/webpage_condition_operand_pb.rb"
|
868
|
+
Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
|
989
869
|
end
|
990
870
|
|
991
|
-
# Returns the descriptor for the
|
871
|
+
# Returns the descriptor for the WebpageConditionOperator enum
|
992
872
|
#
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
994
|
-
def self.
|
995
|
-
require "google/ads/google_ads/v2/enums/
|
996
|
-
Google::Ads::GoogleAds::V2::Enums::
|
873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
|
874
|
+
def self.webpage_condition_operator
|
875
|
+
require "google/ads/google_ads/v2/enums/webpage_condition_operator_pb.rb"
|
876
|
+
Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
997
877
|
end
|
998
878
|
|
999
|
-
# Returns the descriptor for the
|
879
|
+
# Returns the descriptor for the AppStore enum
|
1000
880
|
#
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1002
|
-
def self.
|
1003
|
-
require "google/ads/google_ads/v2/enums/
|
1004
|
-
Google::Ads::GoogleAds::V2::Enums::
|
881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
|
882
|
+
def self.app_store
|
883
|
+
require "google/ads/google_ads/v2/enums/app_store_pb.rb"
|
884
|
+
Google::Ads::GoogleAds::V2::Enums::AppStoreEnum::AppStore.descriptor
|
1005
885
|
end
|
1006
886
|
|
1007
|
-
# Returns the descriptor for the
|
887
|
+
# Returns the descriptor for the PriceExtensionPriceQualifier enum
|
1008
888
|
#
|
1009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1010
|
-
def self.
|
1011
|
-
require "google/ads/google_ads/v2/enums/
|
1012
|
-
Google::Ads::GoogleAds::V2::Enums::
|
889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
|
890
|
+
def self.price_extension_price_qualifier
|
891
|
+
require "google/ads/google_ads/v2/enums/price_extension_price_qualifier_pb.rb"
|
892
|
+
Google::Ads::GoogleAds::V2::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
|
1013
893
|
end
|
1014
894
|
|
1015
|
-
# Returns the descriptor for the
|
895
|
+
# Returns the descriptor for the PriceExtensionPriceUnit enum
|
1016
896
|
#
|
1017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1018
|
-
def self.
|
1019
|
-
require "google/ads/google_ads/v2/enums/
|
1020
|
-
Google::Ads::GoogleAds::V2::Enums::
|
897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
|
898
|
+
def self.price_extension_price_unit
|
899
|
+
require "google/ads/google_ads/v2/enums/price_extension_price_unit_pb.rb"
|
900
|
+
Google::Ads::GoogleAds::V2::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
|
1021
901
|
end
|
1022
902
|
|
1023
|
-
# Returns the descriptor for the
|
903
|
+
# Returns the descriptor for the PriceExtensionType enum
|
1024
904
|
#
|
1025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1026
|
-
def self.
|
1027
|
-
require "google/ads/google_ads/v2/enums/
|
1028
|
-
Google::Ads::GoogleAds::V2::Enums::
|
905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
|
906
|
+
def self.price_extension_type
|
907
|
+
require "google/ads/google_ads/v2/enums/price_extension_type_pb.rb"
|
908
|
+
Google::Ads::GoogleAds::V2::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
|
1029
909
|
end
|
1030
910
|
|
1031
|
-
# Returns the descriptor for the
|
911
|
+
# Returns the descriptor for the PromotionExtensionDiscountModifier enum
|
1032
912
|
#
|
1033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1034
|
-
def self.
|
1035
|
-
require "google/ads/google_ads/v2/enums/
|
1036
|
-
Google::Ads::GoogleAds::V2::Enums::
|
913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
|
914
|
+
def self.promotion_extension_discount_modifier
|
915
|
+
require "google/ads/google_ads/v2/enums/promotion_extension_discount_modifier_pb.rb"
|
916
|
+
Google::Ads::GoogleAds::V2::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
|
1037
917
|
end
|
1038
918
|
|
1039
|
-
# Returns the descriptor for the
|
919
|
+
# Returns the descriptor for the PromotionExtensionOccasion enum
|
1040
920
|
#
|
1041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1042
|
-
def self.
|
1043
|
-
require "google/ads/google_ads/v2/enums/
|
1044
|
-
Google::Ads::GoogleAds::V2::Enums::
|
921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
|
922
|
+
def self.promotion_extension_occasion
|
923
|
+
require "google/ads/google_ads/v2/enums/promotion_extension_occasion_pb.rb"
|
924
|
+
Google::Ads::GoogleAds::V2::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
|
1045
925
|
end
|
1046
926
|
|
1047
|
-
# Returns the descriptor for the
|
927
|
+
# Returns the descriptor for the FeedItemTargetDevice enum
|
1048
928
|
#
|
1049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1050
|
-
def self.
|
1051
|
-
require "google/ads/google_ads/v2/enums/
|
1052
|
-
Google::Ads::GoogleAds::V2::Enums::
|
929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
|
930
|
+
def self.feed_item_target_device
|
931
|
+
require "google/ads/google_ads/v2/enums/feed_item_target_device_pb.rb"
|
932
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
1053
933
|
end
|
1054
934
|
|
1055
|
-
# Returns the descriptor for the
|
935
|
+
# Returns the descriptor for the SearchTermTargetingStatus enum
|
1056
936
|
#
|
1057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1058
|
-
def self.
|
1059
|
-
require "google/ads/google_ads/v2/enums/
|
1060
|
-
Google::Ads::GoogleAds::V2::Enums::
|
937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
938
|
+
def self.search_term_targeting_status
|
939
|
+
require "google/ads/google_ads/v2/enums/search_term_targeting_status_pb.rb"
|
940
|
+
Google::Ads::GoogleAds::V2::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
1061
941
|
end
|
1062
942
|
|
1063
|
-
# Returns the descriptor for the
|
943
|
+
# Returns the descriptor for the CampaignDraftStatus enum
|
1064
944
|
#
|
1065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1066
|
-
def self.
|
1067
|
-
require "google/ads/google_ads/v2/enums/
|
1068
|
-
Google::Ads::GoogleAds::V2::Enums::
|
945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
946
|
+
def self.campaign_draft_status
|
947
|
+
require "google/ads/google_ads/v2/enums/campaign_draft_status_pb.rb"
|
948
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
1069
949
|
end
|
1070
950
|
|
1071
|
-
# Returns the descriptor for the
|
951
|
+
# Returns the descriptor for the CampaignSharedSetStatus enum
|
1072
952
|
#
|
1073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1074
|
-
def self.
|
1075
|
-
require "google/ads/google_ads/v2/enums/
|
1076
|
-
Google::Ads::GoogleAds::V2::Enums::
|
953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
954
|
+
def self.campaign_shared_set_status
|
955
|
+
require "google/ads/google_ads/v2/enums/campaign_shared_set_status_pb.rb"
|
956
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
1077
957
|
end
|
1078
958
|
|
1079
|
-
# Returns the descriptor for the
|
959
|
+
# Returns the descriptor for the CustomInterestMemberType enum
|
1080
960
|
#
|
1081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1082
|
-
def self.
|
1083
|
-
require "google/ads/google_ads/v2/enums/
|
1084
|
-
Google::Ads::GoogleAds::V2::Enums::
|
961
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
962
|
+
def self.custom_interest_member_type
|
963
|
+
require "google/ads/google_ads/v2/enums/custom_interest_member_type_pb.rb"
|
964
|
+
Google::Ads::GoogleAds::V2::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
1085
965
|
end
|
1086
966
|
|
1087
|
-
# Returns the descriptor for the
|
967
|
+
# Returns the descriptor for the CustomInterestStatus enum
|
1088
968
|
#
|
1089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1090
|
-
def self.
|
1091
|
-
require "google/ads/google_ads/v2/enums/
|
1092
|
-
Google::Ads::GoogleAds::V2::Enums::
|
969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
970
|
+
def self.custom_interest_status
|
971
|
+
require "google/ads/google_ads/v2/enums/custom_interest_status_pb.rb"
|
972
|
+
Google::Ads::GoogleAds::V2::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
1093
973
|
end
|
1094
974
|
|
1095
|
-
# Returns the descriptor for the
|
975
|
+
# Returns the descriptor for the CustomInterestType enum
|
1096
976
|
#
|
1097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1098
|
-
def self.
|
1099
|
-
require "google/ads/google_ads/v2/enums/
|
1100
|
-
Google::Ads::GoogleAds::V2::Enums::
|
977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
978
|
+
def self.custom_interest_type
|
979
|
+
require "google/ads/google_ads/v2/enums/custom_interest_type_pb.rb"
|
980
|
+
Google::Ads::GoogleAds::V2::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
1101
981
|
end
|
1102
982
|
|
1103
|
-
# Returns the descriptor for the
|
983
|
+
# Returns the descriptor for the CriterionType enum
|
1104
984
|
#
|
1105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1106
|
-
def self.
|
1107
|
-
require "google/ads/google_ads/v2/enums/
|
1108
|
-
Google::Ads::GoogleAds::V2::Enums::
|
985
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
986
|
+
def self.criterion_type
|
987
|
+
require "google/ads/google_ads/v2/enums/criterion_type_pb.rb"
|
988
|
+
Google::Ads::GoogleAds::V2::Enums::CriterionTypeEnum::CriterionType.descriptor
|
1109
989
|
end
|
1110
990
|
|
1111
|
-
# Returns the descriptor for the
|
991
|
+
# Returns the descriptor for the SimulationModificationMethod enum
|
1112
992
|
#
|
1113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1114
|
-
def self.
|
1115
|
-
require "google/ads/google_ads/v2/enums/
|
1116
|
-
Google::Ads::GoogleAds::V2::Enums::
|
993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
994
|
+
def self.simulation_modification_method
|
995
|
+
require "google/ads/google_ads/v2/enums/simulation_modification_method_pb.rb"
|
996
|
+
Google::Ads::GoogleAds::V2::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
1117
997
|
end
|
1118
998
|
|
1119
|
-
# Returns the descriptor for the
|
999
|
+
# Returns the descriptor for the SimulationType enum
|
1120
1000
|
#
|
1121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1122
|
-
def self.
|
1123
|
-
require "google/ads/google_ads/v2/enums/
|
1124
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
1002
|
+
def self.simulation_type
|
1003
|
+
require "google/ads/google_ads/v2/enums/simulation_type_pb.rb"
|
1004
|
+
Google::Ads::GoogleAds::V2::Enums::SimulationTypeEnum::SimulationType.descriptor
|
1125
1005
|
end
|
1126
1006
|
|
1127
|
-
# Returns the descriptor for the
|
1128
|
-
#
|
1129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1130
|
-
def self.
|
1131
|
-
require "google/ads/google_ads/v2/enums/
|
1132
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1007
|
+
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
1008
|
+
#
|
1009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
1010
|
+
def self.ad_group_criterion_approval_status
|
1011
|
+
require "google/ads/google_ads/v2/enums/ad_group_criterion_approval_status_pb.rb"
|
1012
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
1133
1013
|
end
|
1134
1014
|
|
1135
|
-
# Returns the descriptor for the
|
1015
|
+
# Returns the descriptor for the AdGroupCriterionStatus enum
|
1136
1016
|
#
|
1137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1138
|
-
def self.
|
1139
|
-
require "google/ads/google_ads/v2/enums/
|
1140
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
1018
|
+
def self.ad_group_criterion_status
|
1019
|
+
require "google/ads/google_ads/v2/enums/ad_group_criterion_status_pb.rb"
|
1020
|
+
Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
1141
1021
|
end
|
1142
1022
|
|
1143
|
-
# Returns the descriptor for the
|
1023
|
+
# Returns the descriptor for the BiddingSource enum
|
1144
1024
|
#
|
1145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1146
|
-
def self.
|
1147
|
-
require "google/ads/google_ads/v2/enums/
|
1148
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
1026
|
+
def self.bidding_source
|
1027
|
+
require "google/ads/google_ads/v2/enums/bidding_source_pb.rb"
|
1028
|
+
Google::Ads::GoogleAds::V2::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
1149
1029
|
end
|
1150
1030
|
|
1151
|
-
# Returns the descriptor for the
|
1031
|
+
# Returns the descriptor for the CriterionSystemServingStatus enum
|
1152
1032
|
#
|
1153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1154
|
-
def self.
|
1155
|
-
require "google/ads/google_ads/v2/enums/
|
1156
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
1034
|
+
def self.criterion_system_serving_status
|
1035
|
+
require "google/ads/google_ads/v2/enums/criterion_system_serving_status_pb.rb"
|
1036
|
+
Google::Ads::GoogleAds::V2::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
1157
1037
|
end
|
1158
1038
|
|
1159
|
-
# Returns the descriptor for the
|
1039
|
+
# Returns the descriptor for the QualityScoreBucket enum
|
1160
1040
|
#
|
1161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1162
|
-
def self.
|
1163
|
-
require "google/ads/google_ads/v2/enums/
|
1164
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1041
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
1042
|
+
def self.quality_score_bucket
|
1043
|
+
require "google/ads/google_ads/v2/enums/quality_score_bucket_pb.rb"
|
1044
|
+
Google::Ads::GoogleAds::V2::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
1165
1045
|
end
|
1166
1046
|
|
1167
|
-
# Returns the descriptor for the
|
1047
|
+
# Returns the descriptor for the MediaType enum
|
1168
1048
|
#
|
1169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1170
|
-
def self.
|
1171
|
-
require "google/ads/google_ads/v2/enums/
|
1172
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
1050
|
+
def self.media_type
|
1051
|
+
require "google/ads/google_ads/v2/enums/media_type_pb.rb"
|
1052
|
+
Google::Ads::GoogleAds::V2::Enums::MediaTypeEnum::MediaType.descriptor
|
1173
1053
|
end
|
1174
1054
|
|
1175
|
-
# Returns the descriptor for the
|
1055
|
+
# Returns the descriptor for the FeedItemTargetType enum
|
1176
1056
|
#
|
1177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1178
|
-
def self.
|
1179
|
-
require "google/ads/google_ads/v2/enums/
|
1180
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
1058
|
+
def self.feed_item_target_type
|
1059
|
+
require "google/ads/google_ads/v2/enums/feed_item_target_type_pb.rb"
|
1060
|
+
Google::Ads::GoogleAds::V2::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
1181
1061
|
end
|
1182
1062
|
|
1183
|
-
# Returns the descriptor for the
|
1063
|
+
# Returns the descriptor for the AssetFieldType enum
|
1184
1064
|
#
|
1185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1186
|
-
def self.
|
1187
|
-
require "google/ads/google_ads/v2/enums/
|
1188
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
|
1066
|
+
def self.asset_field_type
|
1067
|
+
require "google/ads/google_ads/v2/enums/asset_field_type_pb.rb"
|
1068
|
+
Google::Ads::GoogleAds::V2::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
|
1189
1069
|
end
|
1190
1070
|
|
1191
|
-
# Returns the descriptor for the
|
1071
|
+
# Returns the descriptor for the AssetPerformanceLabel enum
|
1192
1072
|
#
|
1193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1194
|
-
def self.
|
1195
|
-
require "google/ads/google_ads/v2/enums/
|
1196
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
|
1074
|
+
def self.asset_performance_label
|
1075
|
+
require "google/ads/google_ads/v2/enums/asset_performance_label_pb.rb"
|
1076
|
+
Google::Ads::GoogleAds::V2::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
|
1197
1077
|
end
|
1198
1078
|
|
1199
|
-
# Returns the descriptor for the
|
1079
|
+
# Returns the descriptor for the InvoiceType enum
|
1200
1080
|
#
|
1201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1202
|
-
def self.
|
1203
|
-
require "google/ads/google_ads/v2/enums/
|
1204
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
|
1082
|
+
def self.invoice_type
|
1083
|
+
require "google/ads/google_ads/v2/enums/invoice_type_pb.rb"
|
1084
|
+
Google::Ads::GoogleAds::V2::Enums::InvoiceTypeEnum::InvoiceType.descriptor
|
1205
1085
|
end
|
1206
1086
|
|
1207
1087
|
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
@@ -1244,6 +1124,46 @@ module Google
|
|
1244
1124
|
Google::Ads::GoogleAds::V2::Resources::FeedAttributeOperation::Operator.descriptor
|
1245
1125
|
end
|
1246
1126
|
|
1127
|
+
# Returns the descriptor for the RecommendationType enum
|
1128
|
+
#
|
1129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
1130
|
+
def self.recommendation_type
|
1131
|
+
require "google/ads/google_ads/v2/enums/recommendation_type_pb.rb"
|
1132
|
+
Google::Ads::GoogleAds::V2::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
1136
|
+
#
|
1137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
1138
|
+
def self.target_cpa_opt_in_recommendation_goal
|
1139
|
+
require "google/ads/google_ads/v2/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
|
1140
|
+
Google::Ads::GoogleAds::V2::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
1141
|
+
end
|
1142
|
+
|
1143
|
+
# Returns the descriptor for the CampaignCriterionStatus enum
|
1144
|
+
#
|
1145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
1146
|
+
def self.campaign_criterion_status
|
1147
|
+
require "google/ads/google_ads/v2/enums/campaign_criterion_status_pb.rb"
|
1148
|
+
Google::Ads::GoogleAds::V2::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
1149
|
+
end
|
1150
|
+
|
1151
|
+
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
1152
|
+
#
|
1153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
1154
|
+
def self.customer_pay_per_conversion_eligibility_failure_reason
|
1155
|
+
require "google/ads/google_ads/v2/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
|
1156
|
+
Google::Ads::GoogleAds::V2::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
# Returns the descriptor for the DistanceBucket enum
|
1160
|
+
#
|
1161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
|
1162
|
+
def self.distance_bucket
|
1163
|
+
require "google/ads/google_ads/v2/enums/distance_bucket_pb.rb"
|
1164
|
+
Google::Ads::GoogleAds::V2::Enums::DistanceBucketEnum::DistanceBucket.descriptor
|
1165
|
+
end
|
1166
|
+
|
1247
1167
|
# Returns the descriptor for the TargetingDimension enum
|
1248
1168
|
#
|
1249
1169
|
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
@@ -1276,124 +1196,140 @@ module Google
|
|
1276
1196
|
Google::Ads::GoogleAds::V2::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
1277
1197
|
end
|
1278
1198
|
|
1279
|
-
# Returns the descriptor for the
|
1199
|
+
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
1280
1200
|
#
|
1281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1282
|
-
def self.
|
1283
|
-
require "google/ads/google_ads/v2/enums/
|
1284
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
1202
|
+
def self.customer_match_upload_key_type
|
1203
|
+
require "google/ads/google_ads/v2/enums/customer_match_upload_key_type_pb.rb"
|
1204
|
+
Google::Ads::GoogleAds::V2::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
|
1285
1205
|
end
|
1286
1206
|
|
1287
|
-
# Returns the descriptor for the
|
1207
|
+
# Returns the descriptor for the UserListCombinedRuleOperator enum
|
1288
1208
|
#
|
1289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1290
|
-
def self.
|
1291
|
-
require "google/ads/google_ads/v2/enums/
|
1292
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
|
1210
|
+
def self.user_list_combined_rule_operator
|
1211
|
+
require "google/ads/google_ads/v2/enums/user_list_combined_rule_operator_pb.rb"
|
1212
|
+
Google::Ads::GoogleAds::V2::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
|
1293
1213
|
end
|
1294
1214
|
|
1295
|
-
# Returns the descriptor for the
|
1215
|
+
# Returns the descriptor for the UserListCrmDataSourceType enum
|
1296
1216
|
#
|
1297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1298
|
-
def self.
|
1299
|
-
require "google/ads/google_ads/v2/enums/
|
1300
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
|
1218
|
+
def self.user_list_crm_data_source_type
|
1219
|
+
require "google/ads/google_ads/v2/enums/user_list_crm_data_source_type_pb.rb"
|
1220
|
+
Google::Ads::GoogleAds::V2::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
|
1301
1221
|
end
|
1302
1222
|
|
1303
|
-
# Returns the descriptor for the
|
1223
|
+
# Returns the descriptor for the UserListDateRuleItemOperator enum
|
1304
1224
|
#
|
1305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1306
|
-
def self.
|
1307
|
-
require "google/ads/google_ads/v2/enums/
|
1308
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
|
1226
|
+
def self.user_list_date_rule_item_operator
|
1227
|
+
require "google/ads/google_ads/v2/enums/user_list_date_rule_item_operator_pb.rb"
|
1228
|
+
Google::Ads::GoogleAds::V2::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
|
1309
1229
|
end
|
1310
1230
|
|
1311
|
-
# Returns the descriptor for the
|
1231
|
+
# Returns the descriptor for the UserListLogicalRuleOperator enum
|
1312
1232
|
#
|
1313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1314
|
-
def self.
|
1315
|
-
require "google/ads/google_ads/v2/enums/
|
1316
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
|
1234
|
+
def self.user_list_logical_rule_operator
|
1235
|
+
require "google/ads/google_ads/v2/enums/user_list_logical_rule_operator_pb.rb"
|
1236
|
+
Google::Ads::GoogleAds::V2::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
|
1317
1237
|
end
|
1318
1238
|
|
1319
|
-
# Returns the descriptor for the
|
1239
|
+
# Returns the descriptor for the UserListNumberRuleItemOperator enum
|
1320
1240
|
#
|
1321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1322
|
-
def self.
|
1323
|
-
require "google/ads/google_ads/v2/enums/
|
1324
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
|
1242
|
+
def self.user_list_number_rule_item_operator
|
1243
|
+
require "google/ads/google_ads/v2/enums/user_list_number_rule_item_operator_pb.rb"
|
1244
|
+
Google::Ads::GoogleAds::V2::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
|
1325
1245
|
end
|
1326
1246
|
|
1327
|
-
# Returns the descriptor for the
|
1247
|
+
# Returns the descriptor for the UserListPrepopulationStatus enum
|
1328
1248
|
#
|
1329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1330
|
-
def self.
|
1331
|
-
require "google/ads/google_ads/v2/enums/
|
1332
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
|
1250
|
+
def self.user_list_prepopulation_status
|
1251
|
+
require "google/ads/google_ads/v2/enums/user_list_prepopulation_status_pb.rb"
|
1252
|
+
Google::Ads::GoogleAds::V2::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
|
1333
1253
|
end
|
1334
1254
|
|
1335
|
-
# Returns the descriptor for the
|
1255
|
+
# Returns the descriptor for the UserListRuleType enum
|
1336
1256
|
#
|
1337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1338
|
-
def self.
|
1339
|
-
require "google/ads/google_ads/v2/enums/
|
1340
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
|
1258
|
+
def self.user_list_rule_type
|
1259
|
+
require "google/ads/google_ads/v2/enums/user_list_rule_type_pb.rb"
|
1260
|
+
Google::Ads::GoogleAds::V2::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
|
1341
1261
|
end
|
1342
1262
|
|
1343
|
-
# Returns the descriptor for the
|
1263
|
+
# Returns the descriptor for the UserListStringRuleItemOperator enum
|
1344
1264
|
#
|
1345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1346
|
-
def self.
|
1347
|
-
require "google/ads/google_ads/v2/enums/
|
1348
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
|
1266
|
+
def self.user_list_string_rule_item_operator
|
1267
|
+
require "google/ads/google_ads/v2/enums/user_list_string_rule_item_operator_pb.rb"
|
1268
|
+
Google::Ads::GoogleAds::V2::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
|
1349
1269
|
end
|
1350
1270
|
|
1351
|
-
# Returns the descriptor for the
|
1271
|
+
# Returns the descriptor for the AccessReason enum
|
1352
1272
|
#
|
1353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1354
|
-
def self.
|
1355
|
-
require "google/ads/google_ads/v2/enums/
|
1356
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
|
1274
|
+
def self.access_reason
|
1275
|
+
require "google/ads/google_ads/v2/enums/access_reason_pb.rb"
|
1276
|
+
Google::Ads::GoogleAds::V2::Enums::AccessReasonEnum::AccessReason.descriptor
|
1357
1277
|
end
|
1358
1278
|
|
1359
|
-
# Returns the descriptor for the
|
1279
|
+
# Returns the descriptor for the UserListAccessStatus enum
|
1360
1280
|
#
|
1361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1362
|
-
def self.
|
1363
|
-
require "google/ads/google_ads/v2/enums/
|
1364
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
|
1282
|
+
def self.user_list_access_status
|
1283
|
+
require "google/ads/google_ads/v2/enums/user_list_access_status_pb.rb"
|
1284
|
+
Google::Ads::GoogleAds::V2::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
|
1285
|
+
end
|
1286
|
+
|
1287
|
+
# Returns the descriptor for the UserListClosingReason enum
|
1288
|
+
#
|
1289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
|
1290
|
+
def self.user_list_closing_reason
|
1291
|
+
require "google/ads/google_ads/v2/enums/user_list_closing_reason_pb.rb"
|
1292
|
+
Google::Ads::GoogleAds::V2::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
|
1293
|
+
end
|
1294
|
+
|
1295
|
+
# Returns the descriptor for the UserListMembershipStatus enum
|
1296
|
+
#
|
1297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
|
1298
|
+
def self.user_list_membership_status
|
1299
|
+
require "google/ads/google_ads/v2/enums/user_list_membership_status_pb.rb"
|
1300
|
+
Google::Ads::GoogleAds::V2::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
|
1365
1301
|
end
|
1366
1302
|
|
1367
|
-
# Returns the descriptor for the
|
1303
|
+
# Returns the descriptor for the UserListSizeRange enum
|
1368
1304
|
#
|
1369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1370
|
-
def self.
|
1371
|
-
require "google/ads/google_ads/v2/enums/
|
1372
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
|
1306
|
+
def self.user_list_size_range
|
1307
|
+
require "google/ads/google_ads/v2/enums/user_list_size_range_pb.rb"
|
1308
|
+
Google::Ads::GoogleAds::V2::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
|
1373
1309
|
end
|
1374
1310
|
|
1375
|
-
# Returns the descriptor for the
|
1311
|
+
# Returns the descriptor for the UserListType enum
|
1376
1312
|
#
|
1377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1378
|
-
def self.
|
1379
|
-
require "google/ads/google_ads/v2/enums/
|
1380
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
|
1314
|
+
def self.user_list_type
|
1315
|
+
require "google/ads/google_ads/v2/enums/user_list_type_pb.rb"
|
1316
|
+
Google::Ads::GoogleAds::V2::Enums::UserListTypeEnum::UserListType.descriptor
|
1381
1317
|
end
|
1382
1318
|
|
1383
|
-
# Returns the descriptor for the
|
1319
|
+
# Returns the descriptor for the PageOnePromotedStrategyGoal enum
|
1384
1320
|
#
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1386
|
-
def self.
|
1387
|
-
require "google/ads/google_ads/v2/enums/
|
1388
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PageOnePromotedStrategyGoal enum
|
1322
|
+
def self.page_one_promoted_strategy_goal
|
1323
|
+
require "google/ads/google_ads/v2/enums/page_one_promoted_strategy_goal_pb.rb"
|
1324
|
+
Google::Ads::GoogleAds::V2::Enums::PageOnePromotedStrategyGoalEnum::PageOnePromotedStrategyGoal.descriptor
|
1389
1325
|
end
|
1390
1326
|
|
1391
|
-
# Returns the descriptor for the
|
1327
|
+
# Returns the descriptor for the TargetImpressionShareLocation enum
|
1392
1328
|
#
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1394
|
-
def self.
|
1395
|
-
require "google/ads/google_ads/v2/enums/
|
1396
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
1330
|
+
def self.target_impression_share_location
|
1331
|
+
require "google/ads/google_ads/v2/enums/target_impression_share_location_pb.rb"
|
1332
|
+
Google::Ads::GoogleAds::V2::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
1397
1333
|
end
|
1398
1334
|
|
1399
1335
|
# Returns the descriptor for the FrequencyCapEventType enum
|
@@ -1444,6 +1380,14 @@ module Google
|
|
1444
1380
|
Google::Ads::GoogleAds::V2::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
|
1445
1381
|
end
|
1446
1382
|
|
1383
|
+
# Returns the descriptor for the BiddingStrategyType enum
|
1384
|
+
#
|
1385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
|
1386
|
+
def self.bidding_strategy_type
|
1387
|
+
require "google/ads/google_ads/v2/enums/bidding_strategy_type_pb.rb"
|
1388
|
+
Google::Ads::GoogleAds::V2::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
1389
|
+
end
|
1390
|
+
|
1447
1391
|
# Returns the descriptor for the BrandSafetySuitability enum
|
1448
1392
|
#
|
1449
1393
|
# @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
|
@@ -1516,20 +1460,60 @@ module Google
|
|
1516
1460
|
Google::Ads::GoogleAds::V2::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
1517
1461
|
end
|
1518
1462
|
|
1519
|
-
# Returns the descriptor for the
|
1463
|
+
# Returns the descriptor for the AccountBudgetProposalStatus enum
|
1520
1464
|
#
|
1521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1522
|
-
def self.
|
1523
|
-
require "google/ads/google_ads/v2/enums/
|
1524
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
|
1466
|
+
def self.account_budget_proposal_status
|
1467
|
+
require "google/ads/google_ads/v2/enums/account_budget_proposal_status_pb.rb"
|
1468
|
+
Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
|
1525
1469
|
end
|
1526
1470
|
|
1527
|
-
# Returns the descriptor for the
|
1471
|
+
# Returns the descriptor for the BidModifierSource enum
|
1528
1472
|
#
|
1529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1530
|
-
def self.
|
1531
|
-
require "google/ads/google_ads/v2/enums/
|
1532
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
1474
|
+
def self.bid_modifier_source
|
1475
|
+
require "google/ads/google_ads/v2/enums/bid_modifier_source_pb.rb"
|
1476
|
+
Google::Ads::GoogleAds::V2::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
# Returns the descriptor for the PlacementType enum
|
1480
|
+
#
|
1481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
1482
|
+
def self.placement_type
|
1483
|
+
require "google/ads/google_ads/v2/enums/placement_type_pb.rb"
|
1484
|
+
Google::Ads::GoogleAds::V2::Enums::PlacementTypeEnum::PlacementType.descriptor
|
1485
|
+
end
|
1486
|
+
|
1487
|
+
# Returns the descriptor for the BudgetDeliveryMethod enum
|
1488
|
+
#
|
1489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
1490
|
+
def self.budget_delivery_method
|
1491
|
+
require "google/ads/google_ads/v2/enums/budget_delivery_method_pb.rb"
|
1492
|
+
Google::Ads::GoogleAds::V2::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
# Returns the descriptor for the BudgetPeriod enum
|
1496
|
+
#
|
1497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
1498
|
+
def self.budget_period
|
1499
|
+
require "google/ads/google_ads/v2/enums/budget_period_pb.rb"
|
1500
|
+
Google::Ads::GoogleAds::V2::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
1501
|
+
end
|
1502
|
+
|
1503
|
+
# Returns the descriptor for the BudgetStatus enum
|
1504
|
+
#
|
1505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
1506
|
+
def self.budget_status
|
1507
|
+
require "google/ads/google_ads/v2/enums/budget_status_pb.rb"
|
1508
|
+
Google::Ads::GoogleAds::V2::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
# Returns the descriptor for the BudgetType enum
|
1512
|
+
#
|
1513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
1514
|
+
def self.budget_type
|
1515
|
+
require "google/ads/google_ads/v2/enums/budget_type_pb.rb"
|
1516
|
+
Google::Ads::GoogleAds::V2::Enums::BudgetTypeEnum::BudgetType.descriptor
|
1533
1517
|
end
|
1534
1518
|
|
1535
1519
|
# Returns the descriptor for the BillingSetupStatus enum
|
@@ -1540,28 +1524,44 @@ module Google
|
|
1540
1524
|
Google::Ads::GoogleAds::V2::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
1541
1525
|
end
|
1542
1526
|
|
1543
|
-
# Returns the descriptor for the
|
1527
|
+
# Returns the descriptor for the MerchantCenterLinkStatus enum
|
1544
1528
|
#
|
1545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1546
|
-
def self.
|
1547
|
-
require "google/ads/google_ads/v2/enums/
|
1548
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
|
1530
|
+
def self.merchant_center_link_status
|
1531
|
+
require "google/ads/google_ads/v2/enums/merchant_center_link_status_pb.rb"
|
1532
|
+
Google::Ads::GoogleAds::V2::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
1549
1533
|
end
|
1550
1534
|
|
1551
|
-
# Returns the descriptor for the
|
1535
|
+
# Returns the descriptor for the KeywordPlanNetwork enum
|
1552
1536
|
#
|
1553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1554
|
-
def self.
|
1555
|
-
require "google/ads/google_ads/v2/enums/
|
1556
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
1538
|
+
def self.keyword_plan_network
|
1539
|
+
require "google/ads/google_ads/v2/enums/keyword_plan_network_pb.rb"
|
1540
|
+
Google::Ads::GoogleAds::V2::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
1557
1541
|
end
|
1558
1542
|
|
1559
|
-
# Returns the descriptor for the
|
1543
|
+
# Returns the descriptor for the BiddingStrategyStatus enum
|
1560
1544
|
#
|
1561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1562
|
-
def self.
|
1563
|
-
require "google/ads/google_ads/v2/enums/
|
1564
|
-
Google::Ads::GoogleAds::V2::Enums::
|
1545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
1546
|
+
def self.bidding_strategy_status
|
1547
|
+
require "google/ads/google_ads/v2/enums/bidding_strategy_status_pb.rb"
|
1548
|
+
Google::Ads::GoogleAds::V2::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
1549
|
+
end
|
1550
|
+
|
1551
|
+
# Returns the descriptor for the GeoTargetConstantStatus enum
|
1552
|
+
#
|
1553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
1554
|
+
def self.geo_target_constant_status
|
1555
|
+
require "google/ads/google_ads/v2/enums/geo_target_constant_status_pb.rb"
|
1556
|
+
Google::Ads::GoogleAds::V2::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
1557
|
+
end
|
1558
|
+
|
1559
|
+
# Returns the descriptor for the MobileDeviceType enum
|
1560
|
+
#
|
1561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
1562
|
+
def self.mobile_device_type
|
1563
|
+
require "google/ads/google_ads/v2/enums/mobile_device_type_pb.rb"
|
1564
|
+
Google::Ads::GoogleAds::V2::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
1565
1565
|
end
|
1566
1566
|
|
1567
1567
|
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
@@ -1692,132 +1692,36 @@ module Google
|
|
1692
1692
|
Google::Ads::GoogleAds::V2::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
1693
1693
|
end
|
1694
1694
|
|
1695
|
-
# Returns the descriptor for the ReachPlanAdLength enum
|
1696
|
-
#
|
1697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
|
1698
|
-
def self.reach_plan_ad_length
|
1699
|
-
require "google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb"
|
1700
|
-
Google::Ads::GoogleAds::V2::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
|
1701
|
-
end
|
1702
|
-
|
1703
|
-
# Returns the descriptor for the ReachPlanAgeRange enum
|
1704
|
-
#
|
1705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
1706
|
-
def self.reach_plan_age_range
|
1707
|
-
require "google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb"
|
1708
|
-
Google::Ads::GoogleAds::V2::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
1709
|
-
end
|
1710
|
-
|
1711
|
-
# Returns the descriptor for the StringLengthError enum
|
1712
|
-
#
|
1713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StringLengthError enum
|
1714
|
-
def self.string_length_error
|
1715
|
-
require "google/ads/google_ads/v2/errors/string_length_error_pb.rb"
|
1716
|
-
Google::Ads::GoogleAds::V2::Errors::StringLengthErrorEnum::StringLengthError.descriptor
|
1717
|
-
end
|
1718
|
-
|
1719
|
-
# Returns the descriptor for the CampaignDraftError enum
|
1720
|
-
#
|
1721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftError enum
|
1722
|
-
def self.campaign_draft_error
|
1723
|
-
require "google/ads/google_ads/v2/errors/campaign_draft_error_pb.rb"
|
1724
|
-
Google::Ads::GoogleAds::V2::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
1725
|
-
end
|
1726
|
-
|
1727
|
-
# Returns the descriptor for the ContextError enum
|
1728
|
-
#
|
1729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
|
1730
|
-
def self.context_error
|
1731
|
-
require "google/ads/google_ads/v2/errors/context_error_pb.rb"
|
1732
|
-
Google::Ads::GoogleAds::V2::Errors::ContextErrorEnum::ContextError.descriptor
|
1733
|
-
end
|
1734
|
-
|
1735
|
-
# Returns the descriptor for the CurrencyCodeError enum
|
1736
|
-
#
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CurrencyCodeError enum
|
1738
|
-
def self.currency_code_error
|
1739
|
-
require "google/ads/google_ads/v2/errors/currency_code_error_pb.rb"
|
1740
|
-
Google::Ads::GoogleAds::V2::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
|
1741
|
-
end
|
1742
|
-
|
1743
|
-
# Returns the descriptor for the StringFormatError enum
|
1744
|
-
#
|
1745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
|
1746
|
-
def self.string_format_error
|
1747
|
-
require "google/ads/google_ads/v2/errors/string_format_error_pb.rb"
|
1748
|
-
Google::Ads::GoogleAds::V2::Errors::StringFormatErrorEnum::StringFormatError.descriptor
|
1749
|
-
end
|
1750
|
-
|
1751
|
-
# Returns the descriptor for the FieldError enum
|
1752
|
-
#
|
1753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
1754
|
-
def self.field_error
|
1755
|
-
require "google/ads/google_ads/v2/errors/field_error_pb.rb"
|
1756
|
-
Google::Ads::GoogleAds::V2::Errors::FieldErrorEnum::FieldError.descriptor
|
1757
|
-
end
|
1758
|
-
|
1759
|
-
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
1760
|
-
#
|
1761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
1762
|
-
def self.youtube_video_registration_error
|
1763
|
-
require "google/ads/google_ads/v2/errors/youtube_video_registration_error_pb.rb"
|
1764
|
-
Google::Ads::GoogleAds::V2::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
1765
|
-
end
|
1766
|
-
|
1767
|
-
# Returns the descriptor for the QuotaError enum
|
1768
|
-
#
|
1769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
|
1770
|
-
def self.quota_error
|
1771
|
-
require "google/ads/google_ads/v2/errors/quota_error_pb.rb"
|
1772
|
-
Google::Ads::GoogleAds::V2::Errors::QuotaErrorEnum::QuotaError.descriptor
|
1773
|
-
end
|
1774
|
-
|
1775
|
-
# Returns the descriptor for the UrlFieldError enum
|
1776
|
-
#
|
1777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
|
1778
|
-
def self.url_field_error
|
1779
|
-
require "google/ads/google_ads/v2/errors/url_field_error_pb.rb"
|
1780
|
-
Google::Ads::GoogleAds::V2::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
|
1781
|
-
end
|
1782
|
-
|
1783
|
-
# Returns the descriptor for the AuthorizationError enum
|
1784
|
-
#
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AuthorizationError enum
|
1786
|
-
def self.authorization_error
|
1787
|
-
require "google/ads/google_ads/v2/errors/authorization_error_pb.rb"
|
1788
|
-
Google::Ads::GoogleAds::V2::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
1789
|
-
end
|
1790
|
-
|
1791
|
-
# Returns the descriptor for the FeedItemTargetError enum
|
1695
|
+
# Returns the descriptor for the ReachPlanAdLength enum
|
1792
1696
|
#
|
1793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1794
|
-
def self.
|
1795
|
-
require "google/ads/google_ads/v2/
|
1796
|
-
Google::Ads::GoogleAds::V2::
|
1697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
|
1698
|
+
def self.reach_plan_ad_length
|
1699
|
+
require "google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb"
|
1700
|
+
Google::Ads::GoogleAds::V2::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
|
1797
1701
|
end
|
1798
1702
|
|
1799
|
-
# Returns the descriptor for the
|
1703
|
+
# Returns the descriptor for the ReachPlanAgeRange enum
|
1800
1704
|
#
|
1801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1802
|
-
def self.
|
1803
|
-
require "google/ads/google_ads/v2/
|
1804
|
-
Google::Ads::GoogleAds::V2::
|
1705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
1706
|
+
def self.reach_plan_age_range
|
1707
|
+
require "google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb"
|
1708
|
+
Google::Ads::GoogleAds::V2::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
1805
1709
|
end
|
1806
1710
|
|
1807
|
-
# Returns the descriptor for the
|
1711
|
+
# Returns the descriptor for the LabelError enum
|
1808
1712
|
#
|
1809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1810
|
-
def self.
|
1811
|
-
require "google/ads/google_ads/v2/errors/
|
1812
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
|
1714
|
+
def self.label_error
|
1715
|
+
require "google/ads/google_ads/v2/errors/label_error_pb.rb"
|
1716
|
+
Google::Ads::GoogleAds::V2::Errors::LabelErrorEnum::LabelError.descriptor
|
1813
1717
|
end
|
1814
1718
|
|
1815
|
-
# Returns the descriptor for the
|
1719
|
+
# Returns the descriptor for the CampaignExperimentError enum
|
1816
1720
|
#
|
1817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1818
|
-
def self.
|
1819
|
-
require "google/ads/google_ads/v2/errors/
|
1820
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
1722
|
+
def self.campaign_experiment_error
|
1723
|
+
require "google/ads/google_ads/v2/errors/campaign_experiment_error_pb.rb"
|
1724
|
+
Google::Ads::GoogleAds::V2::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
|
1821
1725
|
end
|
1822
1726
|
|
1823
1727
|
# Returns the descriptor for the SharedSetError enum
|
@@ -1828,36 +1732,28 @@ module Google
|
|
1828
1732
|
Google::Ads::GoogleAds::V2::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
1829
1733
|
end
|
1830
1734
|
|
1831
|
-
# Returns the descriptor for the
|
1832
|
-
#
|
1833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
|
1834
|
-
def self.account_budget_proposal_error
|
1835
|
-
require "google/ads/google_ads/v2/errors/account_budget_proposal_error_pb.rb"
|
1836
|
-
Google::Ads::GoogleAds::V2::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
1837
|
-
end
|
1838
|
-
|
1839
|
-
# Returns the descriptor for the AdxError enum
|
1735
|
+
# Returns the descriptor for the FunctionParsingError enum
|
1840
1736
|
#
|
1841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1842
|
-
def self.
|
1843
|
-
require "google/ads/google_ads/v2/errors/
|
1844
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
|
1738
|
+
def self.function_parsing_error
|
1739
|
+
require "google/ads/google_ads/v2/errors/function_parsing_error_pb.rb"
|
1740
|
+
Google::Ads::GoogleAds::V2::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
1845
1741
|
end
|
1846
1742
|
|
1847
|
-
# Returns the descriptor for the
|
1743
|
+
# Returns the descriptor for the FeedItemError enum
|
1848
1744
|
#
|
1849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1850
|
-
def self.
|
1851
|
-
require "google/ads/google_ads/v2/errors/
|
1852
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
|
1746
|
+
def self.feed_item_error
|
1747
|
+
require "google/ads/google_ads/v2/errors/feed_item_error_pb.rb"
|
1748
|
+
Google::Ads::GoogleAds::V2::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
1853
1749
|
end
|
1854
1750
|
|
1855
|
-
# Returns the descriptor for the
|
1751
|
+
# Returns the descriptor for the ManagerLinkError enum
|
1856
1752
|
#
|
1857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1858
|
-
def self.
|
1859
|
-
require "google/ads/google_ads/v2/errors/
|
1860
|
-
Google::Ads::GoogleAds::V2::Errors::
|
1753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
1754
|
+
def self.manager_link_error
|
1755
|
+
require "google/ads/google_ads/v2/errors/manager_link_error_pb.rb"
|
1756
|
+
Google::Ads::GoogleAds::V2::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
|
1861
1757
|
end
|
1862
1758
|
|
1863
1759
|
# Returns the descriptor for the AccessInvitationError enum
|
@@ -1868,6 +1764,14 @@ module Google
|
|
1868
1764
|
Google::Ads::GoogleAds::V2::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
|
1869
1765
|
end
|
1870
1766
|
|
1767
|
+
# Returns the descriptor for the AccountBudgetProposalError enum
|
1768
|
+
#
|
1769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
|
1770
|
+
def self.account_budget_proposal_error
|
1771
|
+
require "google/ads/google_ads/v2/errors/account_budget_proposal_error_pb.rb"
|
1772
|
+
Google::Ads::GoogleAds::V2::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
1773
|
+
end
|
1774
|
+
|
1871
1775
|
# Returns the descriptor for the AdCustomizerError enum
|
1872
1776
|
#
|
1873
1777
|
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
|
@@ -1940,6 +1844,14 @@ module Google
|
|
1940
1844
|
Google::Ads::GoogleAds::V2::Errors::AdSharingErrorEnum::AdSharingError.descriptor
|
1941
1845
|
end
|
1942
1846
|
|
1847
|
+
# Returns the descriptor for the AdxError enum
|
1848
|
+
#
|
1849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
|
1850
|
+
def self.adx_error
|
1851
|
+
require "google/ads/google_ads/v2/errors/adx_error_pb.rb"
|
1852
|
+
Google::Ads::GoogleAds::V2::Errors::AdxErrorEnum::AdxError.descriptor
|
1853
|
+
end
|
1854
|
+
|
1943
1855
|
# Returns the descriptor for the AssetError enum
|
1944
1856
|
#
|
1945
1857
|
# @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
|
@@ -1956,6 +1868,14 @@ module Google
|
|
1956
1868
|
Google::Ads::GoogleAds::V2::Errors::AuthenticationErrorEnum::AuthenticationError.descriptor
|
1957
1869
|
end
|
1958
1870
|
|
1871
|
+
# Returns the descriptor for the AuthorizationError enum
|
1872
|
+
#
|
1873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AuthorizationError enum
|
1874
|
+
def self.authorization_error
|
1875
|
+
require "google/ads/google_ads/v2/errors/authorization_error_pb.rb"
|
1876
|
+
Google::Ads::GoogleAds::V2::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
1877
|
+
end
|
1878
|
+
|
1959
1879
|
# Returns the descriptor for the BiddingError enum
|
1960
1880
|
#
|
1961
1881
|
# @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
|
@@ -1996,6 +1916,14 @@ module Google
|
|
1996
1916
|
Google::Ads::GoogleAds::V2::Errors::CampaignCriterionErrorEnum::CampaignCriterionError.descriptor
|
1997
1917
|
end
|
1998
1918
|
|
1919
|
+
# Returns the descriptor for the CampaignDraftError enum
|
1920
|
+
#
|
1921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftError enum
|
1922
|
+
def self.campaign_draft_error
|
1923
|
+
require "google/ads/google_ads/v2/errors/campaign_draft_error_pb.rb"
|
1924
|
+
Google::Ads::GoogleAds::V2::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
1925
|
+
end
|
1926
|
+
|
1999
1927
|
# Returns the descriptor for the CampaignError enum
|
2000
1928
|
#
|
2001
1929
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
@@ -2004,14 +1932,6 @@ module Google
|
|
2004
1932
|
Google::Ads::GoogleAds::V2::Errors::CampaignErrorEnum::CampaignError.descriptor
|
2005
1933
|
end
|
2006
1934
|
|
2007
|
-
# Returns the descriptor for the CampaignExperimentError enum
|
2008
|
-
#
|
2009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
2010
|
-
def self.campaign_experiment_error
|
2011
|
-
require "google/ads/google_ads/v2/errors/campaign_experiment_error_pb.rb"
|
2012
|
-
Google::Ads::GoogleAds::V2::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
|
2013
|
-
end
|
2014
|
-
|
2015
1935
|
# Returns the descriptor for the CampaignFeedError enum
|
2016
1936
|
#
|
2017
1937
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
@@ -2044,6 +1964,14 @@ module Google
|
|
2044
1964
|
Google::Ads::GoogleAds::V2::Errors::CollectionSizeErrorEnum::CollectionSizeError.descriptor
|
2045
1965
|
end
|
2046
1966
|
|
1967
|
+
# Returns the descriptor for the ContextError enum
|
1968
|
+
#
|
1969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
|
1970
|
+
def self.context_error
|
1971
|
+
require "google/ads/google_ads/v2/errors/context_error_pb.rb"
|
1972
|
+
Google::Ads::GoogleAds::V2::Errors::ContextErrorEnum::ContextError.descriptor
|
1973
|
+
end
|
1974
|
+
|
2047
1975
|
# Returns the descriptor for the ConversionActionError enum
|
2048
1976
|
#
|
2049
1977
|
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
@@ -2076,6 +2004,22 @@ module Google
|
|
2076
2004
|
Google::Ads::GoogleAds::V2::Errors::CountryCodeErrorEnum::CountryCodeError.descriptor
|
2077
2005
|
end
|
2078
2006
|
|
2007
|
+
# Returns the descriptor for the CriterionError enum
|
2008
|
+
#
|
2009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionError enum
|
2010
|
+
def self.criterion_error
|
2011
|
+
require "google/ads/google_ads/v2/errors/criterion_error_pb.rb"
|
2012
|
+
Google::Ads::GoogleAds::V2::Errors::CriterionErrorEnum::CriterionError.descriptor
|
2013
|
+
end
|
2014
|
+
|
2015
|
+
# Returns the descriptor for the CurrencyCodeError enum
|
2016
|
+
#
|
2017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CurrencyCodeError enum
|
2018
|
+
def self.currency_code_error
|
2019
|
+
require "google/ads/google_ads/v2/errors/currency_code_error_pb.rb"
|
2020
|
+
Google::Ads::GoogleAds::V2::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
|
2021
|
+
end
|
2022
|
+
|
2079
2023
|
# Returns the descriptor for the CustomInterestError enum
|
2080
2024
|
#
|
2081
2025
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
|
@@ -2148,6 +2092,14 @@ module Google
|
|
2148
2092
|
Google::Ads::GoogleAds::V2::Errors::DistinctErrorEnum::DistinctError.descriptor
|
2149
2093
|
end
|
2150
2094
|
|
2095
|
+
# Returns the descriptor for the EnumError enum
|
2096
|
+
#
|
2097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
2098
|
+
def self.enum_error
|
2099
|
+
require "google/ads/google_ads/v2/errors/enum_error_pb.rb"
|
2100
|
+
Google::Ads::GoogleAds::V2::Errors::EnumErrorEnum::EnumError.descriptor
|
2101
|
+
end
|
2102
|
+
|
2151
2103
|
# Returns the descriptor for the ExtensionFeedItemError enum
|
2152
2104
|
#
|
2153
2105
|
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionFeedItemError enum
|
@@ -2180,12 +2132,12 @@ module Google
|
|
2180
2132
|
Google::Ads::GoogleAds::V2::Errors::FeedErrorEnum::FeedError.descriptor
|
2181
2133
|
end
|
2182
2134
|
|
2183
|
-
# Returns the descriptor for the
|
2135
|
+
# Returns the descriptor for the FeedItemTargetError enum
|
2184
2136
|
#
|
2185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2186
|
-
def self.
|
2187
|
-
require "google/ads/google_ads/v2/errors/
|
2188
|
-
Google::Ads::GoogleAds::V2::Errors::
|
2137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
|
2138
|
+
def self.feed_item_target_error
|
2139
|
+
require "google/ads/google_ads/v2/errors/feed_item_target_error_pb.rb"
|
2140
|
+
Google::Ads::GoogleAds::V2::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
|
2189
2141
|
end
|
2190
2142
|
|
2191
2143
|
# Returns the descriptor for the FeedMappingError enum
|
@@ -2196,6 +2148,14 @@ module Google
|
|
2196
2148
|
Google::Ads::GoogleAds::V2::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
2197
2149
|
end
|
2198
2150
|
|
2151
|
+
# Returns the descriptor for the FieldError enum
|
2152
|
+
#
|
2153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
2154
|
+
def self.field_error
|
2155
|
+
require "google/ads/google_ads/v2/errors/field_error_pb.rb"
|
2156
|
+
Google::Ads::GoogleAds::V2::Errors::FieldErrorEnum::FieldError.descriptor
|
2157
|
+
end
|
2158
|
+
|
2199
2159
|
# Returns the descriptor for the FieldMaskError enum
|
2200
2160
|
#
|
2201
2161
|
# @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
|
@@ -2212,14 +2172,6 @@ module Google
|
|
2212
2172
|
Google::Ads::GoogleAds::V2::Errors::FunctionErrorEnum::FunctionError.descriptor
|
2213
2173
|
end
|
2214
2174
|
|
2215
|
-
# Returns the descriptor for the FunctionParsingError enum
|
2216
|
-
#
|
2217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
|
2218
|
-
def self.function_parsing_error
|
2219
|
-
require "google/ads/google_ads/v2/errors/function_parsing_error_pb.rb"
|
2220
|
-
Google::Ads::GoogleAds::V2::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
2221
|
-
end
|
2222
|
-
|
2223
2175
|
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
2224
2176
|
#
|
2225
2177
|
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantSuggestionError enum
|
@@ -2228,6 +2180,14 @@ module Google
|
|
2228
2180
|
Google::Ads::GoogleAds::V2::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
|
2229
2181
|
end
|
2230
2182
|
|
2183
|
+
# Returns the descriptor for the HeaderError enum
|
2184
|
+
#
|
2185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
2186
|
+
def self.header_error
|
2187
|
+
require "google/ads/google_ads/v2/errors/header_error_pb.rb"
|
2188
|
+
Google::Ads::GoogleAds::V2::Errors::HeaderErrorEnum::HeaderError.descriptor
|
2189
|
+
end
|
2190
|
+
|
2231
2191
|
# Returns the descriptor for the IdError enum
|
2232
2192
|
#
|
2233
2193
|
# @return [Google::Protobuf::EnumDescriptor] for the IdError enum
|
@@ -2260,6 +2220,14 @@ module Google
|
|
2260
2220
|
Google::Ads::GoogleAds::V2::Errors::InvoiceErrorEnum::InvoiceError.descriptor
|
2261
2221
|
end
|
2262
2222
|
|
2223
|
+
# Returns the descriptor for the KeywordPlanAdGroupError enum
|
2224
|
+
#
|
2225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
|
2226
|
+
def self.keyword_plan_ad_group_error
|
2227
|
+
require "google/ads/google_ads/v2/errors/keyword_plan_ad_group_error_pb.rb"
|
2228
|
+
Google::Ads::GoogleAds::V2::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
2229
|
+
end
|
2230
|
+
|
2263
2231
|
# Returns the descriptor for the KeywordPlanCampaignError enum
|
2264
2232
|
#
|
2265
2233
|
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
@@ -2300,14 +2268,6 @@ module Google
|
|
2300
2268
|
Google::Ads::GoogleAds::V2::Errors::KeywordPlanNegativeKeywordErrorEnum::KeywordPlanNegativeKeywordError.descriptor
|
2301
2269
|
end
|
2302
2270
|
|
2303
|
-
# Returns the descriptor for the LabelError enum
|
2304
|
-
#
|
2305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
|
2306
|
-
def self.label_error
|
2307
|
-
require "google/ads/google_ads/v2/errors/label_error_pb.rb"
|
2308
|
-
Google::Ads::GoogleAds::V2::Errors::LabelErrorEnum::LabelError.descriptor
|
2309
|
-
end
|
2310
|
-
|
2311
2271
|
# Returns the descriptor for the LanguageCodeError enum
|
2312
2272
|
#
|
2313
2273
|
# @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
|
@@ -2324,14 +2284,6 @@ module Google
|
|
2324
2284
|
Google::Ads::GoogleAds::V2::Errors::ListOperationErrorEnum::ListOperationError.descriptor
|
2325
2285
|
end
|
2326
2286
|
|
2327
|
-
# Returns the descriptor for the ManagerLinkError enum
|
2328
|
-
#
|
2329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
2330
|
-
def self.manager_link_error
|
2331
|
-
require "google/ads/google_ads/v2/errors/manager_link_error_pb.rb"
|
2332
|
-
Google::Ads::GoogleAds::V2::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
|
2333
|
-
end
|
2334
|
-
|
2335
2287
|
# Returns the descriptor for the MediaBundleError enum
|
2336
2288
|
#
|
2337
2289
|
# @return [Google::Protobuf::EnumDescriptor] for the MediaBundleError enum
|
@@ -2468,6 +2420,22 @@ module Google
|
|
2468
2420
|
Google::Ads::GoogleAds::V2::Errors::QueryErrorEnum::QueryError.descriptor
|
2469
2421
|
end
|
2470
2422
|
|
2423
|
+
# Returns the descriptor for the QuotaError enum
|
2424
|
+
#
|
2425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
|
2426
|
+
def self.quota_error
|
2427
|
+
require "google/ads/google_ads/v2/errors/quota_error_pb.rb"
|
2428
|
+
Google::Ads::GoogleAds::V2::Errors::QuotaErrorEnum::QuotaError.descriptor
|
2429
|
+
end
|
2430
|
+
|
2431
|
+
# Returns the descriptor for the RangeError enum
|
2432
|
+
#
|
2433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RangeError enum
|
2434
|
+
def self.range_error
|
2435
|
+
require "google/ads/google_ads/v2/errors/range_error_pb.rb"
|
2436
|
+
Google::Ads::GoogleAds::V2::Errors::RangeErrorEnum::RangeError.descriptor
|
2437
|
+
end
|
2438
|
+
|
2471
2439
|
# Returns the descriptor for the ReachPlanError enum
|
2472
2440
|
#
|
2473
2441
|
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanError enum
|
@@ -2540,6 +2508,30 @@ module Google
|
|
2540
2508
|
Google::Ads::GoogleAds::V2::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
|
2541
2509
|
end
|
2542
2510
|
|
2511
|
+
# Returns the descriptor for the StringFormatError enum
|
2512
|
+
#
|
2513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
|
2514
|
+
def self.string_format_error
|
2515
|
+
require "google/ads/google_ads/v2/errors/string_format_error_pb.rb"
|
2516
|
+
Google::Ads::GoogleAds::V2::Errors::StringFormatErrorEnum::StringFormatError.descriptor
|
2517
|
+
end
|
2518
|
+
|
2519
|
+
# Returns the descriptor for the StringLengthError enum
|
2520
|
+
#
|
2521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StringLengthError enum
|
2522
|
+
def self.string_length_error
|
2523
|
+
require "google/ads/google_ads/v2/errors/string_length_error_pb.rb"
|
2524
|
+
Google::Ads::GoogleAds::V2::Errors::StringLengthErrorEnum::StringLengthError.descriptor
|
2525
|
+
end
|
2526
|
+
|
2527
|
+
# Returns the descriptor for the UrlFieldError enum
|
2528
|
+
#
|
2529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
|
2530
|
+
def self.url_field_error
|
2531
|
+
require "google/ads/google_ads/v2/errors/url_field_error_pb.rb"
|
2532
|
+
Google::Ads::GoogleAds::V2::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
|
2533
|
+
end
|
2534
|
+
|
2543
2535
|
# Returns the descriptor for the UserListError enum
|
2544
2536
|
#
|
2545
2537
|
# @return [Google::Protobuf::EnumDescriptor] for the UserListError enum
|
@@ -2547,6 +2539,14 @@ module Google
|
|
2547
2539
|
require "google/ads/google_ads/v2/errors/user_list_error_pb.rb"
|
2548
2540
|
Google::Ads::GoogleAds::V2::Errors::UserListErrorEnum::UserListError.descriptor
|
2549
2541
|
end
|
2542
|
+
|
2543
|
+
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
2544
|
+
#
|
2545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
2546
|
+
def self.youtube_video_registration_error
|
2547
|
+
require "google/ads/google_ads/v2/errors/youtube_video_registration_error_pb.rb"
|
2548
|
+
Google::Ads::GoogleAds::V2::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
2549
|
+
end
|
2550
2550
|
end
|
2551
2551
|
end
|
2552
2552
|
end
|