google-ads-googleads 3.0.1 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +3 -0
- data/lib/google/ads/google_ads/factories/v1/enums.rb +1170 -1170
- data/lib/google/ads/google_ads/factories/v1/operations.rb +1236 -1236
- data/lib/google/ads/google_ads/factories/v1/resources.rb +2366 -2366
- data/lib/google/ads/google_ads/factories/v1/services.rb +298 -298
- data/lib/google/ads/google_ads/factories/v2/enums.rb +1140 -1116
- data/lib/google/ads/google_ads/factories/v2/operations.rb +1331 -1331
- data/lib/google/ads/google_ads/factories/v2/resources.rb +2573 -2417
- data/lib/google/ads/google_ads/factories/v2/services.rb +329 -309
- data/lib/google/ads/google_ads/v2/common/ad_type_infos_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/common/metrics_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/enums/policy_review_status_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/errors/authorization_error_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/errors/billing_setup_error_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/errors/errors_pb.rb +2 -0
- data/lib/google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb +2 -0
- data/lib/google/ads/google_ads/v2/errors/reach_plan_error_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_criterion_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_pb.rb +13 -13
- data/lib/google/ads/google_ads/v2/resources/customer_client_pb.rb +6 -0
- data/lib/google/ads/google_ads/v2/resources/recommendation_pb.rb +19 -19
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_client.rb +2 -2
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_services_pb.rb +2 -2
- data/lib/google/ads/google_ads/v2/services/campaign_draft_service_client.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/campaign_experiment_service_client.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/label_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/media_file_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/mutate_job_service_client.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/payments_account_service_client.rb +2 -2
- data/lib/google/ads/google_ads/v2/services/payments_account_service_services_pb.rb +3 -3
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_client.rb +436 -0
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_pb.rb +126 -0
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_services_pb.rb +55 -0
- data/lib/google/ads/google_ads/v2/services/remarketing_action_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/shared_criterion_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/shared_set_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/v2/services/user_list_service_pb.rb +0 -1
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +10 -3
@@ -0,0 +1,46 @@
|
|
1
|
+
{
|
2
|
+
"interfaces": {
|
3
|
+
"google.ads.googleads.v2.services.ReachPlanService": {
|
4
|
+
"retry_codes": {
|
5
|
+
"idempotent": [
|
6
|
+
"DEADLINE_EXCEEDED",
|
7
|
+
"UNAVAILABLE"
|
8
|
+
],
|
9
|
+
"non_idempotent": []
|
10
|
+
},
|
11
|
+
"retry_params": {
|
12
|
+
"default": {
|
13
|
+
"initial_retry_delay_millis": 5000,
|
14
|
+
"retry_delay_multiplier": 1.3,
|
15
|
+
"max_retry_delay_millis": 60000,
|
16
|
+
"initial_rpc_timeout_millis": 3600000,
|
17
|
+
"rpc_timeout_multiplier": 1.0,
|
18
|
+
"max_rpc_timeout_millis": 3600000,
|
19
|
+
"total_timeout_millis": 3600000
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"methods": {
|
23
|
+
"ListPlannableLocations": {
|
24
|
+
"timeout_millis": 60000,
|
25
|
+
"retry_codes_name": "non_idempotent",
|
26
|
+
"retry_params_name": "default"
|
27
|
+
},
|
28
|
+
"ListPlannableProducts": {
|
29
|
+
"timeout_millis": 60000,
|
30
|
+
"retry_codes_name": "non_idempotent",
|
31
|
+
"retry_params_name": "default"
|
32
|
+
},
|
33
|
+
"GenerateProductMixIdeas": {
|
34
|
+
"timeout_millis": 60000,
|
35
|
+
"retry_codes_name": "non_idempotent",
|
36
|
+
"retry_params_name": "default"
|
37
|
+
},
|
38
|
+
"GenerateReachForecast": {
|
39
|
+
"timeout_millis": 60000,
|
40
|
+
"retry_codes_name": "non_idempotent",
|
41
|
+
"retry_params_name": "default"
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
@@ -0,0 +1,126 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/ads/google_ads/v2/services/reach_plan_service.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/ads/google_ads/v2/common/criteria_pb'
|
7
|
+
require 'google/ads/google_ads/v2/enums/reach_plan_ad_length_pb'
|
8
|
+
require 'google/ads/google_ads/v2/enums/reach_plan_age_range_pb'
|
9
|
+
require 'google/api/annotations_pb'
|
10
|
+
require 'google/protobuf/wrappers_pb'
|
11
|
+
require 'google/api/client_pb'
|
12
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
13
|
+
add_message "google.ads.googleads.v2.services.ListPlannableLocationsRequest" do
|
14
|
+
end
|
15
|
+
add_message "google.ads.googleads.v2.services.ListPlannableLocationsResponse" do
|
16
|
+
repeated :plannable_locations, :message, 1, "google.ads.googleads.v2.services.PlannableLocation"
|
17
|
+
end
|
18
|
+
add_message "google.ads.googleads.v2.services.PlannableLocation" do
|
19
|
+
optional :id, :message, 1, "google.protobuf.StringValue"
|
20
|
+
optional :name, :message, 2, "google.protobuf.StringValue"
|
21
|
+
optional :parent_country_id, :message, 3, "google.protobuf.Int64Value"
|
22
|
+
end
|
23
|
+
add_message "google.ads.googleads.v2.services.ListPlannableProductsRequest" do
|
24
|
+
optional :plannable_location_id, :message, 1, "google.protobuf.StringValue"
|
25
|
+
end
|
26
|
+
add_message "google.ads.googleads.v2.services.ListPlannableProductsResponse" do
|
27
|
+
repeated :product_metadata, :message, 1, "google.ads.googleads.v2.services.ProductMetadata"
|
28
|
+
end
|
29
|
+
add_message "google.ads.googleads.v2.services.ProductMetadata" do
|
30
|
+
optional :plannable_product_code, :message, 1, "google.protobuf.StringValue"
|
31
|
+
optional :plannable_targeting, :message, 2, "google.ads.googleads.v2.services.PlannableTargeting"
|
32
|
+
end
|
33
|
+
add_message "google.ads.googleads.v2.services.PlannableTargeting" do
|
34
|
+
repeated :age_ranges, :enum, 1, "google.ads.googleads.v2.enums.ReachPlanAgeRangeEnum.ReachPlanAgeRange"
|
35
|
+
repeated :genders, :message, 2, "google.ads.googleads.v2.common.GenderInfo"
|
36
|
+
repeated :devices, :message, 3, "google.ads.googleads.v2.common.DeviceInfo"
|
37
|
+
end
|
38
|
+
add_message "google.ads.googleads.v2.services.GenerateProductMixIdeasRequest" do
|
39
|
+
optional :customer_id, :string, 1
|
40
|
+
optional :plannable_location_id, :message, 2, "google.protobuf.StringValue"
|
41
|
+
optional :currency_code, :message, 3, "google.protobuf.StringValue"
|
42
|
+
optional :budget_micros, :message, 4, "google.protobuf.Int64Value"
|
43
|
+
optional :preferences, :message, 5, "google.ads.googleads.v2.services.Preferences"
|
44
|
+
end
|
45
|
+
add_message "google.ads.googleads.v2.services.Preferences" do
|
46
|
+
optional :is_skippable, :message, 1, "google.protobuf.BoolValue"
|
47
|
+
optional :starts_with_sound, :message, 2, "google.protobuf.BoolValue"
|
48
|
+
optional :ad_length, :enum, 3, "google.ads.googleads.v2.enums.ReachPlanAdLengthEnum.ReachPlanAdLength"
|
49
|
+
optional :top_content_only, :message, 4, "google.protobuf.BoolValue"
|
50
|
+
optional :has_guaranteed_price, :message, 5, "google.protobuf.BoolValue"
|
51
|
+
end
|
52
|
+
add_message "google.ads.googleads.v2.services.GenerateProductMixIdeasResponse" do
|
53
|
+
repeated :product_allocation, :message, 1, "google.ads.googleads.v2.services.ProductAllocation"
|
54
|
+
end
|
55
|
+
add_message "google.ads.googleads.v2.services.ProductAllocation" do
|
56
|
+
optional :plannable_product_code, :message, 1, "google.protobuf.StringValue"
|
57
|
+
optional :budget_micros, :message, 2, "google.protobuf.Int64Value"
|
58
|
+
end
|
59
|
+
add_message "google.ads.googleads.v2.services.GenerateReachForecastRequest" do
|
60
|
+
optional :customer_id, :string, 1
|
61
|
+
optional :currency_code, :message, 2, "google.protobuf.StringValue"
|
62
|
+
optional :campaign_duration, :message, 3, "google.ads.googleads.v2.services.CampaignDuration"
|
63
|
+
optional :cookie_frequency_cap, :message, 4, "google.protobuf.Int32Value"
|
64
|
+
optional :min_effective_frequency, :message, 5, "google.protobuf.Int32Value"
|
65
|
+
optional :targeting, :message, 6, "google.ads.googleads.v2.services.Targeting"
|
66
|
+
repeated :planned_products, :message, 7, "google.ads.googleads.v2.services.PlannedProduct"
|
67
|
+
end
|
68
|
+
add_message "google.ads.googleads.v2.services.Targeting" do
|
69
|
+
optional :plannable_location_id, :message, 1, "google.protobuf.StringValue"
|
70
|
+
optional :age_range, :enum, 2, "google.ads.googleads.v2.enums.ReachPlanAgeRangeEnum.ReachPlanAgeRange"
|
71
|
+
repeated :genders, :message, 3, "google.ads.googleads.v2.common.GenderInfo"
|
72
|
+
repeated :devices, :message, 4, "google.ads.googleads.v2.common.DeviceInfo"
|
73
|
+
end
|
74
|
+
add_message "google.ads.googleads.v2.services.CampaignDuration" do
|
75
|
+
optional :duration_in_days, :message, 1, "google.protobuf.Int32Value"
|
76
|
+
end
|
77
|
+
add_message "google.ads.googleads.v2.services.PlannedProduct" do
|
78
|
+
optional :plannable_product_code, :message, 1, "google.protobuf.StringValue"
|
79
|
+
optional :budget_micros, :message, 2, "google.protobuf.Int64Value"
|
80
|
+
end
|
81
|
+
add_message "google.ads.googleads.v2.services.GenerateReachForecastResponse" do
|
82
|
+
optional :on_target_audience_metrics, :message, 1, "google.ads.googleads.v2.services.OnTargetAudienceMetrics"
|
83
|
+
optional :reach_curve, :message, 2, "google.ads.googleads.v2.services.ReachCurve"
|
84
|
+
end
|
85
|
+
add_message "google.ads.googleads.v2.services.ReachCurve" do
|
86
|
+
repeated :reach_forecasts, :message, 1, "google.ads.googleads.v2.services.ReachForecast"
|
87
|
+
end
|
88
|
+
add_message "google.ads.googleads.v2.services.ReachForecast" do
|
89
|
+
optional :cost_micros, :message, 1, "google.protobuf.Int64Value"
|
90
|
+
optional :forecast, :message, 2, "google.ads.googleads.v2.services.Forecast"
|
91
|
+
repeated :forecasted_product_allocations, :message, 3, "google.ads.googleads.v2.services.ProductAllocation"
|
92
|
+
end
|
93
|
+
add_message "google.ads.googleads.v2.services.Forecast" do
|
94
|
+
optional :on_target_reach, :message, 1, "google.protobuf.Int64Value"
|
95
|
+
optional :total_reach, :message, 2, "google.protobuf.Int64Value"
|
96
|
+
optional :on_target_impressions, :message, 3, "google.protobuf.Int64Value"
|
97
|
+
optional :total_impressions, :message, 4, "google.protobuf.Int64Value"
|
98
|
+
end
|
99
|
+
add_message "google.ads.googleads.v2.services.OnTargetAudienceMetrics" do
|
100
|
+
optional :youtube_audience_size, :message, 1, "google.protobuf.Int64Value"
|
101
|
+
optional :census_audience_size, :message, 2, "google.protobuf.Int64Value"
|
102
|
+
end
|
103
|
+
end
|
104
|
+
|
105
|
+
module Google::Ads::GoogleAds::V2::Services
|
106
|
+
ListPlannableLocationsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ListPlannableLocationsRequest").msgclass
|
107
|
+
ListPlannableLocationsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ListPlannableLocationsResponse").msgclass
|
108
|
+
PlannableLocation = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.PlannableLocation").msgclass
|
109
|
+
ListPlannableProductsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ListPlannableProductsRequest").msgclass
|
110
|
+
ListPlannableProductsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ListPlannableProductsResponse").msgclass
|
111
|
+
ProductMetadata = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ProductMetadata").msgclass
|
112
|
+
PlannableTargeting = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.PlannableTargeting").msgclass
|
113
|
+
GenerateProductMixIdeasRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.GenerateProductMixIdeasRequest").msgclass
|
114
|
+
Preferences = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.Preferences").msgclass
|
115
|
+
GenerateProductMixIdeasResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.GenerateProductMixIdeasResponse").msgclass
|
116
|
+
ProductAllocation = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ProductAllocation").msgclass
|
117
|
+
GenerateReachForecastRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.GenerateReachForecastRequest").msgclass
|
118
|
+
Targeting = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.Targeting").msgclass
|
119
|
+
CampaignDuration = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.CampaignDuration").msgclass
|
120
|
+
PlannedProduct = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.PlannedProduct").msgclass
|
121
|
+
GenerateReachForecastResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.GenerateReachForecastResponse").msgclass
|
122
|
+
ReachCurve = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ReachCurve").msgclass
|
123
|
+
ReachForecast = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.ReachForecast").msgclass
|
124
|
+
Forecast = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.Forecast").msgclass
|
125
|
+
OnTargetAudienceMetrics = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v2.services.OnTargetAudienceMetrics").msgclass
|
126
|
+
end
|
@@ -0,0 +1,55 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: google/ads/google_ads/v2/services/reach_plan_service.proto for package 'Google::Ads::GoogleAds::V2::Services'
|
3
|
+
# Original file comments:
|
4
|
+
# Copyright 2019 Google LLC.
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
#
|
19
|
+
|
20
|
+
require 'grpc'
|
21
|
+
require 'google/ads/google_ads/v2/services/reach_plan_service_pb'
|
22
|
+
|
23
|
+
module Google::Ads::GoogleAds::V2::Services
|
24
|
+
module ReachPlanService
|
25
|
+
# Proto file describing the reach plan service.
|
26
|
+
#
|
27
|
+
# Reach Plan Service gives users information about audience size that can
|
28
|
+
# be reached through advertisement on YouTube. In particular,
|
29
|
+
# GenerateReachForecast provides estimated number of people of specified
|
30
|
+
# demographics that can be reached by an ad in a given market by a campaign of
|
31
|
+
# certain duration with a defined budget.
|
32
|
+
class Service
|
33
|
+
|
34
|
+
include GRPC::GenericService
|
35
|
+
|
36
|
+
self.marshal_class_method = :encode
|
37
|
+
self.unmarshal_class_method = :decode
|
38
|
+
self.service_name = 'google.ads.googleads.v2.services.ReachPlanService'
|
39
|
+
|
40
|
+
# Returns the list of plannable locations (e.g. countries, DMAs).
|
41
|
+
rpc :ListPlannableLocations, ListPlannableLocationsRequest, ListPlannableLocationsResponse
|
42
|
+
# Returns the list of per-location plannable YouTube ad formats with allowed
|
43
|
+
# targeting.
|
44
|
+
rpc :ListPlannableProducts, ListPlannableProductsRequest, ListPlannableProductsResponse
|
45
|
+
# Generates a product mix ideas given a set of preferences. This method
|
46
|
+
# helps the advertiser to obtain a good mix of ad formats and budget
|
47
|
+
# allocations based on its preferences.
|
48
|
+
rpc :GenerateProductMixIdeas, GenerateProductMixIdeasRequest, GenerateProductMixIdeasResponse
|
49
|
+
# Generates a reach forecast for a given targeting / product mix.
|
50
|
+
rpc :GenerateReachForecast, GenerateReachForecastRequest, GenerateReachForecastResponse
|
51
|
+
end
|
52
|
+
|
53
|
+
Stub = Service.rpc_stub_class
|
54
|
+
end
|
55
|
+
end
|
@@ -6,7 +6,6 @@ require 'google/protobuf'
|
|
6
6
|
require 'google/ads/google_ads/v2/resources/remarketing_action_pb'
|
7
7
|
require 'google/api/annotations_pb'
|
8
8
|
require 'google/protobuf/field_mask_pb'
|
9
|
-
require 'google/protobuf/wrappers_pb'
|
10
9
|
require 'google/rpc/status_pb'
|
11
10
|
require 'google/api/client_pb'
|
12
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -5,7 +5,6 @@ require 'google/protobuf'
|
|
5
5
|
|
6
6
|
require 'google/ads/google_ads/v2/resources/shared_criterion_pb'
|
7
7
|
require 'google/api/annotations_pb'
|
8
|
-
require 'google/protobuf/wrappers_pb'
|
9
8
|
require 'google/rpc/status_pb'
|
10
9
|
require 'google/api/client_pb'
|
11
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -6,7 +6,6 @@ require 'google/protobuf'
|
|
6
6
|
require 'google/ads/google_ads/v2/resources/shared_set_pb'
|
7
7
|
require 'google/api/annotations_pb'
|
8
8
|
require 'google/protobuf/field_mask_pb'
|
9
|
-
require 'google/protobuf/wrappers_pb'
|
10
9
|
require 'google/rpc/status_pb'
|
11
10
|
require 'google/api/client_pb'
|
12
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -6,7 +6,6 @@ require 'google/protobuf'
|
|
6
6
|
require 'google/ads/google_ads/v2/resources/user_list_pb'
|
7
7
|
require 'google/api/annotations_pb'
|
8
8
|
require 'google/protobuf/field_mask_pb'
|
9
|
-
require 'google/protobuf/wrappers_pb'
|
10
9
|
require 'google/rpc/status_pb'
|
11
10
|
require 'google/api/client_pb'
|
12
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-ads-googleads
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|
@@ -1132,6 +1132,8 @@ files:
|
|
1132
1132
|
- lib/google/ads/google_ads/v2/enums/promotion_placeholder_field_pb.rb
|
1133
1133
|
- lib/google/ads/google_ads/v2/enums/proximity_radius_units_pb.rb
|
1134
1134
|
- lib/google/ads/google_ads/v2/enums/quality_score_bucket_pb.rb
|
1135
|
+
- lib/google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb
|
1136
|
+
- lib/google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb
|
1135
1137
|
- lib/google/ads/google_ads/v2/enums/real_estate_placeholder_field_pb.rb
|
1136
1138
|
- lib/google/ads/google_ads/v2/enums/recommendation_type_pb.rb
|
1137
1139
|
- lib/google/ads/google_ads/v2/enums/search_engine_results_page_type_pb.rb
|
@@ -1263,6 +1265,7 @@ files:
|
|
1263
1265
|
- lib/google/ads/google_ads/v2/errors/query_error_pb.rb
|
1264
1266
|
- lib/google/ads/google_ads/v2/errors/quota_error_pb.rb
|
1265
1267
|
- lib/google/ads/google_ads/v2/errors/range_error_pb.rb
|
1268
|
+
- lib/google/ads/google_ads/v2/errors/reach_plan_error_pb.rb
|
1266
1269
|
- lib/google/ads/google_ads/v2/errors/recommendation_error_pb.rb
|
1267
1270
|
- lib/google/ads/google_ads/v2/errors/region_code_error_pb.rb
|
1268
1271
|
- lib/google/ads/google_ads/v2/errors/request_error_pb.rb
|
@@ -1746,6 +1749,10 @@ files:
|
|
1746
1749
|
- lib/google/ads/google_ads/v2/services/product_group_view_service_client_config.json
|
1747
1750
|
- lib/google/ads/google_ads/v2/services/product_group_view_service_pb.rb
|
1748
1751
|
- lib/google/ads/google_ads/v2/services/product_group_view_service_services_pb.rb
|
1752
|
+
- lib/google/ads/google_ads/v2/services/reach_plan_service_client.rb
|
1753
|
+
- lib/google/ads/google_ads/v2/services/reach_plan_service_client_config.json
|
1754
|
+
- lib/google/ads/google_ads/v2/services/reach_plan_service_pb.rb
|
1755
|
+
- lib/google/ads/google_ads/v2/services/reach_plan_service_services_pb.rb
|
1749
1756
|
- lib/google/ads/google_ads/v2/services/recommendation_service_client.rb
|
1750
1757
|
- lib/google/ads/google_ads/v2/services/recommendation_service_client_config.json
|
1751
1758
|
- lib/google/ads/google_ads/v2/services/recommendation_service_pb.rb
|
@@ -1817,7 +1824,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1817
1824
|
version: '0'
|
1818
1825
|
requirements: []
|
1819
1826
|
rubyforge_project:
|
1820
|
-
rubygems_version: 2.7.6
|
1827
|
+
rubygems_version: 2.7.6.2
|
1821
1828
|
signing_key:
|
1822
1829
|
specification_version: 4
|
1823
1830
|
summary: Google client library for the Google Ads API
|