google-shopping-css-v1 0.a → 0.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/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +144 -8
- data/lib/google/shopping/css/v1/account_labels_service/client.rb +736 -0
- data/lib/google/shopping/css/v1/account_labels_service/credentials.rb +47 -0
- data/lib/google/shopping/css/v1/account_labels_service/paths.rb +64 -0
- data/lib/google/shopping/css/v1/account_labels_service/rest/client.rb +682 -0
- data/lib/google/shopping/css/v1/account_labels_service/rest/service_stub.rb +307 -0
- data/lib/google/shopping/css/v1/account_labels_service/rest.rb +52 -0
- data/lib/google/shopping/css/v1/account_labels_service.rb +55 -0
- data/lib/google/shopping/css/v1/accounts_labels_pb.rb +54 -0
- data/lib/google/shopping/css/v1/accounts_labels_services_pb.rb +51 -0
- data/lib/google/shopping/css/v1/accounts_pb.rb +52 -0
- data/lib/google/shopping/css/v1/accounts_service/client.rb +659 -0
- data/lib/google/shopping/css/v1/accounts_service/credentials.rb +47 -0
- data/lib/google/shopping/css/v1/accounts_service/paths.rb +47 -0
- data/lib/google/shopping/css/v1/accounts_service/rest/client.rb +612 -0
- data/lib/google/shopping/css/v1/accounts_service/rest/service_stub.rb +247 -0
- data/lib/google/shopping/css/v1/accounts_service/rest.rb +52 -0
- data/lib/google/shopping/css/v1/accounts_service.rb +55 -0
- data/lib/google/shopping/css/v1/accounts_services_pb.rb +50 -0
- data/lib/google/shopping/css/v1/css_product_common_pb.rb +55 -0
- data/lib/google/shopping/css/v1/css_product_inputs_pb.rb +56 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/client.rb +546 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/credentials.rb +47 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/paths.rb +64 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/rest/client.rb +506 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/rest/service_stub.rb +188 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/rest.rb +53 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service.rb +56 -0
- data/lib/google/shopping/css/v1/css_product_inputs_services_pb.rb +56 -0
- data/lib/google/shopping/css/v1/css_products_pb.rb +54 -0
- data/lib/google/shopping/css/v1/css_products_service/client.rb +554 -0
- data/lib/google/shopping/css/v1/css_products_service/credentials.rb +47 -0
- data/lib/google/shopping/css/v1/css_products_service/paths.rb +64 -0
- data/lib/google/shopping/css/v1/css_products_service/rest/client.rb +514 -0
- data/lib/google/shopping/css/v1/css_products_service/rest/service_stub.rb +187 -0
- data/lib/google/shopping/css/v1/css_products_service/rest.rb +53 -0
- data/lib/google/shopping/css/v1/css_products_service.rb +56 -0
- data/lib/google/shopping/css/v1/css_products_services_pb.rb +56 -0
- data/lib/google/shopping/css/v1/rest.rb +40 -0
- data/lib/google/shopping/css/v1/version.rb +8 -3
- data/lib/google/shopping/css/v1.rb +48 -0
- data/lib/google-shopping-css-v1.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +399 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +222 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/shopping/css/v1/accounts.rb +168 -0
- data/proto_docs/google/shopping/css/v1/accounts_labels.rb +131 -0
- data/proto_docs/google/shopping/css/v1/css_product_common.rb +352 -0
- data/proto_docs/google/shopping/css/v1/css_product_inputs.rb +130 -0
- data/proto_docs/google/shopping/css/v1/css_products.rb +109 -0
- data/proto_docs/google/shopping/type/types.rb +210 -0
- metadata +123 -13
@@ -0,0 +1,109 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2024 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Shopping
|
22
|
+
module Css
|
23
|
+
module V1
|
24
|
+
# The request message for the `GetCssProduct` method.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Required. The name of the CSS product to retrieve.
|
28
|
+
class GetCssProductRequest
|
29
|
+
include ::Google::Protobuf::MessageExts
|
30
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
31
|
+
end
|
32
|
+
|
33
|
+
# The processed CSS Product(a.k.a Aggregate Offer internally).
|
34
|
+
# @!attribute [rw] name
|
35
|
+
# @return [::String]
|
36
|
+
# The name of the CSS Product.
|
37
|
+
# Format:
|
38
|
+
# `"accounts/{account}/cssProducts/{css_product}"`
|
39
|
+
# @!attribute [r] raw_provided_id
|
40
|
+
# @return [::String]
|
41
|
+
# Output only. Your unique raw identifier for the product.
|
42
|
+
# @!attribute [r] content_language
|
43
|
+
# @return [::String]
|
44
|
+
# Output only. The two-letter [ISO
|
45
|
+
# 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the
|
46
|
+
# product.
|
47
|
+
# @!attribute [r] feed_label
|
48
|
+
# @return [::String]
|
49
|
+
# Output only. The feed label for the product.
|
50
|
+
# @!attribute [r] attributes
|
51
|
+
# @return [::Google::Shopping::Css::V1::Attributes]
|
52
|
+
# Output only. A list of product attributes.
|
53
|
+
# @!attribute [r] custom_attributes
|
54
|
+
# @return [::Array<::Google::Shopping::Type::CustomAttribute>]
|
55
|
+
# Output only. A list of custom (CSS-provided) attributes. It can also be
|
56
|
+
# used to submit any attribute of the feed specification in its generic form
|
57
|
+
# (for example,
|
58
|
+
# `{ "name": "size type", "value": "regular" }`).
|
59
|
+
# This is useful for submitting attributes not explicitly exposed by the
|
60
|
+
# API, such as additional attributes used for Buy on Google.
|
61
|
+
# @!attribute [r] css_product_status
|
62
|
+
# @return [::Google::Shopping::Css::V1::CssProductStatus]
|
63
|
+
# Output only. The status of a product, data validation issues, that is,
|
64
|
+
# information about a product computed asynchronously.
|
65
|
+
class CssProduct
|
66
|
+
include ::Google::Protobuf::MessageExts
|
67
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
68
|
+
end
|
69
|
+
|
70
|
+
# Request message for the ListCssProducts method.
|
71
|
+
# @!attribute [rw] parent
|
72
|
+
# @return [::String]
|
73
|
+
# Required. The account/domain to list processed CSS Products for.
|
74
|
+
# Format: accounts/\\{account}
|
75
|
+
# @!attribute [rw] page_size
|
76
|
+
# @return [::Integer]
|
77
|
+
# The maximum number of CSS Products to return. The service may return
|
78
|
+
# fewer than this value.
|
79
|
+
# The maximum value is 1000; values above 1000 will be coerced to 1000. If
|
80
|
+
# unspecified, the maximum number of CSS products will be returned.
|
81
|
+
# @!attribute [rw] page_token
|
82
|
+
# @return [::String]
|
83
|
+
# A page token, received from a previous `ListCssProducts` call.
|
84
|
+
# Provide this to retrieve the subsequent page.
|
85
|
+
#
|
86
|
+
# When paginating, all other parameters provided to `ListCssProducts`
|
87
|
+
# must match the call that provided the page token.
|
88
|
+
class ListCssProductsRequest
|
89
|
+
include ::Google::Protobuf::MessageExts
|
90
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
91
|
+
end
|
92
|
+
|
93
|
+
# Response message for the ListCssProducts method.
|
94
|
+
# @!attribute [rw] css_products
|
95
|
+
# @return [::Array<::Google::Shopping::Css::V1::CssProduct>]
|
96
|
+
# The processed CSS products from the specified account. These are your
|
97
|
+
# processed CSS products after applying rules and supplemental feeds.
|
98
|
+
# @!attribute [rw] next_page_token
|
99
|
+
# @return [::String]
|
100
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
101
|
+
# If this field is omitted, there are no subsequent pages.
|
102
|
+
class ListCssProductsResponse
|
103
|
+
include ::Google::Protobuf::MessageExts
|
104
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
@@ -0,0 +1,210 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2024 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Shopping
|
22
|
+
module Type
|
23
|
+
# The weight represented as the value in string and the unit.
|
24
|
+
# @!attribute [rw] amount_micros
|
25
|
+
# @return [::Integer]
|
26
|
+
# Required. The weight represented as a number in micros (1 million micros is
|
27
|
+
# an equivalent to one's currency standard unit, for example, 1 kg = 1000000
|
28
|
+
# micros).
|
29
|
+
# This field can also be set as infinity by setting to -1.
|
30
|
+
# This field only support -1 and positive value.
|
31
|
+
# @!attribute [rw] unit
|
32
|
+
# @return [::Google::Shopping::Type::Weight::WeightUnit]
|
33
|
+
# Required. The weight unit.
|
34
|
+
# Acceptable values are: kg and lb
|
35
|
+
class Weight
|
36
|
+
include ::Google::Protobuf::MessageExts
|
37
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
38
|
+
|
39
|
+
# The weight unit.
|
40
|
+
module WeightUnit
|
41
|
+
# unit unspecified
|
42
|
+
WEIGHT_UNIT_UNSPECIFIED = 0
|
43
|
+
|
44
|
+
# lb unit.
|
45
|
+
POUND = 1
|
46
|
+
|
47
|
+
# kg unit.
|
48
|
+
KILOGRAM = 2
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
# The price represented as a number and currency.
|
53
|
+
# @!attribute [rw] amount_micros
|
54
|
+
# @return [::Integer]
|
55
|
+
# The price represented as a number in micros (1 million micros is an
|
56
|
+
# equivalent to one's currency standard unit, for example, 1 USD = 1000000
|
57
|
+
# micros).
|
58
|
+
# @!attribute [rw] currency_code
|
59
|
+
# @return [::String]
|
60
|
+
# The currency of the price using three-letter acronyms according to [ISO
|
61
|
+
# 4217](http://en.wikipedia.org/wiki/ISO_4217).
|
62
|
+
class Price
|
63
|
+
include ::Google::Protobuf::MessageExts
|
64
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
65
|
+
end
|
66
|
+
|
67
|
+
# A message that represents custom attributes. Exactly one of `value` or
|
68
|
+
# `group_values` must not be empty.
|
69
|
+
# @!attribute [rw] name
|
70
|
+
# @return [::String]
|
71
|
+
# The name of the attribute.
|
72
|
+
# @!attribute [rw] value
|
73
|
+
# @return [::String]
|
74
|
+
# The value of the attribute. If `value` is not empty, `group_values` must be
|
75
|
+
# empty.
|
76
|
+
# @!attribute [rw] group_values
|
77
|
+
# @return [::Array<::Google::Shopping::Type::CustomAttribute>]
|
78
|
+
# Subattributes within this attribute group. If
|
79
|
+
# `group_values` is not empty, `value` must be empty.
|
80
|
+
class CustomAttribute
|
81
|
+
include ::Google::Protobuf::MessageExts
|
82
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
83
|
+
end
|
84
|
+
|
85
|
+
# Destinations available for a product.
|
86
|
+
#
|
87
|
+
# Destinations are used in Merchant Center to allow you to control where the
|
88
|
+
# products from your data feed should be displayed.
|
89
|
+
class Destination
|
90
|
+
include ::Google::Protobuf::MessageExts
|
91
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
92
|
+
|
93
|
+
# Destination values.
|
94
|
+
module DestinationEnum
|
95
|
+
# Not specified.
|
96
|
+
DESTINATION_ENUM_UNSPECIFIED = 0
|
97
|
+
|
98
|
+
# [Shopping ads](https://support.google.com/google-ads/answer/2454022).
|
99
|
+
SHOPPING_ADS = 1
|
100
|
+
|
101
|
+
# [Display ads](https://support.google.com/merchants/answer/6069387).
|
102
|
+
DISPLAY_ADS = 2
|
103
|
+
|
104
|
+
# [Local inventory
|
105
|
+
# ads](https://support.google.com/merchants/answer/3057972).
|
106
|
+
LOCAL_INVENTORY_ADS = 3
|
107
|
+
|
108
|
+
# [Free listings](https://support.google.com/merchants/answer/9199328).
|
109
|
+
FREE_LISTINGS = 4
|
110
|
+
|
111
|
+
# [Free local product
|
112
|
+
# listings](https://support.google.com/merchants/answer/9825611).
|
113
|
+
FREE_LOCAL_LISTINGS = 5
|
114
|
+
|
115
|
+
# [YouTube Shopping](https://support.google.com/merchants/answer/12362804).
|
116
|
+
YOUTUBE_SHOPPING = 6
|
117
|
+
end
|
118
|
+
end
|
119
|
+
|
120
|
+
# Reporting contexts that your account and product issues apply to.
|
121
|
+
#
|
122
|
+
# Reporting contexts are groups of surfaces and formats for product results on
|
123
|
+
# Google. They can represent the entire destination (for example, [Shopping
|
124
|
+
# ads](https://support.google.com/merchants/answer/6149970)) or a subset of
|
125
|
+
# formats within a destination (for example, [Demand Gen
|
126
|
+
# ads](https://support.google.com/merchants/answer/13389785)).
|
127
|
+
class ReportingContext
|
128
|
+
include ::Google::Protobuf::MessageExts
|
129
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
130
|
+
|
131
|
+
# Reporting context values.
|
132
|
+
module ReportingContextEnum
|
133
|
+
# Not specified.
|
134
|
+
REPORTING_CONTEXT_ENUM_UNSPECIFIED = 0
|
135
|
+
|
136
|
+
# [Shopping ads](https://support.google.com/merchants/answer/6149970).
|
137
|
+
SHOPPING_ADS = 1
|
138
|
+
|
139
|
+
# Deprecated: Use `DEMAND_GEN_ADS` instead.
|
140
|
+
# [Discovery and Demand Gen
|
141
|
+
# ads](https://support.google.com/merchants/answer/13389785).
|
142
|
+
DISCOVERY_ADS = 2
|
143
|
+
|
144
|
+
# [Demand Gen ads](https://support.google.com/merchants/answer/13389785).
|
145
|
+
DEMAND_GEN_ADS = 13
|
146
|
+
|
147
|
+
# [Demand Gen ads on Discover
|
148
|
+
# surface](https://support.google.com/merchants/answer/13389785).
|
149
|
+
DEMAND_GEN_ADS_DISCOVER_SURFACE = 14
|
150
|
+
|
151
|
+
# [Video ads](https://support.google.com/google-ads/answer/6340491).
|
152
|
+
VIDEO_ADS = 3
|
153
|
+
|
154
|
+
# [Display ads](https://support.google.com/merchants/answer/6069387).
|
155
|
+
DISPLAY_ADS = 4
|
156
|
+
|
157
|
+
# [Local inventory
|
158
|
+
# ads](https://support.google.com/merchants/answer/3271956).
|
159
|
+
LOCAL_INVENTORY_ADS = 5
|
160
|
+
|
161
|
+
# [Vehicle inventory
|
162
|
+
# ads](https://support.google.com/merchants/answer/11544533).
|
163
|
+
VEHICLE_INVENTORY_ADS = 6
|
164
|
+
|
165
|
+
# [Free product
|
166
|
+
# listings](https://support.google.com/merchants/answer/9199328).
|
167
|
+
FREE_LISTINGS = 7
|
168
|
+
|
169
|
+
# [Free local product
|
170
|
+
# listings](https://support.google.com/merchants/answer/9825611).
|
171
|
+
FREE_LOCAL_LISTINGS = 8
|
172
|
+
|
173
|
+
# [Free local vehicle
|
174
|
+
# listings](https://support.google.com/merchants/answer/11544533).
|
175
|
+
FREE_LOCAL_VEHICLE_LISTINGS = 9
|
176
|
+
|
177
|
+
# [YouTube
|
178
|
+
# Shopping](https://support.google.com/merchants/answer/13478370).
|
179
|
+
YOUTUBE_SHOPPING = 10
|
180
|
+
|
181
|
+
# [Cloud retail](https://cloud.google.com/solutions/retail).
|
182
|
+
CLOUD_RETAIL = 11
|
183
|
+
|
184
|
+
# [Local cloud retail](https://cloud.google.com/solutions/retail).
|
185
|
+
LOCAL_CLOUD_RETAIL = 12
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
# [Channel](https://support.google.com/merchants/answer/7361332) of a product.
|
190
|
+
#
|
191
|
+
# Channel is used to distinguish between online and local products.
|
192
|
+
class Channel
|
193
|
+
include ::Google::Protobuf::MessageExts
|
194
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
195
|
+
|
196
|
+
# Channel values.
|
197
|
+
module ChannelEnum
|
198
|
+
# Not specified.
|
199
|
+
CHANNEL_ENUM_UNSPECIFIED = 0
|
200
|
+
|
201
|
+
# Online product.
|
202
|
+
ONLINE = 1
|
203
|
+
|
204
|
+
# Local product.
|
205
|
+
LOCAL = 2
|
206
|
+
end
|
207
|
+
end
|
208
|
+
end
|
209
|
+
end
|
210
|
+
end
|
metadata
CHANGED
@@ -1,28 +1,137 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-css-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
12
|
-
dependencies:
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: gapic-common
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.21.1
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.21.1
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 2.a
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: google-cloud-errors
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '1.0'
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: google-shopping-type
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0.0'
|
54
|
+
- - "<"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 2.a
|
57
|
+
type: :runtime
|
58
|
+
prerelease: false
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
61
|
+
- - ">"
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: '0.0'
|
64
|
+
- - "<"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 2.a
|
67
|
+
description: Programmatically manage your Comparison Shopping Service (CSS) account
|
68
|
+
data at scale. Note that google-shopping-css-v1 is a version-specific client library.
|
69
|
+
For most uses, we recommend installing the main client library google-shopping-css
|
70
|
+
instead. See the readme for more details.
|
18
71
|
email: googleapis-packages@google.com
|
19
72
|
executables: []
|
20
73
|
extensions: []
|
21
74
|
extra_rdoc_files: []
|
22
75
|
files:
|
76
|
+
- ".yardopts"
|
77
|
+
- AUTHENTICATION.md
|
23
78
|
- LICENSE.md
|
24
79
|
- README.md
|
80
|
+
- lib/google-shopping-css-v1.rb
|
81
|
+
- lib/google/shopping/css/v1.rb
|
82
|
+
- lib/google/shopping/css/v1/account_labels_service.rb
|
83
|
+
- lib/google/shopping/css/v1/account_labels_service/client.rb
|
84
|
+
- lib/google/shopping/css/v1/account_labels_service/credentials.rb
|
85
|
+
- lib/google/shopping/css/v1/account_labels_service/paths.rb
|
86
|
+
- lib/google/shopping/css/v1/account_labels_service/rest.rb
|
87
|
+
- lib/google/shopping/css/v1/account_labels_service/rest/client.rb
|
88
|
+
- lib/google/shopping/css/v1/account_labels_service/rest/service_stub.rb
|
89
|
+
- lib/google/shopping/css/v1/accounts_labels_pb.rb
|
90
|
+
- lib/google/shopping/css/v1/accounts_labels_services_pb.rb
|
91
|
+
- lib/google/shopping/css/v1/accounts_pb.rb
|
92
|
+
- lib/google/shopping/css/v1/accounts_service.rb
|
93
|
+
- lib/google/shopping/css/v1/accounts_service/client.rb
|
94
|
+
- lib/google/shopping/css/v1/accounts_service/credentials.rb
|
95
|
+
- lib/google/shopping/css/v1/accounts_service/paths.rb
|
96
|
+
- lib/google/shopping/css/v1/accounts_service/rest.rb
|
97
|
+
- lib/google/shopping/css/v1/accounts_service/rest/client.rb
|
98
|
+
- lib/google/shopping/css/v1/accounts_service/rest/service_stub.rb
|
99
|
+
- lib/google/shopping/css/v1/accounts_services_pb.rb
|
100
|
+
- lib/google/shopping/css/v1/css_product_common_pb.rb
|
101
|
+
- lib/google/shopping/css/v1/css_product_inputs_pb.rb
|
102
|
+
- lib/google/shopping/css/v1/css_product_inputs_service.rb
|
103
|
+
- lib/google/shopping/css/v1/css_product_inputs_service/client.rb
|
104
|
+
- lib/google/shopping/css/v1/css_product_inputs_service/credentials.rb
|
105
|
+
- lib/google/shopping/css/v1/css_product_inputs_service/paths.rb
|
106
|
+
- lib/google/shopping/css/v1/css_product_inputs_service/rest.rb
|
107
|
+
- lib/google/shopping/css/v1/css_product_inputs_service/rest/client.rb
|
108
|
+
- lib/google/shopping/css/v1/css_product_inputs_service/rest/service_stub.rb
|
109
|
+
- lib/google/shopping/css/v1/css_product_inputs_services_pb.rb
|
110
|
+
- lib/google/shopping/css/v1/css_products_pb.rb
|
111
|
+
- lib/google/shopping/css/v1/css_products_service.rb
|
112
|
+
- lib/google/shopping/css/v1/css_products_service/client.rb
|
113
|
+
- lib/google/shopping/css/v1/css_products_service/credentials.rb
|
114
|
+
- lib/google/shopping/css/v1/css_products_service/paths.rb
|
115
|
+
- lib/google/shopping/css/v1/css_products_service/rest.rb
|
116
|
+
- lib/google/shopping/css/v1/css_products_service/rest/client.rb
|
117
|
+
- lib/google/shopping/css/v1/css_products_service/rest/service_stub.rb
|
118
|
+
- lib/google/shopping/css/v1/css_products_services_pb.rb
|
119
|
+
- lib/google/shopping/css/v1/rest.rb
|
25
120
|
- lib/google/shopping/css/v1/version.rb
|
121
|
+
- proto_docs/README.md
|
122
|
+
- proto_docs/google/api/client.rb
|
123
|
+
- proto_docs/google/api/field_behavior.rb
|
124
|
+
- proto_docs/google/api/launch_stage.rb
|
125
|
+
- proto_docs/google/api/resource.rb
|
126
|
+
- proto_docs/google/protobuf/duration.rb
|
127
|
+
- proto_docs/google/protobuf/empty.rb
|
128
|
+
- proto_docs/google/protobuf/timestamp.rb
|
129
|
+
- proto_docs/google/shopping/css/v1/accounts.rb
|
130
|
+
- proto_docs/google/shopping/css/v1/accounts_labels.rb
|
131
|
+
- proto_docs/google/shopping/css/v1/css_product_common.rb
|
132
|
+
- proto_docs/google/shopping/css/v1/css_product_inputs.rb
|
133
|
+
- proto_docs/google/shopping/css/v1/css_products.rb
|
134
|
+
- proto_docs/google/shopping/type/types.rb
|
26
135
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
27
136
|
licenses:
|
28
137
|
- Apache-2.0
|
@@ -35,15 +144,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
144
|
requirements:
|
36
145
|
- - ">="
|
37
146
|
- !ruby/object:Gem::Version
|
38
|
-
version: '
|
147
|
+
version: '2.7'
|
39
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
40
149
|
requirements:
|
41
|
-
- - "
|
150
|
+
- - ">="
|
42
151
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
152
|
+
version: '0'
|
44
153
|
requirements: []
|
45
|
-
rubygems_version: 3.
|
154
|
+
rubygems_version: 3.5.6
|
46
155
|
signing_key:
|
47
156
|
specification_version: 4
|
48
|
-
summary:
|
157
|
+
summary: Programmatically manage your Comparison Shopping Service (CSS) account data
|
158
|
+
at scale.
|
49
159
|
test_files: []
|