google-shopping-css-v1 0.1.0 → 0.1.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fbf88586884d4ea2611aa5dec639e389d434fc2f75623938c5c49b5f8bd82bc
|
4
|
+
data.tar.gz: c714433f02c56bed8788571d159898e35bda9f45af7e84e5941176c038178348
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5aa6e5abcb6a94635c820145619cc2d2930a0af4146814300a490f978f0d3e368f4d4bfca39430055f47225e315511a8d50bcfd2f132439e34eaaf2a7eac3ebe
|
7
|
+
data.tar.gz: 7edf376628d8c0b84e929aa03010471b6fa6a87452d5784f056be5a5c21ef398052637267df033464d4ae8fc912ba959fa6f5705693ad8a747733807100df6c3
|
@@ -290,6 +290,13 @@ module Google
|
|
290
290
|
# @return [::String]
|
291
291
|
# The fully qualified name of the method, for which the options below apply.
|
292
292
|
# This is used to find the method to apply the options.
|
293
|
+
#
|
294
|
+
# Example:
|
295
|
+
#
|
296
|
+
# publishing:
|
297
|
+
# method_settings:
|
298
|
+
# - selector: google.storage.control.v2.StorageControl.CreateFolder
|
299
|
+
# # method settings for CreateFolder...
|
293
300
|
# @!attribute [rw] long_running
|
294
301
|
# @return [::Google::Api::MethodSettings::LongRunning]
|
295
302
|
# Describes settings to use for long-running operations when generating
|
@@ -298,17 +305,14 @@ module Google
|
|
298
305
|
#
|
299
306
|
# Example of a YAML configuration::
|
300
307
|
#
|
301
|
-
#
|
302
|
-
#
|
308
|
+
# publishing:
|
309
|
+
# method_settings:
|
303
310
|
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
304
311
|
# long_running:
|
305
|
-
# initial_poll_delay:
|
306
|
-
# seconds: 60 # 1 minute
|
312
|
+
# initial_poll_delay: 60s # 1 minute
|
307
313
|
# poll_delay_multiplier: 1.5
|
308
|
-
# max_poll_delay:
|
309
|
-
#
|
310
|
-
# total_poll_timeout:
|
311
|
-
# seconds: 54000 # 90 minutes
|
314
|
+
# max_poll_delay: 360s # 6 minutes
|
315
|
+
# total_poll_timeout: 54000s # 90 minutes
|
312
316
|
# @!attribute [rw] auto_populated_fields
|
313
317
|
# @return [::Array<::String>]
|
314
318
|
# List of top-level fields of the request message, that should be
|
@@ -317,8 +321,8 @@ module Google
|
|
317
321
|
#
|
318
322
|
# Example of a YAML configuration:
|
319
323
|
#
|
320
|
-
#
|
321
|
-
#
|
324
|
+
# publishing:
|
325
|
+
# method_settings:
|
322
326
|
# - selector: google.example.v1.ExampleService.CreateExample
|
323
327
|
# auto_populated_fields:
|
324
328
|
# - request_id
|
@@ -124,8 +124,13 @@ module Google
|
|
124
124
|
# @return [::String]
|
125
125
|
# The plural name used in the resource name and permission names, such as
|
126
126
|
# 'projects' for the resource name of 'projects/\\{project}' and the permission
|
127
|
-
# name of 'cloudresourcemanager.googleapis.com/projects.get'.
|
128
|
-
#
|
127
|
+
# name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
|
128
|
+
# to this is for Nested Collections that have stuttering names, as defined
|
129
|
+
# in [AIP-122](https://google.aip.dev/122#nested-collections), where the
|
130
|
+
# collection ID in the resource name pattern does not necessarily directly
|
131
|
+
# match the `plural` value.
|
132
|
+
#
|
133
|
+
# It is the same concept of the `plural` field in k8s CRD spec
|
129
134
|
# https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
|
130
135
|
#
|
131
136
|
# Note: The plural form is required even for singleton resources. See
|
@@ -166,7 +166,7 @@ module Google
|
|
166
166
|
# Date on which the item should expire, as specified upon insertion, in
|
167
167
|
# [ISO
|
168
168
|
# 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual
|
169
|
-
# expiration date
|
169
|
+
# expiration date is exposed in `productstatuses` as
|
170
170
|
# [googleExpirationDate](https://support.google.com/merchants/answer/6324499)
|
171
171
|
# and might be earlier if `expirationDate` is too far in the future.
|
172
172
|
# Note: It may take 2+ days from the expiration date for the item to
|
@@ -203,16 +203,23 @@ module Google
|
|
203
203
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
204
204
|
end
|
205
205
|
|
206
|
-
# The certification for the product.
|
206
|
+
# The certification for the product. Use the this attribute to describe
|
207
|
+
# certifications, such as energy efficiency ratings, associated with a product.
|
207
208
|
# @!attribute [rw] name
|
208
209
|
# @return [::String]
|
209
|
-
#
|
210
|
+
# The name of the certification. At this time, the most common value is
|
211
|
+
# "EPREL", which represents energy efficiency certifications in the EU
|
212
|
+
# European Registry for Energy Labeling (EPREL) database.
|
210
213
|
# @!attribute [rw] authority
|
211
214
|
# @return [::String]
|
212
|
-
#
|
215
|
+
# The authority or certification body responsible for issuing the
|
216
|
+
# certification. At this time, the most common value is "EC" or
|
217
|
+
# “European_Commission” for energy labels in the EU.
|
213
218
|
# @!attribute [rw] code
|
214
219
|
# @return [::String]
|
215
|
-
#
|
220
|
+
# The code of the certification. For example, for the EPREL certificate with
|
221
|
+
# the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456
|
222
|
+
# the code is 123456. The code is required for European Energy Labels.
|
216
223
|
class Certification
|
217
224
|
include ::Google::Protobuf::MessageExts
|
218
225
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -285,7 +292,7 @@ module Google
|
|
285
292
|
# 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
|
286
293
|
# @!attribute [rw] google_expiration_date
|
287
294
|
# @return [::Google::Protobuf::Timestamp]
|
288
|
-
# Date on which the item expires
|
295
|
+
# Date on which the item expires, in [ISO
|
289
296
|
# 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
|
290
297
|
class CssProductStatus
|
291
298
|
include ::Google::Protobuf::MessageExts
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-css-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|