google-cloud-essential_contacts-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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3eea3719f9a64f64dd23899767c30f66c9bffdb283c46d4b1b7f150619b2ed3d
|
|
4
|
+
data.tar.gz: dcd54d72a083d91a2875dd951528348938989e4eedf6d9b524054cd26bc587c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abb15d31909d7149054a770067212a1c90c6bb8eb57cf20a5a294532da938f60f9c6831561741260ea7ac34f40dd73428c0585ee204d27459cd75f071cc549a9
|
|
7
|
+
data.tar.gz: 9058707196f57c22f859dd001ce15ef2568e3e9305510b230a0ced8b2de380bdadd9cc4b584f6948c14564a6357373ea24b9b42f92a092cf1ce2673354e0d7ad
|
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
|
|
@@ -914,6 +914,13 @@ module Google
|
|
|
914
914
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
915
915
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
916
916
|
# * (`nil`) indicating no credentials
|
|
917
|
+
#
|
|
918
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
919
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
920
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
921
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
922
|
+
# For more information, refer to [Validate credential configurations from external
|
|
923
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
917
924
|
# @return [::Object]
|
|
918
925
|
# @!attribute [rw] scope
|
|
919
926
|
# The OAuth scopes
|
|
@@ -856,6 +856,13 @@ module Google
|
|
|
856
856
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
857
857
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
858
858
|
# * (`nil`) indicating no credentials
|
|
859
|
+
#
|
|
860
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
861
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
862
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
863
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
864
|
+
# For more information, refer to [Validate credential configurations from external
|
|
865
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
859
866
|
# @return [::Object]
|
|
860
867
|
# @!attribute [rw] scope
|
|
861
868
|
# The OAuth scopes
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-essential_contacts-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
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:
|
|
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
|
|
@@ -89,7 +88,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
89
88
|
licenses:
|
|
90
89
|
- Apache-2.0
|
|
91
90
|
metadata: {}
|
|
92
|
-
post_install_message:
|
|
93
91
|
rdoc_options: []
|
|
94
92
|
require_paths:
|
|
95
93
|
- lib
|
|
@@ -97,15 +95,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
97
95
|
requirements:
|
|
98
96
|
- - ">="
|
|
99
97
|
- !ruby/object:Gem::Version
|
|
100
|
-
version: '
|
|
98
|
+
version: '3.0'
|
|
101
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
100
|
requirements:
|
|
103
101
|
- - ">="
|
|
104
102
|
- !ruby/object:Gem::Version
|
|
105
103
|
version: '0'
|
|
106
104
|
requirements: []
|
|
107
|
-
rubygems_version: 3.
|
|
108
|
-
signing_key:
|
|
105
|
+
rubygems_version: 3.6.2
|
|
109
106
|
specification_version: 4
|
|
110
107
|
summary: API Client library for the Essential Contacts V1 API
|
|
111
108
|
test_files: []
|