google-cloud-support-v2 1.1.0 → 1.2.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/support/v2/case_attachment_service/client.rb +7 -0
- data/lib/google/cloud/support/v2/case_service/client.rb +7 -0
- data/lib/google/cloud/support/v2/comment_service/client.rb +7 -0
- data/lib/google/cloud/support/v2/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: e31853fc8a4eaa7918a7b3f83858a47627db4b85f841218a75dcecb0085f7aa2
|
4
|
+
data.tar.gz: f3b3b51c01c5ad73bb64173cd2620002da890185b00eef28859af2d97b9beca8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60d68858ec697a7e1f899ccea5f67c0cbf2f3fa9912f414b4c872fe27311e07ab7f4e18ff683fd2a109673951bd7084871da4ba98e8fafc91806159a716af80e
|
7
|
+
data.tar.gz: 491eddbda8e5a325e0bc47509ab313f7a30adb5adf583dabd3cf89c08af7bca7b29b7ee687644a3a4b47f5c8d5eb0edea50bc092b4d0ac0e7890c37015fe0c18
|
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
|
@@ -331,6 +331,13 @@ module Google
|
|
331
331
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
332
332
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
333
333
|
# * (`nil`) indicating no credentials
|
334
|
+
#
|
335
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
336
|
+
# external source for authentication to Google Cloud, you must validate it before
|
337
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
338
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
339
|
+
# For more information, refer to [Validate credential configurations from external
|
340
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
334
341
|
# @return [::Object]
|
335
342
|
# @!attribute [rw] scope
|
336
343
|
# The OAuth scopes
|
@@ -1048,6 +1048,13 @@ module Google
|
|
1048
1048
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1049
1049
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1050
1050
|
# * (`nil`) indicating no credentials
|
1051
|
+
#
|
1052
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1053
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1054
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1055
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1056
|
+
# For more information, refer to [Validate credential configurations from external
|
1057
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1051
1058
|
# @return [::Object]
|
1052
1059
|
# @!attribute [rw] scope
|
1053
1060
|
# The OAuth scopes
|
@@ -419,6 +419,13 @@ module Google
|
|
419
419
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
420
420
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
421
421
|
# * (`nil`) indicating no credentials
|
422
|
+
#
|
423
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
424
|
+
# external source for authentication to Google Cloud, you must validate it before
|
425
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
426
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
427
|
+
# For more information, refer to [Validate credential configurations from external
|
428
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
422
429
|
# @return [::Object]
|
423
430
|
# @!attribute [rw] scope
|
424
431
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-support-v2
|
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
|
@@ -103,7 +102,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
103
102
|
licenses:
|
104
103
|
- Apache-2.0
|
105
104
|
metadata: {}
|
106
|
-
post_install_message:
|
107
105
|
rdoc_options: []
|
108
106
|
require_paths:
|
109
107
|
- lib
|
@@ -111,15 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
109
|
requirements:
|
112
110
|
- - ">="
|
113
111
|
- !ruby/object:Gem::Version
|
114
|
-
version: '
|
112
|
+
version: '3.0'
|
115
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
114
|
requirements:
|
117
115
|
- - ">="
|
118
116
|
- !ruby/object:Gem::Version
|
119
117
|
version: '0'
|
120
118
|
requirements: []
|
121
|
-
rubygems_version: 3.
|
122
|
-
signing_key:
|
119
|
+
rubygems_version: 3.6.2
|
123
120
|
specification_version: 4
|
124
121
|
summary: Manages Google Cloud technical support cases for Customer Care support offerings.
|
125
122
|
test_files: []
|