google-cloud-service_directory-v1beta1 0.16.0 → 0.17.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/cloud/service_directory/v1beta1/lookup_service/client.rb +7 -0
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/rest/client.rb +7 -0
- data/lib/google/cloud/service_directory/v1beta1/registration_service/client.rb +7 -0
- data/lib/google/cloud/service_directory/v1beta1/registration_service/rest/client.rb +7 -0
- data/lib/google/cloud/service_directory/v1beta1/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: c51a9dc9a1f2b3bbb3b6bec129ca64f26d6edd630d02ebcaf35388d7374e4d1c
|
4
|
+
data.tar.gz: ce6ae8c730b40490db12225016335c13e0d64b2cbbf87244f23146465aa6ac92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f93a9c3438fe7ce48965fdba1674364063647c7d43510645b8ceaaab3b0b88a8454d2f357d75b2da35ec51c8546178c91f1dd1dbff73509da82b437a04c3512
|
7
|
+
data.tar.gz: e434007aab7913f27c7dbbbe73add591e7edfa6815f3938978f0cc8061d6fc88ff6ba59aed44ef44554738b14f4882f8e54ff6d9c51f1b2d8cfc420d294d0286
|
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
|
@@ -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
|
@@ -2024,6 +2024,13 @@ module Google
|
|
2024
2024
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2025
2025
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2026
2026
|
# * (`nil`) indicating no credentials
|
2027
|
+
#
|
2028
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2029
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2030
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2031
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2032
|
+
# For more information, refer to [Validate credential configurations from external
|
2033
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2027
2034
|
# @return [::Object]
|
2028
2035
|
# @!attribute [rw] scope
|
2029
2036
|
# The OAuth scopes
|
@@ -1890,6 +1890,13 @@ module Google
|
|
1890
1890
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1891
1891
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1892
1892
|
# * (`nil`) indicating no credentials
|
1893
|
+
#
|
1894
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1895
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1896
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1897
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1898
|
+
# For more information, refer to [Validate credential configurations from external
|
1899
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1893
1900
|
# @return [::Object]
|
1894
1901
|
# @!attribute [rw] scope
|
1895
1902
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_directory-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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
|
@@ -140,7 +139,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
140
139
|
licenses:
|
141
140
|
- Apache-2.0
|
142
141
|
metadata: {}
|
143
|
-
post_install_message:
|
144
142
|
rdoc_options: []
|
145
143
|
require_paths:
|
146
144
|
- lib
|
@@ -148,15 +146,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
148
146
|
requirements:
|
149
147
|
- - ">="
|
150
148
|
- !ruby/object:Gem::Version
|
151
|
-
version: '
|
149
|
+
version: '3.0'
|
152
150
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
153
151
|
requirements:
|
154
152
|
- - ">="
|
155
153
|
- !ruby/object:Gem::Version
|
156
154
|
version: '0'
|
157
155
|
requirements: []
|
158
|
-
rubygems_version: 3.
|
159
|
-
signing_key:
|
156
|
+
rubygems_version: 3.6.2
|
160
157
|
specification_version: 4
|
161
158
|
summary: Service Directory is a platform for discovering, publishing, and connecting
|
162
159
|
services.
|