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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c923dfebeaf45c82f01ec41ba2625bd527595a8b689adfdf4828920b6cbb53f
4
- data.tar.gz: b3c7fab85b8d7e36bc4ce89e33aefee3c6e7e4c6a75e9e91ef3ebac5b196b701
3
+ metadata.gz: 79a42cdc0a3c64a6795a665272e9c80e3f8dfc8b3101409b11ea0a1052db1e2f
4
+ data.tar.gz: a4f2a6a8ca0c069aacfd78aec086d33f3a28289cfc673143bc7703f2635afa55
5
5
  SHA512:
6
- metadata.gz: 3eb2a7e5191c6708d93acc1ceaa9b092a2b606e35be772fa031f9d1833d8d48ad043f4a3389323696bc9d5ed308610bc1e2b8c7c5f7303dc0da0fbad622cf564
7
- data.tar.gz: 6eb6ec342b3fff7861ef4f6f52f2d0c83c3df7944b26ead1a9d42a4036c2278b7d6255f2c4b0a30574bfa90c7562160f8476aab97c4d80fede3aadaccf18b8eb
6
+ metadata.gz: c4cc846daf4444a48b9d8a9296963584787f626d13fc0d9708e144ddd4cab6a9273efed56a8e91e9f49df044f1d895ef0d6b16951cd5e87f17f336b3b3f84bc1
7
+ data.tar.gz: 7686b875281b2a5b09d222eca20b443c64d01ccfdf93dc3eacf6d56885d40b4fc351ae0d7d1e5705ae8156acc1deb66f33718570a31a250f4f187baa1835c10c
data/ChangeLog CHANGED
@@ -1,3 +1,5 @@
1
+ 4.0.0:
2
+ - Change supported Ruby versions (>= 2.5)
1
3
  3.2.0:
2
4
  - Adding support for Google Ads API v2_2.
3
5
 
data/README.md CHANGED
@@ -108,7 +108,7 @@ To include the gem in your code:
108
108
  To fetch a specific service, for example CampaignService:
109
109
 
110
110
  client = Google::Ads::GoogleAds::GoogleAdsClient.new
111
- campaign_service = client.service(:Campaign)
111
+ campaign_service = client.service.campaign
112
112
 
113
113
  See the provided [examples][] for more detailed demonstrations of how to use the
114
114
  library.
@@ -126,6 +126,13 @@ See the [Logging guide][].
126
126
 
127
127
  [Logging guide]: https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging
128
128
 
129
+ ## Ruby versions
130
+
131
+ The client library supports versions 2.5 and up of Ruby. We plan to support 3
132
+ Ruby releases at any one time. As Ruby releases once a year on December 25th,
133
+ that means towards the end of 2020 we will look at dropping 2.5 and adding
134
+ support for the next version of ruby
135
+
129
136
  # Authors
130
137
 
131
138
  Author:
@@ -136,4 +143,4 @@ Author:
136
143
  Maintainer:
137
144
 
138
145
  - Michael Cloonan
139
- - Sam Phippen
146
+ - Penelope Phippen
@@ -55,7 +55,6 @@ module Google
55
55
  @log_level = nil
56
56
  @log_target = nil
57
57
  @logger = nil
58
- @treat_deprecation_warnings_as_errors = false
59
58
 
60
59
  @treat_deprecation_warnings_as_errors = false
61
60
  @warn_on_all_deprecations = false
@@ -33,6 +33,10 @@ module Google
33
33
  def initialize(failure)
34
34
  @failure = failure
35
35
  end
36
+
37
+ def inspect
38
+ "#<#{self.class.name}: #{object_id} #{failure.inspect}>"
39
+ end
36
40
  end
37
41
 
38
42
  def self.namespaces
@@ -4,22 +4,6 @@ module Google
4
4
  module Factories
5
5
  module V1
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/v1/enums/manager_link_status_pb.rb"
12
- Google::Ads::GoogleAds::V1::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/v1/enums/campaign_draft_status_pb.rb"
20
- Google::Ads::GoogleAds::V1::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,396 @@ module Google
36
20
  Google::Ads::GoogleAds::V1::Enums::SharedSetTypeEnum::SharedSetType.descriptor
37
21
  end
38
22
 
39
- # Returns the descriptor for the AgeRangeType enum
23
+ # Returns the descriptor for the ExtensionSettingDevice enum
40
24
  #
41
- # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
42
- def self.age_range_type
43
- require "google/ads/google_ads/v1/enums/age_range_type_pb.rb"
44
- Google::Ads::GoogleAds::V1::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
25
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
26
+ def self.extension_setting_device
27
+ require "google/ads/google_ads/v1/enums/extension_setting_device_pb.rb"
28
+ Google::Ads::GoogleAds::V1::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
45
29
  end
46
30
 
47
- # Returns the descriptor for the AppPaymentModelType enum
31
+ # Returns the descriptor for the ExtensionType enum
48
32
  #
49
- # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
50
- def self.app_payment_model_type
51
- require "google/ads/google_ads/v1/enums/app_payment_model_type_pb.rb"
52
- Google::Ads::GoogleAds::V1::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
33
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
34
+ def self.extension_type
35
+ require "google/ads/google_ads/v1/enums/extension_type_pb.rb"
36
+ Google::Ads::GoogleAds::V1::Enums::ExtensionTypeEnum::ExtensionType.descriptor
53
37
  end
54
38
 
55
- # Returns the descriptor for the ContentLabelType enum
39
+ # Returns the descriptor for the AccountBudgetProposalType enum
56
40
  #
57
- # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
58
- def self.content_label_type
59
- require "google/ads/google_ads/v1/enums/content_label_type_pb.rb"
60
- Google::Ads::GoogleAds::V1::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
41
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
42
+ def self.account_budget_proposal_type
43
+ require "google/ads/google_ads/v1/enums/account_budget_proposal_type_pb.rb"
44
+ Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
61
45
  end
62
46
 
63
- # Returns the descriptor for the DayOfWeek enum
47
+ # Returns the descriptor for the AccountBudgetStatus enum
64
48
  #
65
- # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
66
- def self.day_of_week
67
- require "google/ads/google_ads/v1/enums/day_of_week_pb.rb"
68
- Google::Ads::GoogleAds::V1::Enums::DayOfWeekEnum::DayOfWeek.descriptor
49
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
50
+ def self.account_budget_status
51
+ require "google/ads/google_ads/v1/enums/account_budget_status_pb.rb"
52
+ Google::Ads::GoogleAds::V1::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
69
53
  end
70
54
 
71
- # Returns the descriptor for the Device enum
55
+ # Returns the descriptor for the SpendingLimitType enum
72
56
  #
73
- # @return [Google::Protobuf::EnumDescriptor] for the Device enum
74
- def self.device
75
- require "google/ads/google_ads/v1/enums/device_pb.rb"
76
- Google::Ads::GoogleAds::V1::Enums::DeviceEnum::Device.descriptor
57
+ # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
58
+ def self.spending_limit_type
59
+ require "google/ads/google_ads/v1/enums/spending_limit_type_pb.rb"
60
+ Google::Ads::GoogleAds::V1::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
77
61
  end
78
62
 
79
- # Returns the descriptor for the GenderType enum
63
+ # Returns the descriptor for the TimeType enum
80
64
  #
81
- # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
82
- def self.gender_type
83
- require "google/ads/google_ads/v1/enums/gender_type_pb.rb"
84
- Google::Ads::GoogleAds::V1::Enums::GenderTypeEnum::GenderType.descriptor
65
+ # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
66
+ def self.time_type
67
+ require "google/ads/google_ads/v1/enums/time_type_pb.rb"
68
+ Google::Ads::GoogleAds::V1::Enums::TimeTypeEnum::TimeType.descriptor
85
69
  end
86
70
 
87
- # Returns the descriptor for the HotelDateSelectionType enum
71
+ # Returns the descriptor for the MatchingFunctionContextType enum
88
72
  #
89
- # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
90
- def self.hotel_date_selection_type
91
- require "google/ads/google_ads/v1/enums/hotel_date_selection_type_pb.rb"
92
- Google::Ads::GoogleAds::V1::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
73
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
74
+ def self.matching_function_context_type
75
+ require "google/ads/google_ads/v1/enums/matching_function_context_type_pb.rb"
76
+ Google::Ads::GoogleAds::V1::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
93
77
  end
94
78
 
95
- # Returns the descriptor for the IncomeRangeType enum
79
+ # Returns the descriptor for the MatchingFunctionOperator enum
96
80
  #
97
- # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
98
- def self.income_range_type
99
- require "google/ads/google_ads/v1/enums/income_range_type_pb.rb"
100
- Google::Ads::GoogleAds::V1::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
81
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
82
+ def self.matching_function_operator
83
+ require "google/ads/google_ads/v1/enums/matching_function_operator_pb.rb"
84
+ Google::Ads::GoogleAds::V1::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
101
85
  end
102
86
 
103
- # Returns the descriptor for the InteractionType enum
87
+ # Returns the descriptor for the FeedLinkStatus enum
104
88
  #
105
- # @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
106
- def self.interaction_type
107
- require "google/ads/google_ads/v1/enums/interaction_type_pb.rb"
108
- Google::Ads::GoogleAds::V1::Enums::InteractionTypeEnum::InteractionType.descriptor
89
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
90
+ def self.feed_link_status
91
+ require "google/ads/google_ads/v1/enums/feed_link_status_pb.rb"
92
+ Google::Ads::GoogleAds::V1::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
109
93
  end
110
94
 
111
- # Returns the descriptor for the KeywordMatchType enum
95
+ # Returns the descriptor for the PlaceholderType enum
112
96
  #
113
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
114
- def self.keyword_match_type
115
- require "google/ads/google_ads/v1/enums/keyword_match_type_pb.rb"
116
- Google::Ads::GoogleAds::V1::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
97
+ # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
98
+ def self.placeholder_type
99
+ require "google/ads/google_ads/v1/enums/placeholder_type_pb.rb"
100
+ Google::Ads::GoogleAds::V1::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
117
101
  end
118
102
 
119
- # Returns the descriptor for the ListingCustomAttributeIndex enum
103
+ # Returns the descriptor for the ProductBiddingCategoryLevel enum
120
104
  #
121
- # @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
122
- def self.listing_custom_attribute_index
123
- require "google/ads/google_ads/v1/enums/listing_custom_attribute_index_pb.rb"
124
- Google::Ads::GoogleAds::V1::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
105
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
106
+ def self.product_bidding_category_level
107
+ require "google/ads/google_ads/v1/enums/product_bidding_category_level_pb.rb"
108
+ Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
125
109
  end
126
110
 
127
- # Returns the descriptor for the ListingGroupType enum
111
+ # Returns the descriptor for the ProductBiddingCategoryStatus enum
128
112
  #
129
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
130
- def self.listing_group_type
131
- require "google/ads/google_ads/v1/enums/listing_group_type_pb.rb"
132
- Google::Ads::GoogleAds::V1::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
113
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
114
+ def self.product_bidding_category_status
115
+ require "google/ads/google_ads/v1/enums/product_bidding_category_status_pb.rb"
116
+ Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
133
117
  end
134
118
 
135
- # Returns the descriptor for the LocationGroupRadiusUnits enum
119
+ # Returns the descriptor for the MimeType enum
136
120
  #
137
- # @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
138
- def self.location_group_radius_units
139
- require "google/ads/google_ads/v1/enums/location_group_radius_units_pb.rb"
140
- Google::Ads::GoogleAds::V1::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
121
+ # @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
122
+ def self.mime_type
123
+ require "google/ads/google_ads/v1/enums/mime_type_pb.rb"
124
+ Google::Ads::GoogleAds::V1::Enums::MimeTypeEnum::MimeType.descriptor
141
125
  end
142
126
 
143
- # Returns the descriptor for the MinuteOfHour enum
127
+ # Returns the descriptor for the AssetType enum
144
128
  #
145
- # @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
146
- def self.minute_of_hour
147
- require "google/ads/google_ads/v1/enums/minute_of_hour_pb.rb"
148
- Google::Ads::GoogleAds::V1::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
129
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
130
+ def self.asset_type
131
+ require "google/ads/google_ads/v1/enums/asset_type_pb.rb"
132
+ Google::Ads::GoogleAds::V1::Enums::AssetTypeEnum::AssetType.descriptor
149
133
  end
150
134
 
151
- # Returns the descriptor for the ParentalStatusType enum
135
+ # Returns the descriptor for the CampaignExperimentStatus enum
152
136
  #
153
- # @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
154
- def self.parental_status_type
155
- require "google/ads/google_ads/v1/enums/parental_status_type_pb.rb"
156
- Google::Ads::GoogleAds::V1::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
137
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
138
+ def self.campaign_experiment_status
139
+ require "google/ads/google_ads/v1/enums/campaign_experiment_status_pb.rb"
140
+ Google::Ads::GoogleAds::V1::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
157
141
  end
158
142
 
159
- # Returns the descriptor for the PreferredContentType enum
143
+ # Returns the descriptor for the CampaignExperimentTrafficSplitType enum
160
144
  #
161
- # @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
162
- def self.preferred_content_type
163
- require "google/ads/google_ads/v1/enums/preferred_content_type_pb.rb"
164
- Google::Ads::GoogleAds::V1::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
145
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
146
+ def self.campaign_experiment_traffic_split_type
147
+ require "google/ads/google_ads/v1/enums/campaign_experiment_traffic_split_type_pb.rb"
148
+ Google::Ads::GoogleAds::V1::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
165
149
  end
166
150
 
167
- # Returns the descriptor for the ProductBiddingCategoryLevel enum
151
+ # Returns the descriptor for the TrackingCodePageFormat enum
168
152
  #
169
- # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
170
- def self.product_bidding_category_level
171
- require "google/ads/google_ads/v1/enums/product_bidding_category_level_pb.rb"
172
- Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
153
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
154
+ def self.tracking_code_page_format
155
+ require "google/ads/google_ads/v1/enums/tracking_code_page_format_pb.rb"
156
+ Google::Ads::GoogleAds::V1::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
173
157
  end
