google-shopping-css-v1 0.4.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74e07f8af0e05f619c3cbf836670f92333732648d9cfe477326c016561b21aaf
4
- data.tar.gz: 755475619e401b0041e55f58cd585ffc9321b8a2e22622e9a8fbcd3143fbfc65
3
+ metadata.gz: 384d6fe8e857897c7db27aa5864910ff7e3cbc5c0504795f27d81e4177ccfc2c
4
+ data.tar.gz: a120223bf8c8bf186bde6ec60f25445204699b04a03db11238637ec678bbb2af
5
5
  SHA512:
6
- metadata.gz: ff70dc1139a76630602a3525ea5f4482c6f26b5e06ac1ce6cabeffbd59145404a2de5f94ebb980d77c26db4f1c8e9b5f187fb1f52c59d5fa656e998907232c74
7
- data.tar.gz: 514fd167c5375f08e9a7e6c347d6b96d229f2258d0e7e63cd8bdd08fb08340a16c7fc57476b7dd0322c675c129e9cc76ccf888b9145b738977a94e640c58329a
6
+ metadata.gz: f408748499f1496fff7dcd8fe054026fc6856ad7b23094d9d3a813caa3e91f5823255c8210165017ce33f9fac584b8d2c9e9d1916a1ea043dbe008d75831d846
7
+ data.tar.gz: ca851260ec28be06a4a7567dc0bda20324b97afb1ac4abca6e05fcfad068f13a18778b30104a3d93312044369d8638e9ce5663880799a56cebfdbc725605cecc
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 2.7+.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Css
23
23
  module V1
24
- VERSION = "0.4.0"
24
+ VERSION = "0.5.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -117,6 +117,9 @@ module Google
117
117
  # The CSS/MC account's parent resource. CSS group for CSS domains; CSS
118
118
  # domain for MC accounts. Returned only if the user has access to the
119
119
  # parent account.
120
+ # Note: For MC sub-accounts, this is also the CSS domain that is the parent
121
+ # resource of the MCA account, since we are effectively flattening the
122
+ # hierarchy."
120
123
  # @!attribute [rw] label_ids
121
124
  # @return [::Array<::Integer>]
122
125
  # Manually created label IDs assigned to the CSS/MC account by a CSS parent
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.0
4
+ version: 0.5.1
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-08 00:00:00.000000000 Z
10
+ date: 2025-03-25 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.24.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.24.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: '2.7'
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.5.23
156
- signing_key:
153
+ rubygems_version: 3.6.5
157
154
  specification_version: 4
158
155
  summary: Programmatically manage your Comparison Shopping Service (CSS) account data
159
156
  at scale.