google-shopping-css-v1 0.4.0 → 0.5.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/README.md +1 -1
- data/lib/google/shopping/css/v1/account_labels_service/client.rb +7 -0
- data/lib/google/shopping/css/v1/account_labels_service/rest/client.rb +7 -0
- data/lib/google/shopping/css/v1/accounts_service/client.rb +7 -0
- data/lib/google/shopping/css/v1/accounts_service/rest/client.rb +7 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/client.rb +7 -0
- data/lib/google/shopping/css/v1/css_product_inputs_service/rest/client.rb +7 -0
- data/lib/google/shopping/css/v1/css_products_service/client.rb +7 -0
- data/lib/google/shopping/css/v1/css_products_service/rest/client.rb +7 -0
- data/lib/google/shopping/css/v1/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: 2e98604de81a4bf480f35604ab13fbc7867e93cfbbf0d90abae85fc8e747d0c3
|
|
4
|
+
data.tar.gz: e16652e6cd0a447c54cc871f9d8129c620c6d7d2ad9116185bd01cf746ab1249
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 471feac4e08eeb5dfe1535cd6afcf5290eb0b3c069abf5908e6da96f6b5ca72bb1ac056828bec5d9c71efca57af16b7ac0ec09021c477076c38ce40c4605e0a9
|
|
7
|
+
data.tar.gz: b82098beac63a714af3b544255b1fe77a955b672273700fdb721019c9d709e69d2d0e128a3a54c6a19ac45849be1fa6cb6e13cca2f7f0fcad8cd4ab71c3d7ff5
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby
|
|
89
|
+
This library is supported on Ruby 3.0+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -600,6 +600,13 @@ module Google
|
|
|
600
600
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
601
601
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
602
602
|
# * (`nil`) indicating no credentials
|
|
603
|
+
#
|
|
604
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
605
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
606
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
607
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
608
|
+
# For more information, refer to [Validate credential configurations from external
|
|
609
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
603
610
|
# @return [::Object]
|
|
604
611
|
# @!attribute [rw] scope
|
|
605
612
|
# The OAuth scopes
|
|
@@ -563,6 +563,13 @@ module Google
|
|
|
563
563
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
564
564
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
565
565
|
# * (`nil`) indicating no credentials
|
|
566
|
+
#
|
|
567
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
568
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
569
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
570
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
571
|
+
# For more information, refer to [Validate credential configurations from external
|
|
572
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
566
573
|
# @return [::Object]
|
|
567
574
|
# @!attribute [rw] scope
|
|
568
575
|
# The OAuth scopes
|
|
@@ -531,6 +531,13 @@ module Google
|
|
|
531
531
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
532
532
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
533
533
|
# * (`nil`) indicating no credentials
|
|
534
|
+
#
|
|
535
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
536
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
537
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
538
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
539
|
+
# For more information, refer to [Validate credential configurations from external
|
|
540
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
534
541
|
# @return [::Object]
|
|
535
542
|
# @!attribute [rw] scope
|
|
536
543
|
# The OAuth scopes
|
|
@@ -501,6 +501,13 @@ module Google
|
|
|
501
501
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
502
502
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
503
503
|
# * (`nil`) indicating no credentials
|
|
504
|
+
#
|
|
505
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
506
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
507
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
508
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
509
|
+
# For more information, refer to [Validate credential configurations from external
|
|
510
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
504
511
|
# @return [::Object]
|
|
505
512
|
# @!attribute [rw] scope
|
|
506
513
|
# The OAuth scopes
|
|
@@ -535,6 +535,13 @@ module Google
|
|
|
535
535
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
536
536
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
537
537
|
# * (`nil`) indicating no credentials
|
|
538
|
+
#
|
|
539
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
540
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
541
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
542
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
543
|
+
# For more information, refer to [Validate credential configurations from external
|
|
544
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
538
545
|
# @return [::Object]
|
|
539
546
|
# @!attribute [rw] scope
|
|
540
547
|
# The OAuth scopes
|
|
@@ -505,6 +505,13 @@ module Google
|
|
|
505
505
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
506
506
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
507
507
|
# * (`nil`) indicating no credentials
|
|
508
|
+
#
|
|
509
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
510
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
511
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
512
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
513
|
+
# For more information, refer to [Validate credential configurations from external
|
|
514
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
508
515
|
# @return [::Object]
|
|
509
516
|
# @!attribute [rw] scope
|
|
510
517
|
# The OAuth scopes
|
|
@@ -434,6 +434,13 @@ module Google
|
|
|
434
434
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
435
435
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
436
436
|
# * (`nil`) indicating no credentials
|
|
437
|
+
#
|
|
438
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
439
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
440
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
441
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
442
|
+
# For more information, refer to [Validate credential configurations from external
|
|
443
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
437
444
|
# @return [::Object]
|
|
438
445
|
# @!attribute [rw] scope
|
|
439
446
|
# The OAuth scopes
|
|
@@ -411,6 +411,13 @@ module Google
|
|
|
411
411
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
412
412
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
413
413
|
# * (`nil`) indicating no credentials
|
|
414
|
+
#
|
|
415
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
416
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
417
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
418
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
419
|
+
# For more information, refer to [Validate credential configurations from external
|
|
420
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
414
421
|
# @return [::Object]
|
|
415
422
|
# @!attribute [rw] scope
|
|
416
423
|
# The OAuth scopes
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
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.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
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
|
|
@@ -137,7 +136,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
137
136
|
licenses:
|
|
138
137
|
- Apache-2.0
|
|
139
138
|
metadata: {}
|
|
140
|
-
post_install_message:
|
|
141
139
|
rdoc_options: []
|
|
142
140
|
require_paths:
|
|
143
141
|
- lib
|
|
@@ -145,15 +143,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
145
143
|
requirements:
|
|
146
144
|
- - ">="
|
|
147
145
|
- !ruby/object:Gem::Version
|
|
148
|
-
version: '
|
|
146
|
+
version: '3.0'
|
|
149
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
148
|
requirements:
|
|
151
149
|
- - ">="
|
|
152
150
|
- !ruby/object:Gem::Version
|
|
153
151
|
version: '0'
|
|
154
152
|
requirements: []
|
|
155
|
-
rubygems_version: 3.
|
|
156
|
-
signing_key:
|
|
153
|
+
rubygems_version: 3.6.2
|
|
157
154
|
specification_version: 4
|
|
158
155
|
summary: Programmatically manage your Comparison Shopping Service (CSS) account data
|
|
159
156
|
at scale.
|