174
158
 
175
- # Returns the descriptor for the ProductChannel enum
159
+ # Returns the descriptor for the TrackingCodeType enum
176
160
  #
177
- # @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
178
- def self.product_channel
179
- require "google/ads/google_ads/v1/enums/product_channel_pb.rb"
180
- Google::Ads::GoogleAds::V1::Enums::ProductChannelEnum::ProductChannel.descriptor
161
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
162
+ def self.tracking_code_type
163
+ require "google/ads/google_ads/v1/enums/tracking_code_type_pb.rb"
164
+ Google::Ads::GoogleAds::V1::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
181
165
  end
182
166
 
183
- # Returns the descriptor for the ProductChannelExclusivity enum
167
+ # Returns the descriptor for the AttributionModel enum
184
168
  #
185
- # @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
186
- def self.product_channel_exclusivity
187
- require "google/ads/google_ads/v1/enums/product_channel_exclusivity_pb.rb"
188
- Google::Ads::GoogleAds::V1::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
169
+ # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
170
+ def self.attribution_model
171
+ require "google/ads/google_ads/v1/enums/attribution_model_pb.rb"
172
+ Google::Ads::GoogleAds::V1::Enums::AttributionModelEnum::AttributionModel.descriptor
189
173
  end
190
174
 
191
- # Returns the descriptor for the ProductCondition enum
175
+ # Returns the descriptor for the ConversionActionCategory enum
192
176
  #
193
- # @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
194
- def self.product_condition
195
- require "google/ads/google_ads/v1/enums/product_condition_pb.rb"
196
- Google::Ads::GoogleAds::V1::Enums::ProductConditionEnum::ProductCondition.descriptor
177
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
178
+ def self.conversion_action_category
179
+ require "google/ads/google_ads/v1/enums/conversion_action_category_pb.rb"
180
+ Google::Ads::GoogleAds::V1::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
197
181
  end
198
182
 
199
- # Returns the descriptor for the ProductTypeLevel enum
183
+ # Returns the descriptor for the ConversionActionCountingType enum
200
184
  #
201
- # @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
202
- def self.product_type_level
203
- require "google/ads/google_ads/v1/enums/product_type_level_pb.rb"
204
- Google::Ads::GoogleAds::V1::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
185
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
186
+ def self.conversion_action_counting_type
187
+ require "google/ads/google_ads/v1/enums/conversion_action_counting_type_pb.rb"
188
+ Google::Ads::GoogleAds::V1::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
205
189
  end
206
190
 
207
- # Returns the descriptor for the ProximityRadiusUnits enum
191
+ # Returns the descriptor for the ConversionActionStatus enum
208
192
  #
209
- # @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
210
- def self.proximity_radius_units
211
- require "google/ads/google_ads/v1/enums/proximity_radius_units_pb.rb"
212
- Google::Ads::GoogleAds::V1::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
193
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
194
+ def self.conversion_action_status
195
+ require "google/ads/google_ads/v1/enums/conversion_action_status_pb.rb"
196
+ Google::Ads::GoogleAds::V1::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
213
197
  end
214
198
 
215
- # Returns the descriptor for the WebpageConditionOperand enum
199
+ # Returns the descriptor for the ConversionActionType enum
216
200
  #
217
- # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
218
- def self.webpage_condition_operand
219
- require "google/ads/google_ads/v1/enums/webpage_condition_operand_pb.rb"
220
- Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
201
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
202
+ def self.conversion_action_type
203
+ require "google/ads/google_ads/v1/enums/conversion_action_type_pb.rb"
204
+ Google::Ads::GoogleAds::V1::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
221
205
  end
222
206
 
223
- # Returns the descriptor for the WebpageConditionOperator enum
207
+ # Returns the descriptor for the DataDrivenModelStatus enum
224
208
  #
225
- # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
226
- def self.webpage_condition_operator
227
- require "google/ads/google_ads/v1/enums/webpage_condition_operator_pb.rb"
228
- Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
209
+ # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
210
+ def self.data_driven_model_status
211
+ require "google/ads/google_ads/v1/enums/data_driven_model_status_pb.rb"
212
+ Google::Ads::GoogleAds::V1::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
229
213
  end
230
214
 
231
- # Returns the descriptor for the AppStore enum
215
+ # Returns the descriptor for the ChangeStatusOperation enum
232
216
  #
233
- # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
234
- def self.app_store
235
- require "google/ads/google_ads/v1/enums/app_store_pb.rb"
236
- Google::Ads::GoogleAds::V1::Enums::AppStoreEnum::AppStore.descriptor
217
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
218
+ def self.change_status_operation
219
+ require "google/ads/google_ads/v1/enums/change_status_operation_pb.rb"
220
+ Google::Ads::GoogleAds::V1::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
237
221
  end
238
222
 
239
- # Returns the descriptor for the CallConversionReportingState enum
223
+ # Returns the descriptor for the ChangeStatusResourceType enum
240
224
  #
241
- # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
242
- def self.call_conversion_reporting_state
243
- require "google/ads/google_ads/v1/enums/call_conversion_reporting_state_pb.rb"
244
- Google::Ads::GoogleAds::V1::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
225
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
226
+ def self.change_status_resource_type
227
+ require "google/ads/google_ads/v1/enums/change_status_resource_type_pb.rb"
228
+ Google::Ads::GoogleAds::V1::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
245
229
  end
246
230
 
247
- # Returns the descriptor for the PriceExtensionPriceQualifier enum
231
+ # Returns the descriptor for the OperatingSystemVersionOperatorType enum
248
232
  #
249
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
250
- def self.price_extension_price_qualifier
251
- require "google/ads/google_ads/v1/enums/price_extension_price_qualifier_pb.rb"
252
- Google::Ads::GoogleAds::V1::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
233
+ # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
234
+ def self.operating_system_version_operator_type
235
+ require "google/ads/google_ads/v1/enums/operating_system_version_operator_type_pb.rb"
236
+ Google::Ads::GoogleAds::V1::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
253
237
  end
254
238
 
255
- # Returns the descriptor for the PriceExtensionPriceUnit enum
239
+ # Returns the descriptor for the GeoTargetingType enum
256
240
  #
257
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
258
- def self.price_extension_price_unit
259
- require "google/ads/google_ads/v1/enums/price_extension_price_unit_pb.rb"
260
- Google::Ads::GoogleAds::V1::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
241
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
242
+ def self.geo_targeting_type
243
+ require "google/ads/google_ads/v1/enums/geo_targeting_type_pb.rb"
244
+ Google::Ads::GoogleAds::V1::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
261
245
  end
262
246
 
263
- # Returns the descriptor for the PriceExtensionType enum
247
+ # Returns the descriptor for the GoogleAdsFieldCategory enum
264
248
  #
265
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
266
- def self.price_extension_type
267
- require "google/ads/google_ads/v1/enums/price_extension_type_pb.rb"
268
- Google::Ads::GoogleAds::V1::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
249
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
250
+ def self.google_ads_field_category
251
+ require "google/ads/google_ads/v1/enums/google_ads_field_category_pb.rb"
252
+ Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
269
253
  end
270
254
 
271
- # Returns the descriptor for the PromotionExtensionDiscountModifier enum
255
+ # Returns the descriptor for the GoogleAdsFieldDataType enum
272
256
  #
273
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
274
- def self.promotion_extension_discount_modifier
275
- require "google/ads/google_ads/v1/enums/promotion_extension_discount_modifier_pb.rb"
276
- Google::Ads::GoogleAds::V1::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
257
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
258
+ def self.google_ads_field_data_type
259
+ require "google/ads/google_ads/v1/enums/google_ads_field_data_type_pb.rb"
260
+ Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
277
261
  end
278
262
 
279
- # Returns the descriptor for the PromotionExtensionOccasion enum
263
+ # Returns the descriptor for the AdvertisingChannelSubType enum
280
264
  #
281
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
282
- def self.promotion_extension_occasion
283
- require "google/ads/google_ads/v1/enums/promotion_extension_occasion_pb.rb"
284
- Google::Ads::GoogleAds::V1::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
265
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
266
+ def self.advertising_channel_sub_type
267
+ require "google/ads/google_ads/v1/enums/advertising_channel_sub_type_pb.rb"
268
+ Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
285
269
  end
286
270
 
287
- # Returns the descriptor for the RecommendationType enum
271
+ # Returns the descriptor for the AdvertisingChannelType enum
288
272
  #
289
- # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
290
- def self.recommendation_type
291
- require "google/ads/google_ads/v1/enums/recommendation_type_pb.rb"
292
- Google::Ads::GoogleAds::V1::Enums::RecommendationTypeEnum::RecommendationType.descriptor
273
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
274
+ def self.advertising_channel_type
275
+ require "google/ads/google_ads/v1/enums/advertising_channel_type_pb.rb"
276
+ Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
293
277
  end
294
278
 
295
- # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
279
+ # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
296
280
  #
297
- # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
298
- def self.target_cpa_opt_in_recommendation_goal
299
- require "google/ads/google_ads/v1/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
300
- Google::Ads::GoogleAds::V1::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
281
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
282
+ def self.criterion_category_channel_availability_mode
283
+ require "google/ads/google_ads/v1/enums/criterion_category_channel_availability_mode_pb.rb"
284
+ Google::Ads::GoogleAds::V1::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/v1/enums/criterion_category_locale_availability_mode_pb.rb"
292
+ Google::Ads::GoogleAds::V1::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/v1/enums/user_interest_taxonomy_type_pb.rb"
300
+ Google::Ads::GoogleAds::V1::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/v1/enums/policy_topic_entry_type_pb.rb"
308
+ Google::Ads::GoogleAds::V1::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/v1/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb"
316
+ Google::Ads::GoogleAds::V1::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/v1/enums/policy_topic_evidence_destination_not_working_device_pb.rb"
324
+ Google::Ads::GoogleAds::V1::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
325
+ end
326
+
327
+ # Returns the descriptor for the FeedItemQualityApprovalStatus enum
328
+ #
329
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
330
+ def self.feed_item_quality_approval_status
331
+ require "google/ads/google_ads/v1/enums/feed_item_quality_approval_status_pb.rb"
332
+ Google::Ads::GoogleAds::V1::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
333
+ end
334
+
335
+ # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
336
+ #
337
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
338
+ def self.feed_item_quality_disapproval_reason
339
+ require "google/ads/google_ads/v1/enums/feed_item_quality_disapproval_reason_pb.rb"
340
+ Google::Ads::GoogleAds::V1::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
341
+ end
342
+
343
+ # Returns the descriptor for the FeedItemStatus enum
344
+ #
345
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
346
+ def self.feed_item_status
347
+ require "google/ads/google_ads/v1/enums/feed_item_status_pb.rb"
348
+ Google::Ads::GoogleAds::V1::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
349
+ end
350
+
351
+ # Returns the descriptor for the FeedItemValidationStatus enum
352
+ #
353
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
354
+ def self.feed_item_validation_status
355
+ require "google/ads/google_ads/v1/enums/feed_item_validation_status_pb.rb"
356
+ Google::Ads::GoogleAds::V1::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
357
+ end
358
+
359
+ # Returns the descriptor for the GeoTargetingRestriction enum
360
+ #
361
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
362
+ def self.geo_targeting_restriction
363
+ require "google/ads/google_ads/v1/enums/geo_targeting_restriction_pb.rb"
364
+ Google::Ads::GoogleAds::V1::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
365
+ end
366
+
367
+ # Returns the descriptor for the PolicyApprovalStatus enum
368
+ #
369
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
370
+ def self.policy_approval_status
371
+ require "google/ads/google_ads/v1/enums/policy_approval_status_pb.rb"
372
+ Google::Ads::GoogleAds::V1::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
373
+ end
374
+
375
+ # Returns the descriptor for the PolicyReviewStatus enum
376
+ #
377
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
378
+ def self.policy_review_status
379
+ require "google/ads/google_ads/v1/enums/policy_review_status_pb.rb"
380
+ Google::Ads::GoogleAds::V1::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
381
+ end
382
+
383
+ # Returns the descriptor for the FeedItemValidationError enum
384
+ #
385
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
386
+ def self.feed_item_validation_error
387
+ require "google/ads/google_ads/v1/errors/feed_item_validation_error_pb.rb"
388
+ Google::Ads::GoogleAds::V1::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
389
+ end
390
+
391
+ # Returns the descriptor for the LabelStatus enum
392
+ #
393
+ # @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
394
+ def self.label_status
395
+ require "google/ads/google_ads/v1/enums/label_status_pb.rb"
396
+ Google::Ads::GoogleAds::V1::Enums::LabelStatusEnum::LabelStatus.descriptor
397
+ end
398
+
399
+ # Returns the descriptor for the AdGroupAdStatus enum
400
+ #
401
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
402
+ def self.ad_group_ad_status
403
+ require "google/ads/google_ads/v1/enums/ad_group_ad_status_pb.rb"
404
+ Google::Ads::GoogleAds::V1::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
405
+ end
406
+
407
+ # Returns the descriptor for the AdStrength enum
408
+ #
409
+ # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
410
+ def self.ad_strength
411
+ require "google/ads/google_ads/v1/enums/ad_strength_pb.rb"
412
+ Google::Ads::GoogleAds::V1::Enums::AdStrengthEnum::AdStrength.descriptor
301
413
  end
302
414
 
303
415
  # Returns the descriptor for the ServedAssetFieldType enum
@@ -308,6 +420,14 @@ module Google
308
420
  Google::Ads::GoogleAds::V1::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
309
421
  end
310
422
 
423
+ # Returns the descriptor for the CallConversionReportingState enum
424
+ #
425
+ # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
426
+ def self.call_conversion_reporting_state
427
+ require "google/ads/google_ads/v1/enums/call_conversion_reporting_state_pb.rb"
428
+ Google::Ads::GoogleAds::V1::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
429
+ end
430
+
311
431
  # Returns the descriptor for the DisplayAdFormatSetting enum
