google-cloud-service_directory-v1 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97920ef46aee3ce9b4f8026675c2a133fa971b81015866c817a271836a474d0e
4
- data.tar.gz: 6e598e169bc9d94c08faf3e6205fbd1dd002ea64ef61f00f40ddeeabd6449f19
3
+ metadata.gz: dbc259c624aa7cfae93ed58b1d2c0c7115146cc4a832f8daa076be40ea0cbffe
4
+ data.tar.gz: 06623f67575262b9d145f4195be0866e725d29f342d74035f4344765c122b558
5
5
  SHA512:
6
- metadata.gz: 734c7ed575781fa89ad1c95abeb09cf6d49e6b72df414497f54d32e42a1f201d15a8b881ecd177dcb3a247c79020ee4a2f8e842383ee8ffffed1f56791547b42
7
- data.tar.gz: e429bfc055569afeb7b1d715e0358141dffc4791359afd1a94175106dc2d3e963565f73e7335d378264a19eada011a330289e0c5a334cde23868d7a699b2249e
6
+ metadata.gz: 88e62332ea5094062723a9a1ff1c5efedc217f8a754c7c8611facd36770f0472a059a599b9984a714e5a20363d1a303c459aa9e76fffb89bbe587c177137ee05
7
+ data.tar.gz: bd586b265060c43985fa83ea620177da56e4e6ef118697093328a62957dcf65215e8d2bb3df479d6dcb88fc0dbd54d814e31ea148df22a2026b061e865cda216
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
@@ -376,6 +376,13 @@ module Google
376
376
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
377
377
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
378
378
  # * (`nil`) indicating no credentials
379
+ #
380
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
381
+ # external source for authentication to Google Cloud, you must validate it before
382
+ # providing it to a Google API client library. Providing an unvalidated credential
383
+ # configuration to Google APIs can compromise the security of your systems and data.
384
+ # For more information, refer to [Validate credential configurations from external
385
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
379
386
  # @return [::Object]
380
387
  # @!attribute [rw] scope
381
388
  # The OAuth scopes
@@ -361,6 +361,13 @@ module Google
361
361
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
362
362
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
363
363
  # * (`nil`) indicating no credentials
364
+ #
365
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
366
+ # external source for authentication to Google Cloud, you must validate it before
367
+ # providing it to a Google API client library. Providing an unvalidated credential
368
+ # configuration to Google APIs can compromise the security of your systems and data.
369
+ # For more information, refer to [Validate credential configurations from external
370
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
364
371
  # @return [::Object]
365
372
  # @!attribute [rw] scope
366
373
  # The OAuth scopes
@@ -2016,6 +2016,13 @@ module Google
2016
2016
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
2017
2017
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
2018
2018
  # * (`nil`) indicating no credentials
2019
+ #
2020
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2021
+ # external source for authentication to Google Cloud, you must validate it before
2022
+ # providing it to a Google API client library. Providing an unvalidated credential
2023
+ # configuration to Google APIs can compromise the security of your systems and data.
2024
+ # For more information, refer to [Validate credential configurations from external
2025
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2019
2026
  # @return [::Object]
2020
2027
  # @!attribute [rw] scope
2021
2028
  # The OAuth scopes
@@ -1882,6 +1882,13 @@ module Google
1882
1882
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1883
1883
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1884
1884
  # * (`nil`) indicating no credentials
1885
+ #
1886
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1887
+ # external source for authentication to Google Cloud, you must validate it before
1888
+ # providing it to a Google API client library. Providing an unvalidated credential
1889
+ # configuration to Google APIs can compromise the security of your systems and data.
1890
+ # For more information, refer to [Validate credential configurations from external
1891
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1885
1892
  # @return [::Object]
1886
1893
  # @!attribute [rw] scope
1887
1894
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceDirectory
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_directory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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
@@ -139,7 +138,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
139
138
  licenses:
140
139
  - Apache-2.0
141
140
  metadata: {}
142
- post_install_message:
143
141
  rdoc_options: []
144
142
  require_paths:
145
143
  - lib
@@ -147,15 +145,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
147
145
  requirements:
148
146
  - - ">="
149
147
  - !ruby/object:Gem::Version
150
- version: '2.7'
148
+ version: '3.0'
151
149
  required_rubygems_version: !ruby/object:Gem::Requirement
152
150
  requirements:
153
151
  - - ">="
154
152
  - !ruby/object:Gem::Version
155
153
  version: '0'
156
154
  requirements: []
157
- rubygems_version: 3.5.23
158
- signing_key:
155
+ rubygems_version: 3.6.2
159
156
  specification_version: 4
160
157
  summary: Service Directory is a platform for discovering, publishing, and connecting
161
158
  services.