google-shopping-merchant-inventories-v1beta 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/shopping/merchant/inventories/v1beta/local_inventory_service/client.rb +7 -0
- data/lib/google/shopping/merchant/inventories/v1beta/local_inventory_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/inventories/v1beta/regional_inventory_service/client.rb +7 -0
- data/lib/google/shopping/merchant/inventories/v1beta/regional_inventory_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/inventories/v1beta/version.rb +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6f1287086d0e0682a073cfb31f0fc7d524b69f51b028c779402eb028c0b3f32
|
4
|
+
data.tar.gz: 34e9dfe4ccb20b8a8bdfa1d3b0f6488b41dc287c3d80ee29c00220b189133153
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65720b205a45b6bc9bf1b697f026984b2cfb4a2380c688211ffd0fd682f753f9d4dc63dd546871a903adcae8a046dcaec6003eb8ab913ade1351dade024e1a8b
|
7
|
+
data.tar.gz: c02da25e9cc01c3141a60b8913c48ca8dcaafb4e41354605bfc4127fad05b91853062921a4b6da0c8e9599289014d0d6fcf47ba265339c888b42856ff2caefb9
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
85
85
|
|
86
86
|
## Supported Ruby Versions
|
87
87
|
|
88
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
89
89
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -534,6 +534,13 @@ module Google
|
|
534
534
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
535
535
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
536
536
|
# * (`nil`) indicating no credentials
|
537
|
+
#
|
538
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
539
|
+
# external source for authentication to Google Cloud, you must validate it before
|
540
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
541
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
542
|
+
# For more information, refer to [Validate credential configurations from external
|
543
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
537
544
|
# @return [::Object]
|
538
545
|
# @!attribute [rw] scope
|
539
546
|
# The OAuth scopes
|
@@ -504,6 +504,13 @@ module Google
|
|
504
504
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
505
505
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
506
506
|
# * (`nil`) indicating no credentials
|
507
|
+
#
|
508
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
509
|
+
# external source for authentication to Google Cloud, you must validate it before
|
510
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
511
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
512
|
+
# For more information, refer to [Validate credential configurations from external
|
513
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
507
514
|
# @return [::Object]
|
508
515
|
# @!attribute [rw] scope
|
509
516
|
# The OAuth scopes
|
@@ -534,6 +534,13 @@ module Google
|
|
534
534
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
535
535
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
536
536
|
# * (`nil`) indicating no credentials
|
537
|
+
#
|
538
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
539
|
+
# external source for authentication to Google Cloud, you must validate it before
|
540
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
541
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
542
|
+
# For more information, refer to [Validate credential configurations from external
|
543
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
537
544
|
# @return [::Object]
|
538
545
|
# @!attribute [rw] scope
|
539
546
|
# The OAuth scopes
|
data/lib/google/shopping/merchant/inventories/v1beta/regional_inventory_service/rest/client.rb
CHANGED
@@ -504,6 +504,13 @@ module Google
|
|
504
504
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
505
505
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
506
506
|
# * (`nil`) indicating no credentials
|
507
|
+
#
|
508
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
509
|
+
# external source for authentication to Google Cloud, you must validate it before
|
510
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
511
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
512
|
+
# For more information, refer to [Validate credential configurations from external
|
513
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
507
514
|
# @return [::Object]
|
508
515
|
# @!attribute [rw] scope
|
509
516
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-merchant-inventories-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -115,7 +114,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
115
114
|
licenses:
|
116
115
|
- Apache-2.0
|
117
116
|
metadata: {}
|
118
|
-
post_install_message:
|
119
117
|
rdoc_options: []
|
120
118
|
require_paths:
|
121
119
|
- lib
|
@@ -123,15 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
121
|
requirements:
|
124
122
|
- - ">="
|
125
123
|
- !ruby/object:Gem::Version
|
126
|
-
version: '
|
124
|
+
version: '3.0'
|
127
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
126
|
requirements:
|
129
127
|
- - ">="
|
130
128
|
- !ruby/object:Gem::Version
|
131
129
|
version: '0'
|
132
130
|
requirements: []
|
133
|
-
rubygems_version: 3.
|
134
|
-
signing_key:
|
131
|
+
rubygems_version: 3.6.2
|
135
132
|
specification_version: 4
|
136
133
|
summary: Programmatically manage your Merchant Center accounts.
|
137
134
|
test_files: []
|