312
432
  #
313
433
  # @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
@@ -332,14 +452,6 @@ module Google
332
452
  Google::Ads::GoogleAds::V1::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
333
453
  end
334
454
 
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/v1/enums/mime_type_pb.rb"
340
- Google::Ads::GoogleAds::V1::Enums::MimeTypeEnum::MimeType.descriptor
341
- end
342
-
343
455
  # Returns the descriptor for the AppUrlOperatingSystemType enum
344
456
  #
345
457
  # @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
@@ -356,6 +468,14 @@ module Google
356
468
  Google::Ads::GoogleAds::V1::Enums::AdTypeEnum::AdType.descriptor
357
469
  end
358
470
 
471
+ # Returns the descriptor for the Device enum
472
+ #
473
+ # @return [Google::Protobuf::EnumDescriptor] for the Device enum
474
+ def self.device
475
+ require "google/ads/google_ads/v1/enums/device_pb.rb"
476
+ Google::Ads::GoogleAds::V1::Enums::DeviceEnum::Device.descriptor
477
+ end
478
+
359
479
  # Returns the descriptor for the SystemManagedResourceSource enum
360
480
  #
361
481
  # @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
@@ -364,372 +484,28 @@ module Google
364
484
  Google::Ads::GoogleAds::V1::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
365
485
  end
366
486
 
367
- # Returns the descriptor for the CampaignCriterionStatus enum
487
+ # Returns the descriptor for the KeywordPlanForecastInterval enum
368
488
  #
369
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
370
- def self.campaign_criterion_status
371
- require "google/ads/google_ads/v1/enums/campaign_criterion_status_pb.rb"
372
- Google::Ads::GoogleAds::V1::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
489
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
490
+ def self.keyword_plan_forecast_interval
491
+ require "google/ads/google_ads/v1/enums/keyword_plan_forecast_interval_pb.rb"
492
+ Google::Ads::GoogleAds::V1::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
373
493
  end
374
494
 
375
- # Returns the descriptor for the CriterionType enum
495
+ # Returns the descriptor for the ManagerLinkStatus enum
376
496
  #
377
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
378
- def self.criterion_type
379
- require "google/ads/google_ads/v1/enums/criterion_type_pb.rb"
380
- Google::Ads::GoogleAds::V1::Enums::CriterionTypeEnum::CriterionType.descriptor
381
- end
382
-
383
- # Returns the descriptor for the AssetType enum
384
- #
385
- # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
386
- def self.asset_type
387
- require "google/ads/google_ads/v1/enums/asset_type_pb.rb"
388
- Google::Ads::GoogleAds::V1::Enums::AssetTypeEnum::AssetType.descriptor
389
- end
390
-
391
- # Returns the descriptor for the AdvertisingChannelSubType enum
392
- #
393
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
394
- def self.advertising_channel_sub_type
395
- require "google/ads/google_ads/v1/enums/advertising_channel_sub_type_pb.rb"
396
- Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
397
- end
398
-
399
- # Returns the descriptor for the AdvertisingChannelType enum
400
- #
401
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
402
- def self.advertising_channel_type
403
- require "google/ads/google_ads/v1/enums/advertising_channel_type_pb.rb"
404
- Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
405
- end
406
-
407
- # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
408
- #
409
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
410
- def self.criterion_category_channel_availability_mode
411
- require "google/ads/google_ads/v1/enums/criterion_category_channel_availability_mode_pb.rb"
412
- Google::Ads::GoogleAds::V1::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
413
- end
414
-
415
- # Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
416
- #
417
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
418
- def self.criterion_category_locale_availability_mode
419
- require "google/ads/google_ads/v1/enums/criterion_category_locale_availability_mode_pb.rb"
420
- Google::Ads::GoogleAds::V1::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
421
- end
422
-
423
- # Returns the descriptor for the UserInterestTaxonomyType enum
424
- #
425
- # @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
426
- def self.user_interest_taxonomy_type
427
- require "google/ads/google_ads/v1/enums/user_interest_taxonomy_type_pb.rb"
428
- Google::Ads::GoogleAds::V1::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
429
- end
430
-
431
- # Returns the descriptor for the SimulationModificationMethod enum
432
- #
433
- # @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
434
- def self.simulation_modification_method
435
- require "google/ads/google_ads/v1/enums/simulation_modification_method_pb.rb"
436
- Google::Ads::GoogleAds::V1::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
437
- end
438
-
439
- # Returns the descriptor for the SimulationType enum
440
- #
441
- # @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
442
- def self.simulation_type
443
- require "google/ads/google_ads/v1/enums/simulation_type_pb.rb"
444
- Google::Ads::GoogleAds::V1::Enums::SimulationTypeEnum::SimulationType.descriptor
445
- end
446
-
447
- # Returns the descriptor for the CampaignSharedSetStatus enum
448
- #
449
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
450
- def self.campaign_shared_set_status
451
- require "google/ads/google_ads/v1/enums/campaign_shared_set_status_pb.rb"
452
- Google::Ads::GoogleAds::V1::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
453
- end
454
-
455
- # Returns the descriptor for the GeoTargetingType enum
456
- #
457
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
458
- def self.geo_targeting_type
459
- require "google/ads/google_ads/v1/enums/geo_targeting_type_pb.rb"
460
- Google::Ads::GoogleAds::V1::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
461
- end
462
-
463
- # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
464
- #
465
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
466
- def self.ad_group_criterion_approval_status
467
- require "google/ads/google_ads/v1/enums/ad_group_criterion_approval_status_pb.rb"
468
- Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
469
- end
470
-
471
- # Returns the descriptor for the AdGroupCriterionStatus enum
472
- #
473
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
474
- def self.ad_group_criterion_status
475
- require "google/ads/google_ads/v1/enums/ad_group_criterion_status_pb.rb"
476
- Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
477
- end
478
-
479
- # Returns the descriptor for the BiddingSource enum
480
- #
481
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
482
- def self.bidding_source
483
- require "google/ads/google_ads/v1/enums/bidding_source_pb.rb"
484
- Google::Ads::GoogleAds::V1::Enums::BiddingSourceEnum::BiddingSource.descriptor
485
- end
486
-
487
- # Returns the descriptor for the CriterionSystemServingStatus enum
488
- #
489
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
490
- def self.criterion_system_serving_status
491
- require "google/ads/google_ads/v1/enums/criterion_system_serving_status_pb.rb"
492
- Google::Ads::GoogleAds::V1::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
493
- end
494
-
495
- # Returns the descriptor for the QualityScoreBucket enum
496
- #
497
- # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
498
- def self.quality_score_bucket
499
- require "google/ads/google_ads/v1/enums/quality_score_bucket_pb.rb"
500
- Google::Ads::GoogleAds::V1::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
501
- end
502
-
503
- # Returns the descriptor for the ExtensionSettingDevice enum
504
- #
505
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
506
- def self.extension_setting_device
507
- require "google/ads/google_ads/v1/enums/extension_setting_device_pb.rb"
508
- Google::Ads::GoogleAds::V1::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
509
- end
510
-
511
- # Returns the descriptor for the ExtensionType enum
512
- #
513
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
514
- def self.extension_type
515
- require "google/ads/google_ads/v1/enums/extension_type_pb.rb"
516
- Google::Ads::GoogleAds::V1::Enums::ExtensionTypeEnum::ExtensionType.descriptor
517
- end
518
-
519
- # Returns the descriptor for the PolicyTopicEntryType enum
520
- #
521
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
522
- def self.policy_topic_entry_type
523
- require "google/ads/google_ads/v1/enums/policy_topic_entry_type_pb.rb"
524
- Google::Ads::GoogleAds::V1::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
525
- end
526
-
527
- # Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType enum
528
- #
529
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationMismatchUrlType enum
530
- def self.policy_topic_evidence_destination_mismatch_url_type
531
- require "google/ads/google_ads/v1/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb"
532
- Google::Ads::GoogleAds::V1::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
533
- end
534
-
535
- # Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
536
- #
537
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
538
- def self.policy_topic_evidence_destination_not_working_device
539
- require "google/ads/google_ads/v1/enums/policy_topic_evidence_destination_not_working_device_pb.rb"
540
- Google::Ads::GoogleAds::V1::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
541
- end
542
-
543
- # Returns the descriptor for the FeedItemQualityApprovalStatus enum
544
- #
545
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
546
- def self.feed_item_quality_approval_status
547
- require "google/ads/google_ads/v1/enums/feed_item_quality_approval_status_pb.rb"
548
- Google::Ads::GoogleAds::V1::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
549
- end
550
-
551
- # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
552
- #
553
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
554
- def self.feed_item_quality_disapproval_reason
555
- require "google/ads/google_ads/v1/enums/feed_item_quality_disapproval_reason_pb.rb"
556
- Google::Ads::GoogleAds::V1::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
557
- end
558
-
559
- # Returns the descriptor for the FeedItemStatus enum
560
- #
561
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
562
- def self.feed_item_status
563
- require "google/ads/google_ads/v1/enums/feed_item_status_pb.rb"
564
- Google::Ads::GoogleAds::V1::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
565
- end
566
-
567
- # Returns the descriptor for the FeedItemValidationStatus enum
568
- #
569
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
570
- def self.feed_item_validation_status
571
- require "google/ads/google_ads/v1/enums/feed_item_validation_status_pb.rb"
572
- Google::Ads::GoogleAds::V1::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
573
- end
574
-
575
- # Returns the descriptor for the GeoTargetingRestriction enum
576
- #
577
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
578
- def self.geo_targeting_restriction
579
- require "google/ads/google_ads/v1/enums/geo_targeting_restriction_pb.rb"
580
- Google::Ads::GoogleAds::V1::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
581
- end
582
-
583
- # Returns the descriptor for the PolicyApprovalStatus enum
584
- #
585
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
586
- def self.policy_approval_status
587
- require "google/ads/google_ads/v1/enums/policy_approval_status_pb.rb"
588
- Google::Ads::GoogleAds::V1::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
589
- end
590
-
591
- # Returns the descriptor for the PolicyReviewStatus enum
592
- #
593
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
594
- def self.policy_review_status
595
- require "google/ads/google_ads/v1/enums/policy_review_status_pb.rb"
596
- Google::Ads::GoogleAds::V1::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
597
- end
598
-
599
- # Returns the descriptor for the FeedItemValidationError enum
600
- #
601
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
602
- def self.feed_item_validation_error
603
- require "google/ads/google_ads/v1/errors/feed_item_validation_error_pb.rb"
604
- Google::Ads::GoogleAds::V1::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
605
- end
606
-
607
- # Returns the descriptor for the FeedItemTargetDevice enum
608
- #
609
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
610
- def self.feed_item_target_device
611
- require "google/ads/google_ads/v1/enums/feed_item_target_device_pb.rb"
612
- Google::Ads::GoogleAds::V1::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
613
- end
614
-
615
- # Returns the descriptor for the CustomerMatchUploadKeyType enum
616
- #
617
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
618
- def self.customer_match_upload_key_type
619
- require "google/ads/google_ads/v1/enums/customer_match_upload_key_type_pb.rb"
620
- Google::Ads::GoogleAds::V1::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
621
- end
622
-
623
- # Returns the descriptor for the UserListCombinedRuleOperator enum
624
- #
625
- # @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
626
- def self.user_list_combined_rule_operator
627
- require "google/ads/google_ads/v1/enums/user_list_combined_rule_operator_pb.rb"
628
- Google::Ads::GoogleAds::V1::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
629
- end
630
-
631
- # Returns the descriptor for the UserListCrmDataSourceType enum
632
- #
633
- # @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
634
- def self.user_list_crm_data_source_type
635
- require "google/ads/google_ads/v1/enums/user_list_crm_data_source_type_pb.rb"
636
- Google::Ads::GoogleAds::V1::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
637
- end
638
-
639
- # Returns the descriptor for the UserListDateRuleItemOperator enum
640
- #
641
- # @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
642
- def self.user_list_date_rule_item_operator
643
- require "google/ads/google_ads/v1/enums/user_list_date_rule_item_operator_pb.rb"
644
- Google::Ads::GoogleAds::V1::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
645
- end
646
-
647
- # Returns the descriptor for the UserListLogicalRuleOperator enum
648
- #
649
- # @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
650
- def self.user_list_logical_rule_operator
651
- require "google/ads/google_ads/v1/enums/user_list_logical_rule_operator_pb.rb"
652
- Google::Ads::GoogleAds::V1::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
653
- end
654
-
655
- # Returns the descriptor for the UserListNumberRuleItemOperator enum
656
- #
657
- # @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
658
- def self.user_list_number_rule_item_operator
659
- require "google/ads/google_ads/v1/enums/user_list_number_rule_item_operator_pb.rb"
660
- Google::Ads::GoogleAds::V1::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
661
- end
662
-
663
- # Returns the descriptor for the UserListPrepopulationStatus enum
664
- #
665
- # @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
666
- def self.user_list_prepopulation_status
667
- require "google/ads/google_ads/v1/enums/user_list_prepopulation_status_pb.rb"
668
- Google::Ads::GoogleAds::V1::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
669
- end
670
-
671
- # Returns the descriptor for the UserListRuleType enum
672
- #
673
- # @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
674
- def self.user_list_rule_type
675
- require "google/ads/google_ads/v1/enums/user_list_rule_type_pb.rb"
676
- Google::Ads::GoogleAds::V1::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
677
- end
678
-
679
- # Returns the descriptor for the UserListStringRuleItemOperator enum
680
- #
681
- # @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
682
- def self.user_list_string_rule_item_operator
683
- require "google/ads/google_ads/v1/enums/user_list_string_rule_item_operator_pb.rb"
684
- Google::Ads::GoogleAds::V1::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
685
- end
686
-
687
- # Returns the descriptor for the AccessReason enum
688
- #
689
- # @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
690
- def self.access_reason
691
- require "google/ads/google_ads/v1/enums/access_reason_pb.rb"
692
- Google::Ads::GoogleAds::V1::Enums::AccessReasonEnum::AccessReason.descriptor
693
- end
694
-
695
- # Returns the descriptor for the UserListAccessStatus enum
696
- #
697
- # @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
698
- def self.user_list_access_status
699
- require "google/ads/google_ads/v1/enums/user_list_access_status_pb.rb"
700
- Google::Ads::GoogleAds::V1::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
701
- end
702
-
703
- # Returns the descriptor for the UserListClosingReason enum
704
- #
705
- # @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
706
- def self.user_list_closing_reason
707
- require "google/ads/google_ads/v1/enums/user_list_closing_reason_pb.rb"
708
- Google::Ads::GoogleAds::V1::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
709
- end
710
-
711
- # Returns the descriptor for the UserListMembershipStatus enum
712
- #
713
- # @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
714
- def self.user_list_membership_status
715
- require "google/ads/google_ads/v1/enums/user_list_membership_status_pb.rb"
716
- Google::Ads::GoogleAds::V1::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
717
- end
718
-
719
- # Returns the descriptor for the UserListSizeRange enum
720
- #
721
- # @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
722
- def self.user_list_size_range
723
- require "google/ads/google_ads/v1/enums/user_list_size_range_pb.rb"
724
- Google::Ads::GoogleAds::V1::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
497
+ # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
498
+ def self.manager_link_status
499
+ require "google/ads/google_ads/v1/enums/manager_link_status_pb.rb"
500
+ Google::Ads::GoogleAds::V1::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
725
501
  end
