google-shopping-css-v1 0.2.0 → 0.2.1
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/lib/google/shopping/css/v1/account_labels_service/client.rb +1 -1
- data/lib/google/shopping/css/v1/account_labels_service/rest/client.rb +1 -1
- data/lib/google/shopping/css/v1/accounts_labels_services_pb.rb +1 -1
- data/lib/google/shopping/css/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b746bf5a019a61dd551fc2cd593a1c574a148ecbfd870f346dad31250f80ad7
|
|
4
|
+
data.tar.gz: bcdcd37bebf4616bfe69b8dc51cc0de71b4c02f68fe5d9f47ea679a2d45eebbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e67711ee9ff45e23ac4800bd2f0e9a3abf66bf43392b81e8b840f2cc7fd984d1997b141a83b3878a465f81686da82d306092eb8dd95da3260136024680697993
|
|
7
|
+
data.tar.gz: 952a4ac7432afe7038beee56152ea69ec515ea6b848eab098e46a6f6492965d23f2096a019836df11ef386b956f12361d540158188b95516f34e27dfa3e315ae
|
|
@@ -175,7 +175,7 @@ module Google
|
|
|
175
175
|
# Service calls
|
|
176
176
|
|
|
177
177
|
##
|
|
178
|
-
# Lists the labels
|
|
178
|
+
# Lists the labels owned by an account.
|
|
179
179
|
#
|
|
180
180
|
# @overload list_account_labels(request, options = nil)
|
|
181
181
|
# Pass arguments to `list_account_labels` via a request object, either of type
|
|
@@ -168,7 +168,7 @@ module Google
|
|
|
168
168
|
# Service calls
|
|
169
169
|
|
|
170
170
|
##
|
|
171
|
-
# Lists the labels
|
|
171
|
+
# Lists the labels owned by an account.
|
|
172
172
|
#
|
|
173
173
|
# @overload list_account_labels(request, options = nil)
|
|
174
174
|
# Pass arguments to `list_account_labels` via a request object, either of type
|
|
@@ -33,7 +33,7 @@ module Google
|
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
34
34
|
self.service_name = 'google.shopping.css.v1.AccountLabelsService'
|
|
35
35
|
|
|
36
|
-
# Lists the labels
|
|
36
|
+
# Lists the labels owned by an account.
|
|
37
37
|
rpc :ListAccountLabels, ::Google::Shopping::Css::V1::ListAccountLabelsRequest, ::Google::Shopping::Css::V1::ListAccountLabelsResponse
|
|
38
38
|
# Creates a new label, not assigned to any account.
|
|
39
39
|
rpc :CreateAccountLabel, ::Google::Shopping::Css::V1::CreateAccountLabelRequest, ::Google::Shopping::Css::V1::AccountLabel
|
|
@@ -215,6 +215,12 @@ module Google
|
|
|
215
215
|
# enabled. By default, asynchronous REST clients will not be generated.
|
|
216
216
|
# This feature will be enabled by default 1 month after launching the
|
|
217
217
|
# feature in preview packages.
|
|
218
|
+
# @!attribute [rw] protobuf_pythonic_types_enabled
|
|
219
|
+
# @return [::Boolean]
|
|
220
|
+
# Enables generation of protobuf code using new types that are more
|
|
221
|
+
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
|
222
|
+
# enabled by default 1 month after launching the feature in preview
|
|
223
|
+
# packages.
|
|
218
224
|
class ExperimentalFeatures
|
|
219
225
|
include ::Google::Protobuf::MessageExts
|
|
220
226
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.2.
|
|
4
|
+
version: 0.2.1
|
|
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-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0'
|
|
153
153
|
requirements: []
|
|
154
|
-
rubygems_version: 3.5.
|
|
154
|
+
rubygems_version: 3.5.22
|
|
155
155
|
signing_key:
|
|
156
156
|
specification_version: 4
|
|
157
157
|
summary: Programmatically manage your Comparison Shopping Service (CSS) account data
|