google-shopping-merchant-lfp-v1beta 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 999045112bf29ea88311c8e8c153f60dd2641e8408f4b46bffecff10e7a6ef22
4
- data.tar.gz: 5adb8e2074dae59416e9604ef1377ebfa5697190e98f9ed0829f924405a179a8
3
+ metadata.gz: e951aa25c4a01b55a25a67dc2cb72e9e9bd32b67774111308404482e1a3f9f4d
4
+ data.tar.gz: f4564b3252950aab0ef0b812bcde04e468be7fe7116e7df614605c9b355076ea
5
5
  SHA512:
6
- metadata.gz: 4f0d801f7d3929b0d003301fcc08bfe37c32921d214883d17f226b4f7d6e6e2fc57add01b243f07b95e0975ef06f0e1c5d91a5caed7312b7e30e9871c444a3da
7
- data.tar.gz: 6b573e847f3dd5d3e665f01f295ece9ec1a2bbb8ffd73aea246ae7d4e1075a577bcfb4a6534d301d766916183c92351dbdd53cb2ff76caabc028775f8570e484
6
+ metadata.gz: 3e73f56dd1fd5fd44cce8c11b3c00a581c992faf98e08da147643876231e6ce4139c2e9171d1b20c14bb3f7cd63618e5d5fa8a6016f3f354c1de07e5205e5883
7
+ data.tar.gz: ac586f12f5d1cddf7921f4c5090b84647b23fe33ad2afd74a2b342f23e143a5317a2388e52f15216efa10fda13bbaf03f38e5a9270ded433e819ba2f7f744454
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 2.7+.
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
@@ -325,6 +325,13 @@ module Google
325
325
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
326
326
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
327
327
  # * (`nil`) indicating no credentials
328
+ #
329
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
330
+ # external source for authentication to Google Cloud, you must validate it before
331
+ # providing it to a Google API client library. Providing an unvalidated credential
332
+ # configuration to Google APIs can compromise the security of your systems and data.
333
+ # For more information, refer to [Validate credential configurations from external
334
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
328
335
  # @return [::Object]
329
336
  # @!attribute [rw] scope
330
337
  # The OAuth scopes
@@ -309,6 +309,13 @@ module Google
309
309
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
310
310
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
311
311
  # * (`nil`) indicating no credentials
312
+ #
313
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
314
+ # external source for authentication to Google Cloud, you must validate it before
315
+ # providing it to a Google API client library. Providing an unvalidated credential
316
+ # configuration to Google APIs can compromise the security of your systems and data.
317
+ # For more information, refer to [Validate credential configurations from external
318
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
312
319
  # @return [::Object]
313
320
  # @!attribute [rw] scope
314
321
  # The OAuth scopes
@@ -323,6 +323,13 @@ module Google
323
323
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
324
324
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
325
325
  # * (`nil`) indicating no credentials
326
+ #
327
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
328
+ # external source for authentication to Google Cloud, you must validate it before
329
+ # providing it to a Google API client library. Providing an unvalidated credential
330
+ # configuration to Google APIs can compromise the security of your systems and data.
331
+ # For more information, refer to [Validate credential configurations from external
332
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
326
333
  # @return [::Object]
327
334
  # @!attribute [rw] scope
328
335
  # The OAuth scopes
@@ -307,6 +307,13 @@ module Google
307
307
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
308
308
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
309
309
  # * (`nil`) indicating no credentials
310
+ #
311
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
312
+ # external source for authentication to Google Cloud, you must validate it before
313
+ # providing it to a Google API client library. Providing an unvalidated credential
314
+ # configuration to Google APIs can compromise the security of your systems and data.
315
+ # For more information, refer to [Validate credential configurations from external
316
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
310
317
  # @return [::Object]
311
318
  # @!attribute [rw] scope
312
319
  # The OAuth scopes
@@ -604,6 +604,13 @@ module Google
604
604
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
605
605
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
606
606
  # * (`nil`) indicating no credentials
607
+ #
608
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
609
+ # external source for authentication to Google Cloud, you must validate it before
610
+ # providing it to a Google API client library. Providing an unvalidated credential
611
+ # configuration to Google APIs can compromise the security of your systems and data.
612
+ # For more information, refer to [Validate credential configurations from external
613
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
607
614
  # @return [::Object]
608
615
  # @!attribute [rw] scope
609
616
  # The OAuth scopes
@@ -567,6 +567,13 @@ module Google
567
567
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
568
568
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
569
569
  # * (`nil`) indicating no credentials
570
+ #
571
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
572
+ # external source for authentication to Google Cloud, you must validate it before
573
+ # providing it to a Google API client library. Providing an unvalidated credential
574
+ # configuration to Google APIs can compromise the security of your systems and data.
575
+ # For more information, refer to [Validate credential configurations from external
576
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
570
577
  # @return [::Object]
571
578
  # @!attribute [rw] scope
572
579
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Lfp
24
24
  module V1beta
25
- VERSION = "0.2.0"
25
+ VERSION = "0.3.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-lfp-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
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.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
@@ -125,7 +124,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
125
124
  licenses:
126
125
  - Apache-2.0
127
126
  metadata: {}
128
- post_install_message:
129
127
  rdoc_options: []
130
128
  require_paths:
131
129
  - lib
@@ -133,15 +131,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
131
  requirements:
134
132
  - - ">="
135
133
  - !ruby/object:Gem::Version
136
- version: '2.7'
134
+ version: '3.0'
137
135
  required_rubygems_version: !ruby/object:Gem::Requirement
138
136
  requirements:
139
137
  - - ">="
140
138
  - !ruby/object:Gem::Version
141
139
  version: '0'
142
140
  requirements: []
143
- rubygems_version: 3.5.23
144
- signing_key:
141
+ rubygems_version: 3.6.2
145
142
  specification_version: 4
146
143
  summary: Programmatically manage your Merchant Center accounts.
147
144
  test_files: []