726
502
 
727
- # Returns the descriptor for the UserListType enum
503
+ # Returns the descriptor for the MutateJobStatus enum
728
504
  #
729
- # @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
730
- def self.user_list_type
731
- require "google/ads/google_ads/v1/enums/user_list_type_pb.rb"
732
- Google::Ads::GoogleAds::V1::Enums::UserListTypeEnum::UserListType.descriptor
505
+ # @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
506
+ def self.mutate_job_status
507
+ require "google/ads/google_ads/v1/enums/mutate_job_status_pb.rb"
508
+ Google::Ads::GoogleAds::V1::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
733
509
  end
734
510
 
735
511
  # Returns the descriptor for the AdCustomizerPlaceholderField enum
@@ -868,14 +644,6 @@ module Google
868
644
  Google::Ads::GoogleAds::V1::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
869
645
  end
870
646
 
871
- # Returns the descriptor for the PlaceholderType enum
872
- #
873
- # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
874
- def self.placeholder_type
875
- require "google/ads/google_ads/v1/enums/placeholder_type_pb.rb"
876
- Google::Ads::GoogleAds::V1::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
877
- end
878
-
879
647
  # Returns the descriptor for the PricePlaceholderField enum
880
648
  #
881
649
  # @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
@@ -900,284 +668,388 @@ module Google
900
668
  Google::Ads::GoogleAds::V1::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
901
669
  end
902
670
 
903
- # Returns the descriptor for the SitelinkPlaceholderField enum
671
+ # Returns the descriptor for the SitelinkPlaceholderField enum
672
+ #
673
+ # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
674
+ def self.sitelink_placeholder_field
675
+ require "google/ads/google_ads/v1/enums/sitelink_placeholder_field_pb.rb"
676
+ Google::Ads::GoogleAds::V1::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
677
+ end
678
+
679
+ # Returns the descriptor for the StructuredSnippetPlaceholderField enum
680
+ #
681
+ # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
682
+ def self.structured_snippet_placeholder_field
683
+ require "google/ads/google_ads/v1/enums/structured_snippet_placeholder_field_pb.rb"
684
+ Google::Ads::GoogleAds::V1::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
685
+ end
686
+
687
+ # Returns the descriptor for the TravelPlaceholderField enum
688
+ #
689
+ # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
690
+ def self.travel_placeholder_field
691
+ require "google/ads/google_ads/v1/enums/travel_placeholder_field_pb.rb"
692
+ Google::Ads::GoogleAds::V1::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
693
+ end
694
+
695
+ # Returns the descriptor for the AgeRangeType enum
696
+ #
697
+ # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
698
+ def self.age_range_type
699
+ require "google/ads/google_ads/v1/enums/age_range_type_pb.rb"
700
+ Google::Ads::GoogleAds::V1::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
701
+ end
702
+
703
+ # Returns the descriptor for the AppPaymentModelType enum
704
+ #
705
+ # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
706
+ def self.app_payment_model_type
707
+ require "google/ads/google_ads/v1/enums/app_payment_model_type_pb.rb"
708
+ Google::Ads::GoogleAds::V1::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
709
+ end
710
+
711
+ # Returns the descriptor for the ContentLabelType enum
712
+ #
713
+ # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
714
+ def self.content_label_type
715
+ require "google/ads/google_ads/v1/enums/content_label_type_pb.rb"
716
+ Google::Ads::GoogleAds::V1::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
717
+ end
718
+
719
+ # Returns the descriptor for the DayOfWeek enum
720
+ #
721
+ # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
722
+ def self.day_of_week
723
+ require "google/ads/google_ads/v1/enums/day_of_week_pb.rb"
724
+ Google::Ads::GoogleAds::V1::Enums::DayOfWeekEnum::DayOfWeek.descriptor
725
+ end
726
+
727
+ # Returns the descriptor for the GenderType enum
728
+ #
729
+ # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
730
+ def self.gender_type
731
+ require "google/ads/google_ads/v1/enums/gender_type_pb.rb"
732
+ Google::Ads::GoogleAds::V1::Enums::GenderTypeEnum::GenderType.descriptor
733
+ end
734
+
735
+ # Returns the descriptor for the HotelDateSelectionType enum
736
+ #
737
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
738
+ def self.hotel_date_selection_type
739
+ require "google/ads/google_ads/v1/enums/hotel_date_selection_type_pb.rb"
740
+ Google::Ads::GoogleAds::V1::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
741
+ end
742
+
743
+ # Returns the descriptor for the IncomeRangeType enum
744
+ #
745
+ # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
746
+ def self.income_range_type
747
+ require "google/ads/google_ads/v1/enums/income_range_type_pb.rb"
748
+ Google::Ads::GoogleAds::V1::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
749
+ end
750
+
751
+ # Returns the descriptor for the InteractionType enum
752
+ #
753
+ # @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
754
+ def self.interaction_type
755
+ require "google/ads/google_ads/v1/enums/interaction_type_pb.rb"
756
+ Google::Ads::GoogleAds::V1::Enums::InteractionTypeEnum::InteractionType.descriptor
757
+ end
758
+
759
+ # Returns the descriptor for the KeywordMatchType enum
760
+ #
761
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
762
+ def self.keyword_match_type
763
+ require "google/ads/google_ads/v1/enums/keyword_match_type_pb.rb"
764
+ Google::Ads::GoogleAds::V1::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
765
+ end
766
+
767
+ # Returns the descriptor for the ListingCustomAttributeIndex enum
768
+ #
769
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
770
+ def self.listing_custom_attribute_index
771
+ require "google/ads/google_ads/v1/enums/listing_custom_attribute_index_pb.rb"
772
+ Google::Ads::GoogleAds::V1::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
773
+ end
774
+
775
+ # Returns the descriptor for the ListingGroupType enum
904
776
  #
905
- # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
906
- def self.sitelink_placeholder_field
907
- require "google/ads/google_ads/v1/enums/sitelink_placeholder_field_pb.rb"
908
- Google::Ads::GoogleAds::V1::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
777
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
778
+ def self.listing_group_type
779
+ require "google/ads/google_ads/v1/enums/listing_group_type_pb.rb"
780
+ Google::Ads::GoogleAds::V1::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
909
781
  end
910
782
 
911
- # Returns the descriptor for the StructuredSnippetPlaceholderField enum
783
+ # Returns the descriptor for the LocationGroupRadiusUnits enum
912
784
  #
913
- # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
914
- def self.structured_snippet_placeholder_field
915
- require "google/ads/google_ads/v1/enums/structured_snippet_placeholder_field_pb.rb"
916
- Google::Ads::GoogleAds::V1::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
785
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
786
+ def self.location_group_radius_units
787
+ require "google/ads/google_ads/v1/enums/location_group_radius_units_pb.rb"
788
+ Google::Ads::GoogleAds::V1::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
917
789
  end
918
790
 
919
- # Returns the descriptor for the TravelPlaceholderField enum
791
+ # Returns the descriptor for the MinuteOfHour enum
920
792
  #
921
- # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
922
- def self.travel_placeholder_field
923
- require "google/ads/google_ads/v1/enums/travel_placeholder_field_pb.rb"
924
- Google::Ads::GoogleAds::V1::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
793
+ # @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
794
+ def self.minute_of_hour
795
+ require "google/ads/google_ads/v1/enums/minute_of_hour_pb.rb"
796
+ Google::Ads::GoogleAds::V1::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
925
797
  end
926
798
 
927
- # Returns the descriptor for the MediaType enum
799
+ # Returns the descriptor for the ParentalStatusType enum
928
800
  #
929
- # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
930
- def self.media_type
931
- require "google/ads/google_ads/v1/enums/media_type_pb.rb"
932
- Google::Ads::GoogleAds::V1::Enums::MediaTypeEnum::MediaType.descriptor
801
+ # @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
802
+ def self.parental_status_type
803
+ require "google/ads/google_ads/v1/enums/parental_status_type_pb.rb"
804
+ Google::Ads::GoogleAds::V1::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
933
805
  end
934
806
 
935
- # Returns the descriptor for the LabelStatus enum
807
+ # Returns the descriptor for the PreferredContentType enum
936
808
  #
937
- # @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
938
- def self.label_status
939
- require "google/ads/google_ads/v1/enums/label_status_pb.rb"
940
- Google::Ads::GoogleAds::V1::Enums::LabelStatusEnum::LabelStatus.descriptor
809
+ # @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
810
+ def self.preferred_content_type
811
+ require "google/ads/google_ads/v1/enums/preferred_content_type_pb.rb"
812
+ Google::Ads::GoogleAds::V1::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
941
813
  end
942
814
 
943
- # Returns the descriptor for the AccountBudgetProposalStatus enum
815
+ # Returns the descriptor for the ProductChannel enum
944
816
  #
945
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
946
- def self.account_budget_proposal_status
947
- require "google/ads/google_ads/v1/enums/account_budget_proposal_status_pb.rb"
948
- Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
817
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
818
+ def self.product_channel
819
+ require "google/ads/google_ads/v1/enums/product_channel_pb.rb"
820
+ Google::Ads::GoogleAds::V1::Enums::ProductChannelEnum::ProductChannel.descriptor
949
821
  end
950
822
 
951
- # Returns the descriptor for the AccountBudgetProposalType enum
823
+ # Returns the descriptor for the ProductChannelExclusivity enum
952
824
  #
953
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
954
- def self.account_budget_proposal_type
955
- require "google/ads/google_ads/v1/enums/account_budget_proposal_type_pb.rb"
956
- Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
825
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
826
+ def self.product_channel_exclusivity
827
+ require "google/ads/google_ads/v1/enums/product_channel_exclusivity_pb.rb"
828
+ Google::Ads::GoogleAds::V1::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
957
829
  end
958
830
 
959
- # Returns the descriptor for the SpendingLimitType enum
831
+ # Returns the descriptor for the ProductCondition enum
960
832
  #
961
- # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
962
- def self.spending_limit_type
963
- require "google/ads/google_ads/v1/enums/spending_limit_type_pb.rb"
964
- Google::Ads::GoogleAds::V1::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
833
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
834
+ def self.product_condition
835
+ require "google/ads/google_ads/v1/enums/product_condition_pb.rb"
836
+ Google::Ads::GoogleAds::V1::Enums::ProductConditionEnum::ProductCondition.descriptor
965
837
  end
966
838
 
967
- # Returns the descriptor for the TimeType enum
839
+ # Returns the descriptor for the ProductTypeLevel enum
968
840
  #
969
- # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
970
- def self.time_type
971
- require "google/ads/google_ads/v1/enums/time_type_pb.rb"
972
- Google::Ads::GoogleAds::V1::Enums::TimeTypeEnum::TimeType.descriptor
841
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
842
+ def self.product_type_level
843
+ require "google/ads/google_ads/v1/enums/product_type_level_pb.rb"
844
+ Google::Ads::GoogleAds::V1::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
973
845
  end
974
846
 
975
- # Returns the descriptor for the ChangeStatusOperation enum
847
+ # Returns the descriptor for the ProximityRadiusUnits enum
976
848
  #
977
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
978
- def self.change_status_operation
979
- require "google/ads/google_ads/v1/enums/change_status_operation_pb.rb"
980
- Google::Ads::GoogleAds::V1::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
849
+ # @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
850
+ def self.proximity_radius_units
851
+ require "google/ads/google_ads/v1/enums/proximity_radius_units_pb.rb"
852
+ Google::Ads::GoogleAds::V1::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
981
853
  end
982
854
 
983
- # Returns the descriptor for the ChangeStatusResourceType enum
855
+ # Returns the descriptor for the WebpageConditionOperand enum
984
856
  #
985
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
986
- def self.change_status_resource_type
987
- require "google/ads/google_ads/v1/enums/change_status_resource_type_pb.rb"
988
- Google::Ads::GoogleAds::V1::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
857
+ # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
858
+ def self.webpage_condition_operand
859
+ require "google/ads/google_ads/v1/enums/webpage_condition_operand_pb.rb"
860
+ Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
989
861
  end
990
862
 
991
- # Returns the descriptor for the MatchingFunctionContextType enum
863
+ # Returns the descriptor for the WebpageConditionOperator enum
992
864
  #
993
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
994
- def self.matching_function_context_type
995
- require "google/ads/google_ads/v1/enums/matching_function_context_type_pb.rb"
996
- Google::Ads::GoogleAds::V1::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
865
+ # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
866
+ def self.webpage_condition_operator
867
+ require "google/ads/google_ads/v1/enums/webpage_condition_operator_pb.rb"
868
+ Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
997
869
  end
998
870
 
999
- # Returns the descriptor for the MatchingFunctionOperator enum
871
+ # Returns the descriptor for the AppStore enum
1000
872
  #
1001
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
1002
- def self.matching_function_operator
1003
- require "google/ads/google_ads/v1/enums/matching_function_operator_pb.rb"
1004
- Google::Ads::GoogleAds::V1::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
873
+ # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
874
+ def self.app_store
875
+ require "google/ads/google_ads/v1/enums/app_store_pb.rb"
876
+ Google::Ads::GoogleAds::V1::Enums::AppStoreEnum::AppStore.descriptor
1005
877
  end
1006
878
 
1007
- # Returns the descriptor for the FeedLinkStatus enum
879
+ # Returns the descriptor for the PriceExtensionPriceQualifier enum
1008
880
  #
1009
- # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
1010
- def self.feed_link_status
1011
- require "google/ads/google_ads/v1/enums/feed_link_status_pb.rb"
1012
- Google::Ads::GoogleAds::V1::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
881
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
882
+ def self.price_extension_price_qualifier
883
+ require "google/ads/google_ads/v1/enums/price_extension_price_qualifier_pb.rb"
884
+ Google::Ads::GoogleAds::V1::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
1013
885
  end
1014
886
 
1015
- # Returns the descriptor for the KeywordPlanForecastInterval enum
887
+ # Returns the descriptor for the PriceExtensionPriceUnit enum
1016
888
  #
1017
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
1018
- def self.keyword_plan_forecast_interval
1019
- require "google/ads/google_ads/v1/enums/keyword_plan_forecast_interval_pb.rb"
1020
- Google::Ads::GoogleAds::V1::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
889
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
890
+ def self.price_extension_price_unit
891
+ require "google/ads/google_ads/v1/enums/price_extension_price_unit_pb.rb"
892
+ Google::Ads::GoogleAds::V1::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
1021
893
  end
1022
894
 
1023
- # Returns the descriptor for the GoogleAdsFieldCategory enum
895
+ # Returns the descriptor for the PriceExtensionType enum
1024
896
  #
1025
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
1026
- def self.google_ads_field_category
1027
- require "google/ads/google_ads/v1/enums/google_ads_field_category_pb.rb"
1028
- Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
897
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
898
+ def self.price_extension_type
899
+ require "google/ads/google_ads/v1/enums/price_extension_type_pb.rb"
900
+ Google::Ads::GoogleAds::V1::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
1029
901
  end
1030
902
 
1031
- # Returns the descriptor for the GoogleAdsFieldDataType enum
903
+ # Returns the descriptor for the PromotionExtensionDiscountModifier enum
1032
904
  #
1033
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
1034
- def self.google_ads_field_data_type
1035
- require "google/ads/google_ads/v1/enums/google_ads_field_data_type_pb.rb"
1036
- Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
905
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
906
+ def self.promotion_extension_discount_modifier
907
+ require "google/ads/google_ads/v1/enums/promotion_extension_discount_modifier_pb.rb"
908
+ Google::Ads::GoogleAds::V1::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
1037
909
  end
1038
910
 
1039
- # Returns the descriptor for the GeoTargetConstantStatus enum
911
+ # Returns the descriptor for the PromotionExtensionOccasion enum
1040
912
  #
1041
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
1042
- def self.geo_target_constant_status
1043
- require "google/ads/google_ads/v1/enums/geo_target_constant_status_pb.rb"
1044
- Google::Ads::GoogleAds::V1::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
913
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
914
+ def self.promotion_extension_occasion
915
+ require "google/ads/google_ads/v1/enums/promotion_extension_occasion_pb.rb"
916
+ Google::Ads::GoogleAds::V1::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
1045
917
  end
1046
918
 
1047
- # Returns the descriptor for the MerchantCenterLinkStatus enum
919
+ # Returns the descriptor for the FeedItemTargetDevice enum
1048
920
  #
1049
- # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
1050
- def self.merchant_center_link_status
1051
- require "google/ads/google_ads/v1/enums/merchant_center_link_status_pb.rb"
1052
- Google::Ads::GoogleAds::V1::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
921
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
922
+ def self.feed_item_target_device
923
+ require "google/ads/google_ads/v1/enums/feed_item_target_device_pb.rb"
924
+ Google::Ads::GoogleAds::V1::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
1053
925
  end
1054
926
 
1055
- # Returns the descriptor for the TrackingCodePageFormat enum
927
+ # Returns the descriptor for the SearchTermTargetingStatus enum
1056
928
  #
1057
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
1058
- def self.tracking_code_page_format
1059
- require "google/ads/google_ads/v1/enums/tracking_code_page_format_pb.rb"
1060
- Google::Ads::GoogleAds::V1::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
929
+ # @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
930
+ def self.search_term_targeting_status
931
+ require "google/ads/google_ads/v1/enums/search_term_targeting_status_pb.rb"
932
+ Google::Ads::GoogleAds::V1::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
1061
933
  end
1062
934
 
1063
- # Returns the descriptor for the TrackingCodeType enum
935
+ # Returns the descriptor for the CampaignDraftStatus enum
1064
936
  #
1065
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
1066
- def self.tracking_code_type
1067
- require "google/ads/google_ads/v1/enums/tracking_code_type_pb.rb"
1068
- Google::Ads::GoogleAds::V1::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
937
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
938
+ def self.campaign_draft_status
939
+ require "google/ads/google_ads/v1/enums/campaign_draft_status_pb.rb"
940
+ Google::Ads::GoogleAds::V1::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
1069
941
  end
1070
942
 
1071
- # Returns the descriptor for the FeedItemTargetType enum
943
+ # Returns the descriptor for the CampaignSharedSetStatus enum
1072
944
  #
1073
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
1074
- def self.feed_item_target_type
1075
- require "google/ads/google_ads/v1/enums/feed_item_target_type_pb.rb"
1076
- Google::Ads::GoogleAds::V1::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
945
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
946
+ def self.campaign_shared_set_status
947
+ require "google/ads/google_ads/v1/enums/campaign_shared_set_status_pb.rb"
948
+ Google::Ads::GoogleAds::V1::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
1077
949
  end
1078
950
 
1079
- # Returns the descriptor for the AccountBudgetStatus enum
951
+ # Returns the descriptor for the CustomInterestMemberType enum
1080
952
  #
1081
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
1082
- def self.account_budget_status
1083
- require "google/ads/google_ads/v1/enums/account_budget_status_pb.rb"
1084
- Google::Ads::GoogleAds::V1::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
953
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
954
+ def self.custom_interest_member_type
955
+ require "google/ads/google_ads/v1/enums/custom_interest_member_type_pb.rb"
956
+ Google::Ads::GoogleAds::V1::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
1085
957
  end
1086
958
 
1087
- # Returns the descriptor for the AttributionModel enum
959
+ # Returns the descriptor for the CustomInterestStatus enum
1088
960
  #
1089
- # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
1090
- def self.attribution_model
1091
- require "google/ads/google_ads/v1/enums/attribution_model_pb.rb"
1092
- Google::Ads::GoogleAds::V1::Enums::AttributionModelEnum::AttributionModel.descriptor
961
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
962
+ def self.custom_interest_status
963
+ require "google/ads/google_ads/v1/enums/custom_interest_status_pb.rb"
964
+ Google::Ads::GoogleAds::V1::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
1093
965
  end
1094
966
 
1095
- # Returns the descriptor for the ConversionActionCategory enum
967
+ # Returns the descriptor for the CustomInterestType enum
1096
968
  #
1097
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
1098
- def self.conversion_action_category
1099
- require "google/ads/google_ads/v1/enums/conversion_action_category_pb.rb"
1100
- Google::Ads::GoogleAds::V1::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
969
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
970
+ def self.custom_interest_type
971
+ require "google/ads/google_ads/v1/enums/custom_interest_type_pb.rb"
972
+ Google::Ads::GoogleAds::V1::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
1101
973
  end
1102
974
 
1103
- # Returns the descriptor for the ConversionActionCountingType enum
1104
- #
1105
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
1106
- def self.conversion_action_counting_type
1107
- require "google/ads/google_ads/v1/enums/conversion_action_counting_type_pb.rb"
1108
- Google::Ads::GoogleAds::V1::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
975
+ # Returns the descriptor for the CriterionType enum
976
+ #
977
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
978
+ def self.criterion_type
979
+ require "google/ads/google_ads/v1/enums/criterion_type_pb.rb"
980
+ Google::Ads::GoogleAds::V1::Enums::CriterionTypeEnum::CriterionType.descriptor
1109
981
  end
1110
982
 
1111
- # Returns the descriptor for the ConversionActionStatus enum
983
+ # Returns the descriptor for the SimulationModificationMethod enum
1112
984
  #
1113
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
1114
- def self.conversion_action_status
1115
- require "google/ads/google_ads/v1/enums/conversion_action_status_pb.rb"
1116
- Google::Ads::GoogleAds::V1::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
985
+ # @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
986
+ def self.simulation_modification_method
987
+ require "google/ads/google_ads/v1/enums/simulation_modification_method_pb.rb"
988
+ Google::Ads::GoogleAds::V1::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
1117
989
  end
1118
990
 
1119
- # Returns the descriptor for the ConversionActionType enum
991
+ # Returns the descriptor for the SimulationType enum
1120
992
  #
1121
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
1122
- def self.conversion_action_type
1123
- require "google/ads/google_ads/v1/enums/conversion_action_type_pb.rb"
1124
- Google::Ads::GoogleAds::V1::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
993
+ # @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
994
+ def self.simulation_type
995
+ require "google/ads/google_ads/v1/enums/simulation_type_pb.rb"
996
+ Google::Ads::GoogleAds::V1::Enums::SimulationTypeEnum::SimulationType.descriptor
1125
997
  end
1126
998
 
1127
- # Returns the descriptor for the DataDrivenModelStatus enum
999
+ # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
1128
1000
  #
1129
- # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
1130
- def self.data_driven_model_status
1131
- require "google/ads/google_ads/v1/enums/data_driven_model_status_pb.rb"
1132
- Google::Ads::GoogleAds::V1::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
1001
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
1002
+ def self.ad_group_criterion_approval_status
1003
+ require "google/ads/google_ads/v1/enums/ad_group_criterion_approval_status_pb.rb"
1004
+ Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
1133
1005
  end
1134
1006
 
1135
- # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
1007
+ # Returns the descriptor for the AdGroupCriterionStatus enum
1136
1008
  #
1137
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
1138
- def self.customer_pay_per_conversion_eligibility_failure_reason
1139
- require "google/ads/google_ads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
1140
- Google::Ads::GoogleAds::V1::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
1009
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
1010
+ def self.ad_group_criterion_status
1011
+ require "google/ads/google_ads/v1/enums/ad_group_criterion_status_pb.rb"
1012
+ Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
1141
1013
  end
1142
1014
 
1143
- # Returns the descriptor for the CampaignExperimentStatus enum
1015
+ # Returns the descriptor for the BiddingSource enum
1144
1016
  #
1145
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
1146
- def self.campaign_experiment_status
1147
- require "google/ads/google_ads/v1/enums/campaign_experiment_status_pb.rb"
1148
- Google::Ads::GoogleAds::V1::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
1017
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
1018
+ def self.bidding_source
1019
+ require "google/ads/google_ads/v1/enums/bidding_source_pb.rb"
1020
+ Google::Ads::GoogleAds::V1::Enums::BiddingSourceEnum::BiddingSource.descriptor
1149
1021
  end
1150
1022
 
1151
- # Returns the descriptor for the CampaignExperimentTrafficSplitType enum
1023
+ # Returns the descriptor for the CriterionSystemServingStatus enum
1152
1024
  #
1153
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
1154
- def self.campaign_experiment_traffic_split_type
1155
- require "google/ads/google_ads/v1/enums/campaign_experiment_traffic_split_type_pb.rb"
1156
- Google::Ads::GoogleAds::V1::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
1025
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
1026
+ def self.criterion_system_serving_status
1027
+ require "google/ads/google_ads/v1/enums/criterion_system_serving_status_pb.rb"
1028
+ Google::Ads::GoogleAds::V1::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
1157
1029
  end
1158
1030
 
1159
- # Returns the descriptor for the MobileDeviceType enum
1031
+ # Returns the descriptor for the QualityScoreBucket enum
1160
1032
  #
1161
- # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
1162
- def self.mobile_device_type
1163
- require "google/ads/google_ads/v1/enums/mobile_device_type_pb.rb"
1164
- Google::Ads::GoogleAds::V1::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
1033
+ # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
1034
+ def self.quality_score_bucket
1035
+ require "google/ads/google_ads/v1/enums/quality_score_bucket_pb.rb"
1036
+ Google::Ads::GoogleAds::V1::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
1165
1037
  end
1166
1038
 
1167
- # Returns the descriptor for the OperatingSystemVersionOperatorType enum
1039
+ # Returns the descriptor for the MediaType enum
1168
1040
  #
1169
- # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
1170
- def self.operating_system_version_operator_type
1171
- require "google/ads/google_ads/v1/enums/operating_system_version_operator_type_pb.rb"
1172
- Google::Ads::GoogleAds::V1::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
1041
+ # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
1042
+ def self.media_type
1043
+ require "google/ads/google_ads/v1/enums/media_type_pb.rb"
1044
+ Google::Ads::GoogleAds::V1::Enums::MediaTypeEnum::MediaType.descriptor
1173
1045
  end
1174
1046
 
1175
- # Returns the descriptor for the SearchTermTargetingStatus enum
1047
+ # Returns the descriptor for the FeedItemTargetType enum
1176
1048
  #
1177
- # @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
1178
- def self.search_term_targeting_status
1179
- require "google/ads/google_ads/v1/enums/search_term_targeting_status_pb.rb"
1180
- Google::Ads::GoogleAds::V1::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
1049
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
1050
+ def self.feed_item_target_type
1051
+ require "google/ads/google_ads/v1/enums/feed_item_target_type_pb.rb"
1052
+ Google::Ads::GoogleAds::V1::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
1181
1053
  end
1182
1054
 
1183
1055
  # Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
@@ -1220,6 +1092,38 @@ module Google
1220
1092
  Google::Ads::GoogleAds::V1::Resources::FeedAttributeOperation::Operator.descriptor
1221
1093
  end
1222
1094
 
1095
+ # Returns the descriptor for the RecommendationType enum
1096
+ #
1097
+ # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
1098
+ def self.recommendation_type
1099
+ require "google/ads/google_ads/v1/enums/recommendation_type_pb.rb"
1100
+ Google::Ads::GoogleAds::V1::Enums::RecommendationTypeEnum::RecommendationType.descriptor
1101
+ end
1102
+
1103
+ # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
1104
+ #
1105
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
1106
+ def self.target_cpa_opt_in_recommendation_goal
1107
+ require "google/ads/google_ads/v1/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
1108
+ Google::Ads::GoogleAds::V1::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
1109
+ end
1110
+
1111
+ # Returns the descriptor for the CampaignCriterionStatus enum
1112
+ #
1113
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
1114
+ def self.campaign_criterion_status
1115
+ require "google/ads/google_ads/v1/enums/campaign_criterion_status_pb.rb"
1116
+ Google::Ads::GoogleAds::V1::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
1117
+ end
1118
+
1119
+ # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
1120
+ #
1121
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
1122
+ def self.customer_pay_per_conversion_eligibility_failure_reason
1123
+ require "google/ads/google_ads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
1124
+ Google::Ads::GoogleAds::V1::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
1125
+ end
1126
+
1223
1127
  # Returns the descriptor for the TargetingDimension enum
1224
1128
  #
1225
1129
  # @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
@@ -1252,60 +1156,124 @@ module Google
1252
1156
  Google::Ads::GoogleAds::V1::Enums::AdGroupTypeEnum::AdGroupType.descriptor
1253
1157
  end
1254
1158
 
1255
- # Returns the descriptor for the BudgetDeliveryMethod enum
1159
+ # Returns the descriptor for the CustomerMatchUploadKeyType enum
1256
1160
  #
1257
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
1258
- def self.budget_delivery_method
1259
- require "google/ads/google_ads/v1/enums/budget_delivery_method_pb.rb"
1260
- Google::Ads::GoogleAds::V1::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
1161
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
1162
+ def self.customer_match_upload_key_type
1163
+ require "google/ads/google_ads/v1/enums/customer_match_upload_key_type_pb.rb"
1164
+ Google::Ads::GoogleAds::V1::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
1261
1165
  end
1262
1166
 
1263
- # Returns the descriptor for the BudgetPeriod enum
1167
+ # Returns the descriptor for the UserListCombinedRuleOperator enum
1264
1168
  #
1265
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
1266
- def self.budget_period
1267
- require "google/ads/google_ads/v1/enums/budget_period_pb.rb"
1268
- Google::Ads::GoogleAds::V1::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
1169
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
1170
+ def self.user_list_combined_rule_operator
1171
+ require "google/ads/google_ads/v1/enums/user_list_combined_rule_operator_pb.rb"
1172
+ Google::Ads::GoogleAds::V1::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
1269
1173
  end
1270
1174
 
1271
- # Returns the descriptor for the BudgetStatus enum
1175
+ # Returns the descriptor for the UserListCrmDataSourceType enum
1272
1176
  #
1273
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
1274
- def self.budget_status
1275
- require "google/ads/google_ads/v1/enums/budget_status_pb.rb"
1276
- Google::Ads::GoogleAds::V1::Enums::BudgetStatusEnum::BudgetStatus.descriptor
1177
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
1178
+ def self.user_list_crm_data_source_type
1179
+ require "google/ads/google_ads/v1/enums/user_list_crm_data_source_type_pb.rb"
1180
+ Google::Ads::GoogleAds::V1::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
1277
1181
  end
1278
1182
 
1279
- # Returns the descriptor for the BudgetType enum
1183
+ # Returns the descriptor for the UserListDateRuleItemOperator enum
1280
1184
  #
1281
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
1282
- def self.budget_type
1283
- require "google/ads/google_ads/v1/enums/budget_type_pb.rb"
1284
- Google::Ads::GoogleAds::V1::Enums::BudgetTypeEnum::BudgetType.descriptor
1185
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
1186
+ def self.user_list_date_rule_item_operator
1187
+ require "google/ads/google_ads/v1/enums/user_list_date_rule_item_operator_pb.rb"
1188
+ Google::Ads::GoogleAds::V1::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
1285
1189
  end
1286
1190
 
1287
- # Returns the descriptor for the PlacementType enum
1191
+ # Returns the descriptor for the UserListLogicalRuleOperator enum
1288
1192
  #
1289
- # @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
1290
- def self.placement_type
1291
- require "google/ads/google_ads/v1/enums/placement_type_pb.rb"
1292
- Google::Ads::GoogleAds::V1::Enums::PlacementTypeEnum::PlacementType.descriptor
1193
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
1194
+ def self.user_list_logical_rule_operator
1195
+ require "google/ads/google_ads/v1/enums/user_list_logical_rule_operator_pb.rb"
1196
+ Google::Ads::GoogleAds::V1::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
1293
1197
  end
1294
1198
 
1295
- # Returns the descriptor for the AdGroupAdStatus enum
1199
+ # Returns the descriptor for the UserListNumberRuleItemOperator enum
1296
1200
  #
1297
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
1298
- def self.ad_group_ad_status
1299
- require "google/ads/google_ads/v1/enums/ad_group_ad_status_pb.rb"
1300
- Google::Ads::GoogleAds::V1::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
1201
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
1202
+ def self.user_list_number_rule_item_operator
1203
+ require "google/ads/google_ads/v1/enums/user_list_number_rule_item_operator_pb.rb"
1204
+ Google::Ads::GoogleAds::V1::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
1301
1205
  end
1302
1206
 
1303
- # Returns the descriptor for the AdStrength enum
1207
+ # Returns the descriptor for the UserListPrepopulationStatus enum
1304
1208
  #
1305
- # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
1306
- def self.ad_strength
1307
- require "google/ads/google_ads/v1/enums/ad_strength_pb.rb"
1308
- Google::Ads::GoogleAds::V1::Enums::AdStrengthEnum::AdStrength.descriptor
1209
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
1210
+ def self.user_list_prepopulation_status
1211
+ require "google/ads/google_ads/v1/enums/user_list_prepopulation_status_pb.rb"
1212
+ Google::Ads::GoogleAds::V1::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
1213
+ end
1214
+
1215
+ # Returns the descriptor for the UserListRuleType enum
1216
+ #
1217
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
1218
+ def self.user_list_rule_type
1219
+ require "google/ads/google_ads/v1/enums/user_list_rule_type_pb.rb"
1220
+ Google::Ads::GoogleAds::V1::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
1221
+ end
1222
+
1223
+ # Returns the descriptor for the UserListStringRuleItemOperator enum
1224
+ #
1225
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
1226
+ def self.user_list_string_rule_item_operator
1227
+ require "google/ads/google_ads/v1/enums/user_list_string_rule_item_operator_pb.rb"
1228
+ Google::Ads::GoogleAds::V1::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
1229
+ end
1230
+
1231
+ # Returns the descriptor for the AccessReason enum
1232
+ #
1233
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
1234
+ def self.access_reason
1235
+ require "google/ads/google_ads/v1/enums/access_reason_pb.rb"
1236
+ Google::Ads::GoogleAds::V1::Enums::AccessReasonEnum::AccessReason.descriptor
1237
+ end
1238
+
1239
+ # Returns the descriptor for the UserListAccessStatus enum
1240
+ #
1241
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
1242
+ def self.user_list_access_status
1243
+ require "google/ads/google_ads/v1/enums/user_list_access_status_pb.rb"
1244
+ Google::Ads::GoogleAds::V1::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
1245
+ end
1246
+
1247
+ # Returns the descriptor for the UserListClosingReason enum
1248
+ #
1249
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
1250
+ def self.user_list_closing_reason
1251
+ require "google/ads/google_ads/v1/enums/user_list_closing_reason_pb.rb"
1252
+ Google::Ads::GoogleAds::V1::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
1253
+ end
1254
+
1255
+ # Returns the descriptor for the UserListMembershipStatus enum
1256
+ #
1257
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
1258
+ def self.user_list_membership_status
1259
+ require "google/ads/google_ads/v1/enums/user_list_membership_status_pb.rb"
1260
+ Google::Ads::GoogleAds::V1::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
1261
+ end
1262
+
1263
+ # Returns the descriptor for the UserListSizeRange enum
1264
+ #
1265
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
1266
+ def self.user_list_size_range
1267
+ require "google/ads/google_ads/v1/enums/user_list_size_range_pb.rb"
1268
+ Google::Ads::GoogleAds::V1::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
1269
+ end
1270
+
1271
+ # Returns the descriptor for the UserListType enum
1272
+ #
1273
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
1274
+ def self.user_list_type
1275
+ require "google/ads/google_ads/v1/enums/user_list_type_pb.rb"
1276
+ Google::Ads::GoogleAds::V1::Enums::UserListTypeEnum::UserListType.descriptor
1309
1277
  end
1310
1278
 
1311
1279
  # Returns the descriptor for the PageOnePromotedStrategyGoal enum
@@ -1324,54 +1292,6 @@ module Google
1324
1292
  Google::Ads::GoogleAds::V1::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
1325
1293
  end
1326
1294
 
1327
- # Returns the descriptor for the BiddingStrategyStatus enum
1328
- #
1329
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
1330
- def self.bidding_strategy_status
1331
- require "google/ads/google_ads/v1/enums/bidding_strategy_status_pb.rb"
1332
- Google::Ads::GoogleAds::V1::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
1333
- end
1334
-
1335
- # Returns the descriptor for the BiddingStrategyType enum
1336
- #
1337
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
1338
- def self.bidding_strategy_type
1339
- require "google/ads/google_ads/v1/enums/bidding_strategy_type_pb.rb"
1340
- Google::Ads::GoogleAds::V1::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
1341
- end
1342
-
1343
- # Returns the descriptor for the ProductBiddingCategoryStatus enum
1344
- #
1345
- # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
1346
- def self.product_bidding_category_status
1347
- require "google/ads/google_ads/v1/enums/product_bidding_category_status_pb.rb"
1348
- Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
1349
- end
1350
-
1351
- # Returns the descriptor for the CustomInterestMemberType enum
1352
- #
1353
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
1354
- def self.custom_interest_member_type
1355
- require "google/ads/google_ads/v1/enums/custom_interest_member_type_pb.rb"
1356
- Google::Ads::GoogleAds::V1::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
1357
- end
1358
-
1359
- # Returns the descriptor for the CustomInterestStatus enum
1360
- #
1361
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
1362
- def self.custom_interest_status
1363
- require "google/ads/google_ads/v1/enums/custom_interest_status_pb.rb"
1364
- Google::Ads::GoogleAds::V1::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
1365
- end
1366
-
1367
- # Returns the descriptor for the CustomInterestType enum
1368
- #
1369
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
1370
- def self.custom_interest_type
1371
- require "google/ads/google_ads/v1/enums/custom_interest_type_pb.rb"
1372
- Google::Ads::GoogleAds::V1::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
1373
- end
1374
-
1375
1295
  # Returns the descriptor for the FrequencyCapEventType enum
1376
1296
  #
1377
1297
  # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
@@ -1420,6 +1340,14 @@ module Google
1420
1340
  Google::Ads::GoogleAds::V1::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
1421
1341
  end
1422
1342
 
1343
+ # Returns the descriptor for the BiddingStrategyType enum
1344
+ #
1345
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
1346
+ def self.bidding_strategy_type
1347
+ require "google/ads/google_ads/v1/enums/bidding_strategy_type_pb.rb"
1348
+ Google::Ads::GoogleAds::V1::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
1349
+ end
1350
+
1423
1351
  # Returns the descriptor for the BrandSafetySuitability enum
1424
1352
  #
1425
1353
  # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
@@ -1492,12 +1420,60 @@ module Google
1492
1420
  Google::Ads::GoogleAds::V1::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
1493
1421
  end
1494
1422
 
1495
- # Returns the descriptor for the KeywordPlanNetwork enum
1423
+ # Returns the descriptor for the AccountBudgetProposalStatus enum
1496
1424
  #
1497
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
1498
- def self.keyword_plan_network
1499
- require "google/ads/google_ads/v1/enums/keyword_plan_network_pb.rb"
1500
- Google::Ads::GoogleAds::V1::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
1425
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
1426
+ def self.account_budget_proposal_status
1427
+ require "google/ads/google_ads/v1/enums/account_budget_proposal_status_pb.rb"
1428
+ Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
1429
+ end
1430
+
1431
+ # Returns the descriptor for the BidModifierSource enum
1432
+ #
1433
+ # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
1434
+ def self.bid_modifier_source
1435
+ require "google/ads/google_ads/v1/enums/bid_modifier_source_pb.rb"
1436
+ Google::Ads::GoogleAds::V1::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
1437
+ end
1438
+
1439
+ # Returns the descriptor for the PlacementType enum
1440
+ #
1441
+ # @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
1442
+ def self.placement_type
1443
+ require "google/ads/google_ads/v1/enums/placement_type_pb.rb"
1444
+ Google::Ads::GoogleAds::V1::Enums::PlacementTypeEnum::PlacementType.descriptor
1445
+ end
1446
+
1447
+ # Returns the descriptor for the BudgetDeliveryMethod enum
1448
+ #
1449
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
1450
+ def self.budget_delivery_method
1451
+ require "google/ads/google_ads/v1/enums/budget_delivery_method_pb.rb"
1452
+ Google::Ads::GoogleAds::V1::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
1453
+ end
1454
+
1455
+ # Returns the descriptor for the BudgetPeriod enum
1456
+ #
1457
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
1458
+ def self.budget_period
1459
+ require "google/ads/google_ads/v1/enums/budget_period_pb.rb"
1460
+ Google::Ads::GoogleAds::V1::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
1461
+ end
1462
+
1463
+ # Returns the descriptor for the BudgetStatus enum
1464
+ #
1465
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
1466
+ def self.budget_status
1467
+ require "google/ads/google_ads/v1/enums/budget_status_pb.rb"
1468
+ Google::Ads::GoogleAds::V1::Enums::BudgetStatusEnum::BudgetStatus.descriptor
1469
+ end
1470
+
1471
+ # Returns the descriptor for the BudgetType enum
1472
+ #
1473
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
1474
+ def self.budget_type
1475
+ require "google/ads/google_ads/v1/enums/budget_type_pb.rb"
1476
+ Google::Ads::GoogleAds::V1::Enums::BudgetTypeEnum::BudgetType.descriptor
1501
1477
  end
1502
1478
 
1503
1479
  # Returns the descriptor for the BillingSetupStatus enum
@@ -1508,20 +1484,44 @@ module Google
1508
1484
  Google::Ads::GoogleAds::V1::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
1509
1485
  end
1510
1486
 
1511
- # Returns the descriptor for the BidModifierSource enum
1487
+ # Returns the descriptor for the MerchantCenterLinkStatus enum
1512
1488
  #
1513
- # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
1514
- def self.bid_modifier_source
1515
- require "google/ads/google_ads/v1/enums/bid_modifier_source_pb.rb"
1516
- Google::Ads::GoogleAds::V1::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
1489
+ # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
1490
+ def self.merchant_center_link_status
1491
+ require "google/ads/google_ads/v1/enums/merchant_center_link_status_pb.rb"
1492
+ Google::Ads::GoogleAds::V1::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
1517
1493
  end
1518
1494
 
1519
- # Returns the descriptor for the MutateJobStatus enum
1495
+ # Returns the descriptor for the KeywordPlanNetwork enum
1520
1496
  #
1521
- # @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
1522
- def self.mutate_job_status
1523
- require "google/ads/google_ads/v1/enums/mutate_job_status_pb.rb"
1524
- Google::Ads::GoogleAds::V1::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
1497
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
1498
+ def self.keyword_plan_network
1499
+ require "google/ads/google_ads/v1/enums/keyword_plan_network_pb.rb"
1500
+ Google::Ads::GoogleAds::V1::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
1501
+ end
1502
+
1503
+ # Returns the descriptor for the BiddingStrategyStatus enum
1504
+ #
1505
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
1506
+ def self.bidding_strategy_status
1507
+ require "google/ads/google_ads/v1/enums/bidding_strategy_status_pb.rb"
1508
+ Google::Ads::GoogleAds::V1::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
1509
+ end
1510
+
1511
+ # Returns the descriptor for the GeoTargetConstantStatus enum
1512
+ #
1513
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
1514
+ def self.geo_target_constant_status
1515
+ require "google/ads/google_ads/v1/enums/geo_target_constant_status_pb.rb"
1516
+ Google::Ads::GoogleAds::V1::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
1517
+ end
1518
+
1519
+ # Returns the descriptor for the MobileDeviceType enum
1520
+ #
1521
+ # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
1522
+ def self.mobile_device_type
1523
+ require "google/ads/google_ads/v1/enums/mobile_device_type_pb.rb"
1524
+ Google::Ads::GoogleAds::V1::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
1525
1525
  end
1526
1526
 
1527
1527
  # Returns the descriptor for the KeywordPlanCompetitionLevel enum
@@ -1606,138 +1606,50 @@ module Google
1606
1606
 
1607
1607
  # Returns the descriptor for the SearchEngineResultsPageType enum
1608
1608
  #
1609
- # @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
1610
- def self.search_engine_results_page_type
1611
- require "google/ads/google_ads/v1/enums/search_engine_results_page_type_pb.rb"
1612
- Google::Ads::GoogleAds::V1::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
1613
- end
1614
-
1615
- # Returns the descriptor for the SearchTermMatchType enum
1616
- #
1617
- # @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
1618
- def self.search_term_match_type
1619
- require "google/ads/google_ads/v1/enums/search_term_match_type_pb.rb"
1620
- Google::Ads::GoogleAds::V1::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
1621
- end
1622
-
1623
- # Returns the descriptor for the Slot enum
1624
- #
1625
- # @return [Google::Protobuf::EnumDescriptor] for the Slot enum
1626
- def self.slot
1627
- require "google/ads/google_ads/v1/enums/slot_pb.rb"
1628
- Google::Ads::GoogleAds::V1::Enums::SlotEnum::Slot.descriptor
1629
- end
1630
-
1631
- # Returns the descriptor for the ConversionAdjustmentType enum
1632
- #
1633
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
1634
- def self.conversion_adjustment_type
1635
- require "google/ads/google_ads/v1/enums/conversion_adjustment_type_pb.rb"
1636
- Google::Ads::GoogleAds::V1::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
1637
- end
1638
-
1639
- # Returns the descriptor for the StringLengthError enum
1640
- #
1641
- # @return [Google::Protobuf::EnumDescriptor] for the StringLengthError enum
1642
- def self.string_length_error
1643
- require "google/ads/google_ads/v1/errors/string_length_error_pb.rb"
1644
- Google::Ads::GoogleAds::V1::Errors::StringLengthErrorEnum::StringLengthError.descriptor
1645
- end
1646
-
1647
- # Returns the descriptor for the CampaignDraftError enum
1648
- #
1649
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftError enum
1650
- def self.campaign_draft_error
1651
- require "google/ads/google_ads/v1/errors/campaign_draft_error_pb.rb"
1652
- Google::Ads::GoogleAds::V1::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
1653
- end
1654
-
1655
- # Returns the descriptor for the ContextError enum
1656
- #
1657
- # @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
1658
- def self.context_error
1659
- require "google/ads/google_ads/v1/errors/context_error_pb.rb"
1660
- Google::Ads::GoogleAds::V1::Errors::ContextErrorEnum::ContextError.descriptor
1661
- end
1662
-
1663
- # Returns the descriptor for the StringFormatError enum
1664
- #
1665
- # @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
1666
- def self.string_format_error
1667
- require "google/ads/google_ads/v1/errors/string_format_error_pb.rb"
1668
- Google::Ads::GoogleAds::V1::Errors::StringFormatErrorEnum::StringFormatError.descriptor
1669
- end
1670
-
1671
- # Returns the descriptor for the FieldError enum
1672
- #
1673
- # @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
1674
- def self.field_error
1675
- require "google/ads/google_ads/v1/errors/field_error_pb.rb"
1676
- Google::Ads::GoogleAds::V1::Errors::FieldErrorEnum::FieldError.descriptor
1677
- end
1678
-
1679
- # Returns the descriptor for the YoutubeVideoRegistrationError enum
1680
- #
1681
- # @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
1682
- def self.youtube_video_registration_error
1683
- require "google/ads/google_ads/v1/errors/youtube_video_registration_error_pb.rb"
1684
- Google::Ads::GoogleAds::V1::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
1685
- end
1686
-
1687
- # Returns the descriptor for the QuotaError enum
1688
- #
1689
- # @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
1690
- def self.quota_error
1691
- require "google/ads/google_ads/v1/errors/quota_error_pb.rb"
1692
- Google::Ads::GoogleAds::V1::Errors::QuotaErrorEnum::QuotaError.descriptor
1693
- end
1694
-
1695
- # Returns the descriptor for the UrlFieldError enum
1696
- #
1697
- # @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
1698
- def self.url_field_error
1699
- require "google/ads/google_ads/v1/errors/url_field_error_pb.rb"
1700
- Google::Ads::GoogleAds::V1::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
1609
+ # @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
1610
+ def self.search_engine_results_page_type
1611
+ require "google/ads/google_ads/v1/enums/search_engine_results_page_type_pb.rb"
1612
+ Google::Ads::GoogleAds::V1::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
1701
1613
  end
1702
1614
 
1703
- # Returns the descriptor for the AuthorizationError enum
1615
+ # Returns the descriptor for the SearchTermMatchType enum
1704
1616
  #
1705
- # @return [Google::Protobuf::EnumDescriptor] for the AuthorizationError enum
1706
- def self.authorization_error
1707
- require "google/ads/google_ads/v1/errors/authorization_error_pb.rb"
1708
- Google::Ads::GoogleAds::V1::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
1617
+ # @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
1618
+ def self.search_term_match_type
1619
+ require "google/ads/google_ads/v1/enums/search_term_match_type_pb.rb"
1620
+ Google::Ads::GoogleAds::V1::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
1709
1621
  end
1710
1622
 
1711
- # Returns the descriptor for the FeedItemTargetError enum
1623
+ # Returns the descriptor for the Slot enum
1712
1624
  #
1713
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
1714
- def self.feed_item_target_error
1715
- require "google/ads/google_ads/v1/errors/feed_item_target_error_pb.rb"
1716
- Google::Ads::GoogleAds::V1::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
1625
+ # @return [Google::Protobuf::EnumDescriptor] for the Slot enum
1626
+ def self.slot
1627
+ require "google/ads/google_ads/v1/enums/slot_pb.rb"
1628
+ Google::Ads::GoogleAds::V1::Enums::SlotEnum::Slot.descriptor
1717
1629
  end
1718
1630
 
1719
- # Returns the descriptor for the EnumError enum
1631
+ # Returns the descriptor for the ConversionAdjustmentType enum
1720
1632
  #
1721
- # @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
1722
- def self.enum_error
1723
- require "google/ads/google_ads/v1/errors/enum_error_pb.rb"
1724
- Google::Ads::GoogleAds::V1::Errors::EnumErrorEnum::EnumError.descriptor
1633
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
1634
+ def self.conversion_adjustment_type
1635
+ require "google/ads/google_ads/v1/enums/conversion_adjustment_type_pb.rb"
1636
+ Google::Ads::GoogleAds::V1::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
1725
1637
  end
1726
1638
 
1727
- # Returns the descriptor for the RangeError enum
1639
+ # Returns the descriptor for the LabelError enum
1728
1640
  #
1729
- # @return [Google::Protobuf::EnumDescriptor] for the RangeError enum
1730
- def self.range_error
1731
- require "google/ads/google_ads/v1/errors/range_error_pb.rb"
1732
- Google::Ads::GoogleAds::V1::Errors::RangeErrorEnum::RangeError.descriptor
1641
+ # @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
1642
+ def self.label_error
1643
+ require "google/ads/google_ads/v1/errors/label_error_pb.rb"
1644
+ Google::Ads::GoogleAds::V1::Errors::LabelErrorEnum::LabelError.descriptor
1733
1645
  end
1734
1646
 
1735
- # Returns the descriptor for the HeaderError enum
1647
+ # Returns the descriptor for the CampaignExperimentError enum
1736
1648
  #
1737
- # @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
1738
- def self.header_error
1739
- require "google/ads/google_ads/v1/errors/header_error_pb.rb"
1740
- Google::Ads::GoogleAds::V1::Errors::HeaderErrorEnum::HeaderError.descriptor
1649
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
1650
+ def self.campaign_experiment_error
1651
+ require "google/ads/google_ads/v1/errors/campaign_experiment_error_pb.rb"
1652
+ Google::Ads::GoogleAds::V1::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
1741
1653
  end
1742
1654
 
1743
1655
  # Returns the descriptor for the SharedSetError enum
@@ -1748,36 +1660,36 @@ module Google
1748
1660
  Google::Ads::GoogleAds::V1::Errors::SharedSetErrorEnum::SharedSetError.descriptor
1749
1661
  end
1750
1662
 
1751
- # Returns the descriptor for the AccountBudgetProposalError enum
1663
+ # Returns the descriptor for the FunctionParsingError enum
1752
1664
  #
1753
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
1754
- def self.account_budget_proposal_error
1755
- require "google/ads/google_ads/v1/errors/account_budget_proposal_error_pb.rb"
1756
- Google::Ads::GoogleAds::V1::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
1665
+ # @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
1666
+ def self.function_parsing_error
1667
+ require "google/ads/google_ads/v1/errors/function_parsing_error_pb.rb"
1668
+ Google::Ads::GoogleAds::V1::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
1757
1669
  end
1758
1670
 
1759
- # Returns the descriptor for the AdxError enum
1671
+ # Returns the descriptor for the FeedItemError enum
1760
1672
  #
1761
- # @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
1762
- def self.adx_error
1763
- require "google/ads/google_ads/v1/errors/adx_error_pb.rb"
1764
- Google::Ads::GoogleAds::V1::Errors::AdxErrorEnum::AdxError.descriptor
1673
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
1674
+ def self.feed_item_error
1675
+ require "google/ads/google_ads/v1/errors/feed_item_error_pb.rb"
1676
+ Google::Ads::GoogleAds::V1::Errors::FeedItemErrorEnum::FeedItemError.descriptor
1765
1677
  end
1766
1678
 
1767
- # Returns the descriptor for the KeywordPlanAdGroupError enum
1679
+ # Returns the descriptor for the ManagerLinkError enum
1768
1680
  #
1769
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
1770
- def self.keyword_plan_ad_group_error
1771
- require "google/ads/google_ads/v1/errors/keyword_plan_ad_group_error_pb.rb"
1772
- Google::Ads::GoogleAds::V1::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
1681
+ # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
1682
+ def self.manager_link_error
1683
+ require "google/ads/google_ads/v1/errors/manager_link_error_pb.rb"
1684
+ Google::Ads::GoogleAds::V1::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
1773
1685
  end
1774
1686
 
1775
- # Returns the descriptor for the CriterionError enum
1687
+ # Returns the descriptor for the AccountBudgetProposalError enum
1776
1688
  #
1777
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionError enum
1778
- def self.criterion_error
1779
- require "google/ads/google_ads/v1/errors/criterion_error_pb.rb"
1780
- Google::Ads::GoogleAds::V1::Errors::CriterionErrorEnum::CriterionError.descriptor
1689
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
1690
+ def self.account_budget_proposal_error
1691
+ require "google/ads/google_ads/v1/errors/account_budget_proposal_error_pb.rb"
1692
+ Google::Ads::GoogleAds::V1::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
1781
1693
  end
1782
1694
 
1783
1695
  # Returns the descriptor for the AdCustomizerError enum
@@ -1852,6 +1764,14 @@ module Google
1852
1764
  Google::Ads::GoogleAds::V1::Errors::AdSharingErrorEnum::AdSharingError.descriptor
1853
1765
  end
1854
1766
 
1767
+ # Returns the descriptor for the AdxError enum
1768
+ #
1769
+ # @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
1770
+ def self.adx_error
1771
+ require "google/ads/google_ads/v1/errors/adx_error_pb.rb"
1772
+ Google::Ads::GoogleAds::V1::Errors::AdxErrorEnum::AdxError.descriptor
1773
+ end
1774
+
1855
1775
  # Returns the descriptor for the AssetError enum
1856
1776
  #
1857
1777
  # @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
@@ -1868,6 +1788,14 @@ module Google
1868
1788
  Google::Ads::GoogleAds::V1::Errors::AuthenticationErrorEnum::AuthenticationError.descriptor
1869
1789
  end
1870
1790
 
1791
+ # Returns the descriptor for the AuthorizationError enum
1792
+ #
1793
+ # @return [Google::Protobuf::EnumDescriptor] for the AuthorizationError enum
1794
+ def self.authorization_error
1795
+ require "google/ads/google_ads/v1/errors/authorization_error_pb.rb"
1796
+ Google::Ads::GoogleAds::V1::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
1797
+ end
1798
+
1871
1799
  # Returns the descriptor for the BiddingError enum
1872
1800
  #
1873
1801
  # @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
@@ -1908,6 +1836,14 @@ module Google
1908
1836
  Google::Ads::GoogleAds::V1::Errors::CampaignCriterionErrorEnum::CampaignCriterionError.descriptor
1909
1837
  end
1910
1838
 
1839
+ # Returns the descriptor for the CampaignDraftError enum
1840
+ #
1841
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftError enum
1842
+ def self.campaign_draft_error
1843
+ require "google/ads/google_ads/v1/errors/campaign_draft_error_pb.rb"
1844
+ Google::Ads::GoogleAds::V1::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
1845
+ end
1846
+
1911
1847
  # Returns the descriptor for the CampaignError enum
1912
1848
  #
1913
1849
  # @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
@@ -1916,14 +1852,6 @@ module Google
1916
1852
  Google::Ads::GoogleAds::V1::Errors::CampaignErrorEnum::CampaignError.descriptor
1917
1853
  end
1918
1854
 
1919
- # Returns the descriptor for the CampaignExperimentError enum
1920
- #
1921
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
1922
- def self.campaign_experiment_error
1923
- require "google/ads/google_ads/v1/errors/campaign_experiment_error_pb.rb"
1924
- Google::Ads::GoogleAds::V1::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
1925
- end
1926
-
1927
1855
  # Returns the descriptor for the CampaignFeedError enum
1928
1856
  #
1929
1857
  # @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
@@ -1956,6 +1884,14 @@ module Google
1956
1884
  Google::Ads::GoogleAds::V1::Errors::CollectionSizeErrorEnum::CollectionSizeError.descriptor
1957
1885
  end
1958
1886
 
1887
+ # Returns the descriptor for the ContextError enum
1888
+ #
1889
+ # @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
1890
+ def self.context_error
1891
+ require "google/ads/google_ads/v1/errors/context_error_pb.rb"
1892
+ Google::Ads::GoogleAds::V1::Errors::ContextErrorEnum::ContextError.descriptor
1893
+ end
1894
+
1959
1895
  # Returns the descriptor for the ConversionActionError enum
1960
1896
  #
1961
1897
  # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
@@ -1988,6 +1924,14 @@ module Google
1988
1924
  Google::Ads::GoogleAds::V1::Errors::CountryCodeErrorEnum::CountryCodeError.descriptor
1989
1925
  end
1990
1926
 
1927
+ # Returns the descriptor for the CriterionError enum
1928
+ #
1929
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionError enum
1930
+ def self.criterion_error
1931
+ require "google/ads/google_ads/v1/errors/criterion_error_pb.rb"
1932
+ Google::Ads::GoogleAds::V1::Errors::CriterionErrorEnum::CriterionError.descriptor
1933
+ end
1934
+
1991
1935
  # Returns the descriptor for the CustomInterestError enum
1992
1936
  #
1993
1937
  # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
@@ -2060,6 +2004,14 @@ module Google
2060
2004
  Google::Ads::GoogleAds::V1::Errors::DistinctErrorEnum::DistinctError.descriptor
2061
2005
  end
2062
2006
 
2007
+ # Returns the descriptor for the EnumError enum
2008
+ #
2009
+ # @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
2010
+ def self.enum_error
2011
+ require "google/ads/google_ads/v1/errors/enum_error_pb.rb"
2012
+ Google::Ads::GoogleAds::V1::Errors::EnumErrorEnum::EnumError.descriptor
2013
+ end
2014
+
2063
2015
  # Returns the descriptor for the ExtensionFeedItemError enum
2064
2016
  #
2065
2017
  # @return [Google::Protobuf::EnumDescriptor] for the ExtensionFeedItemError enum
@@ -2092,12 +2044,12 @@ module Google
2092
2044
  Google::Ads::GoogleAds::V1::Errors::FeedErrorEnum::FeedError.descriptor
2093
2045
  end
2094
2046
 
2095
- # Returns the descriptor for the FeedItemError enum
2047
+ # Returns the descriptor for the FeedItemTargetError enum
2096
2048
  #
2097
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
2098
- def self.feed_item_error
2099
- require "google/ads/google_ads/v1/errors/feed_item_error_pb.rb"
2100
- Google::Ads::GoogleAds::V1::Errors::FeedItemErrorEnum::FeedItemError.descriptor
2049
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
2050
+ def self.feed_item_target_error
2051
+ require "google/ads/google_ads/v1/errors/feed_item_target_error_pb.rb"
2052
+ Google::Ads::GoogleAds::V1::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
2101
2053
  end
2102
2054
 
2103
2055
  # Returns the descriptor for the FeedMappingError enum
@@ -2108,6 +2060,14 @@ module Google
2108
2060
  Google::Ads::GoogleAds::V1::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
2109
2061
  end
2110
2062
 
2063
+ # Returns the descriptor for the FieldError enum
2064
+ #
2065
+ # @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
2066
+ def self.field_error
2067
+ require "google/ads/google_ads/v1/errors/field_error_pb.rb"
2068
+ Google::Ads::GoogleAds::V1::Errors::FieldErrorEnum::FieldError.descriptor
2069
+ end
2070
+
2111
2071
  # Returns the descriptor for the FieldMaskError enum
2112
2072
  #
2113
2073
  # @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
@@ -2124,14 +2084,6 @@ module Google
2124
2084
  Google::Ads::GoogleAds::V1::Errors::FunctionErrorEnum::FunctionError.descriptor
2125
2085
  end
2126
2086
 
2127
- # Returns the descriptor for the FunctionParsingError enum
2128
- #
2129
- # @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
2130
- def self.function_parsing_error
2131
- require "google/ads/google_ads/v1/errors/function_parsing_error_pb.rb"
2132
- Google::Ads::GoogleAds::V1::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
2133
- end
2134
-
2135
2087
  # Returns the descriptor for the GeoTargetConstantSuggestionError enum
2136
2088
  #
2137
2089
  # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantSuggestionError enum
@@ -2140,6 +2092,14 @@ module Google
2140
2092
  Google::Ads::GoogleAds::V1::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
2141
2093
  end
2142
2094
 
2095
+ # Returns the descriptor for the HeaderError enum
2096
+ #
2097
+ # @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
2098
+ def self.header_error
2099
+ require "google/ads/google_ads/v1/errors/header_error_pb.rb"
2100
+ Google::Ads::GoogleAds::V1::Errors::HeaderErrorEnum::HeaderError.descriptor
2101
+ end
2102
+
2143
2103
  # Returns the descriptor for the IdError enum
2144
2104
  #
2145
2105
  # @return [Google::Protobuf::EnumDescriptor] for the IdError enum
@@ -2164,6 +2124,14 @@ module Google
2164
2124
  Google::Ads::GoogleAds::V1::Errors::InternalErrorEnum::InternalError.descriptor
2165
2125
  end
2166
2126
 
2127
+ # Returns the descriptor for the KeywordPlanAdGroupError enum
2128
+ #
2129
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
2130
+ def self.keyword_plan_ad_group_error
2131
+ require "google/ads/google_ads/v1/errors/keyword_plan_ad_group_error_pb.rb"
2132
+ Google::Ads::GoogleAds::V1::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
2133
+ end
2134
+
2167
2135
  # Returns the descriptor for the KeywordPlanCampaignError enum
2168
2136
  #
2169
2137
  # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
@@ -2204,14 +2172,6 @@ module Google
2204
2172
  Google::Ads::GoogleAds::V1::Errors::KeywordPlanNegativeKeywordErrorEnum::KeywordPlanNegativeKeywordError.descriptor
2205
2173
  end
2206
2174
 
2207
- # Returns the descriptor for the LabelError enum
2208
- #
2209
- # @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
2210
- def self.label_error
2211
- require "google/ads/google_ads/v1/errors/label_error_pb.rb"
2212
- Google::Ads::GoogleAds::V1::Errors::LabelErrorEnum::LabelError.descriptor
2213
- end
2214
-
2215
2175
  # Returns the descriptor for the LanguageCodeError enum
2216
2176
  #
2217
2177
  # @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
@@ -2228,14 +2188,6 @@ module Google
2228
2188
  Google::Ads::GoogleAds::V1::Errors::ListOperationErrorEnum::ListOperationError.descriptor
2229
2189
  end
2230
2190
 
2231
- # Returns the descriptor for the ManagerLinkError enum
2232
- #
2233
- # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
2234
- def self.manager_link_error
2235
- require "google/ads/google_ads/v1/errors/manager_link_error_pb.rb"
2236
- Google::Ads::GoogleAds::V1::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
2237
- end
2238
-
2239
2191
  # Returns the descriptor for the MediaBundleError enum
2240
2192
  #
2241
2193
  # @return [Google::Protobuf::EnumDescriptor] for the MediaBundleError enum
@@ -2372,6 +2324,22 @@ module Google
2372
2324
  Google::Ads::GoogleAds::V1::Errors::QueryErrorEnum::QueryError.descriptor
2373
2325
  end
2374
2326
 
2327
+ # Returns the descriptor for the QuotaError enum
2328
+ #
2329
+ # @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
2330
+ def self.quota_error
2331
+ require "google/ads/google_ads/v1/errors/quota_error_pb.rb"
2332
+ Google::Ads::GoogleAds::V1::Errors::QuotaErrorEnum::QuotaError.descriptor
2333
+ end
2334
+
2335
+ # Returns the descriptor for the RangeError enum
2336
+ #
2337
+ # @return [Google::Protobuf::EnumDescriptor] for the RangeError enum
2338
+ def self.range_error
2339
+ require "google/ads/google_ads/v1/errors/range_error_pb.rb"
2340
+ Google::Ads::GoogleAds::V1::Errors::RangeErrorEnum::RangeError.descriptor
2341
+ end
2342
+
2375
2343
  # Returns the descriptor for the RecommendationError enum
2376
2344
  #
2377
2345
  # @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
@@ -2436,6 +2404,30 @@ module Google
2436
2404
  Google::Ads::GoogleAds::V1::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
2437
2405
  end
2438
2406
 
2407
+ # Returns the descriptor for the StringFormatError enum
2408
+ #
2409
+ # @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
2410
+ def self.string_format_error
2411
+ require "google/ads/google_ads/v1/errors/string_format_error_pb.rb"
2412
+ Google::Ads::GoogleAds::V1::Errors::StringFormatErrorEnum::StringFormatError.descriptor
2413
+ end
2414
+
2415
+ # Returns the descriptor for the StringLengthError enum
2416
+ #
2417
+ # @return [Google::Protobuf::EnumDescriptor] for the StringLengthError enum
2418
+ def self.string_length_error
2419
+ require "google/ads/google_ads/v1/errors/string_length_error_pb.rb"
2420
+ Google::Ads::GoogleAds::V1::Errors::StringLengthErrorEnum::StringLengthError.descriptor
2421
+ end
2422
+
2423
+ # Returns the descriptor for the UrlFieldError enum
2424
+ #
2425
+ # @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
2426
+ def self.url_field_error
2427
+ require "google/ads/google_ads/v1/errors/url_field_error_pb.rb"
2428
+ Google::Ads::GoogleAds::V1::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
2429
+ end
2430
+
2439
2431
  # Returns the descriptor for the UserListError enum
2440
2432
  #
2441
2433
  # @return [Google::Protobuf::EnumDescriptor] for the UserListError enum
@@ -2443,6 +2435,14 @@ module Google
2443
2435
  require "google/ads/google_ads/v1/errors/user_list_error_pb.rb"
2444
2436
  Google::Ads::GoogleAds::V1::Errors::UserListErrorEnum::UserListError.descriptor
2445
2437
  end
2438
+
2439
+ # Returns the descriptor for the YoutubeVideoRegistrationError enum
2440
+ #
2441
+ # @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
2442
+ def self.youtube_video_registration_error
2443
+ require "google/ads/google_ads/v1/errors/youtube_video_registration_error_pb.rb"
2444
+ Google::Ads::GoogleAds::V1::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
2445
+ end
2446
2446
  end
2447
2447
  end
2448
2448
  end