google-cloud-gke_multi_cloud-v1 0.13.0 → 0.14.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/gke_multi_cloud/v1/attached_clusters/client.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/operations.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/rest/client.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/rest/operations.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/client.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/operations.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/operations.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/client.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/operations.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/client.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/operations.rb +7 -0
- data/lib/google/cloud/gke_multi_cloud/v1/version.rb +1 -1
- data/proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb +2 -1
- data/proto_docs/google/longrunning/operations.rb +4 -0
- 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: 919abcb3f834b8eeee6799e789adb8ffd2d20005964f883ab4130d05a9ce834f
|
4
|
+
data.tar.gz: 55ccdf688989e7ee15c32e937fb5fa9e036d38fe6762a41a397078efba411be2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c05a63a25b295a9f42271a3b964a1a702da17f39a66185cc14dd57389f9a28160301e641ed113978bb868f8eb77bd27761d2d63be641cc5e8036703eb103295
|
7
|
+
data.tar.gz: dcacaa243d07b73fe3bbf3acd0aee72d8da1a1148d3d4f8d27656ad3f4bb82fbb94e32f28b80f44f4d551a24391e85709b4a8da0208920754afce99b8f1d4aec
|
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
|
@@ -1285,6 +1285,13 @@ module Google
|
|
1285
1285
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1286
1286
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1287
1287
|
# * (`nil`) indicating no credentials
|
1288
|
+
#
|
1289
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1290
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1291
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1292
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1293
|
+
# For more information, refer to [Validate credential configurations from external
|
1294
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1288
1295
|
# @return [::Object]
|
1289
1296
|
# @!attribute [rw] scope
|
1290
1297
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1213,6 +1213,13 @@ module Google
|
|
1213
1213
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1214
1214
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1215
1215
|
# * (`nil`) indicating no credentials
|
1216
|
+
#
|
1217
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1218
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1219
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1220
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1221
|
+
# For more information, refer to [Validate credential configurations from external
|
1222
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1216
1223
|
# @return [::Object]
|
1217
1224
|
# @!attribute [rw] scope
|
1218
1225
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -2055,6 +2055,13 @@ module Google
|
|
2055
2055
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2056
2056
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2057
2057
|
# * (`nil`) indicating no credentials
|
2058
|
+
#
|
2059
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2060
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2061
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2062
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2063
|
+
# For more information, refer to [Validate credential configurations from external
|
2064
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2058
2065
|
# @return [::Object]
|
2059
2066
|
# @!attribute [rw] scope
|
2060
2067
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1934,6 +1934,13 @@ module Google
|
|
1934
1934
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1935
1935
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1936
1936
|
# * (`nil`) indicating no credentials
|
1937
|
+
#
|
1938
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1939
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1940
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1941
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1942
|
+
# For more information, refer to [Validate credential configurations from external
|
1943
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1937
1944
|
# @return [::Object]
|
1938
1945
|
# @!attribute [rw] scope
|
1939
1946
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -2375,6 +2375,13 @@ module Google
|
|
2375
2375
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2376
2376
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2377
2377
|
# * (`nil`) indicating no credentials
|
2378
|
+
#
|
2379
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2380
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2381
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2382
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2383
|
+
# For more information, refer to [Validate credential configurations from external
|
2384
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2378
2385
|
# @return [::Object]
|
2379
2386
|
# @!attribute [rw] scope
|
2380
2387
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -2233,6 +2233,13 @@ module Google
|
|
2233
2233
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2234
2234
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2235
2235
|
# * (`nil`) indicating no credentials
|
2236
|
+
#
|
2237
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2238
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2239
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2240
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2241
|
+
# For more information, refer to [Validate credential configurations from external
|
2242
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2236
2243
|
# @return [::Object]
|
2237
2244
|
# @!attribute [rw] scope
|
2238
2245
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -131,7 +131,8 @@ module Google
|
|
131
131
|
# encoded Unicode characters except single quotes ('), double quotes ("),
|
132
132
|
# backslashes (\), and forward slashes (/).
|
133
133
|
#
|
134
|
-
# See
|
134
|
+
# See
|
135
|
+
# [Tags](https://cloud.google.com/resource-manager/docs/tags/tags-overview)
|
135
136
|
# for more details on Google Cloud Platform tags.
|
136
137
|
class AttachedCluster
|
137
138
|
include ::Google::Protobuf::MessageExts
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-gke_multi_cloud-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
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
|
@@ -124,7 +123,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
124
123
|
licenses:
|
125
124
|
- Apache-2.0
|
126
125
|
metadata: {}
|
127
|
-
post_install_message:
|
128
126
|
rdoc_options: []
|
129
127
|
require_paths:
|
130
128
|
- lib
|
@@ -132,15 +130,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
132
130
|
requirements:
|
133
131
|
- - ">="
|
134
132
|
- !ruby/object:Gem::Version
|
135
|
-
version: '
|
133
|
+
version: '3.0'
|
136
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
135
|
requirements:
|
138
136
|
- - ">="
|
139
137
|
- !ruby/object:Gem::Version
|
140
138
|
version: '0'
|
141
139
|
requirements: []
|
142
|
-
rubygems_version: 3.
|
143
|
-
signing_key:
|
140
|
+
rubygems_version: 3.6.2
|
144
141
|
specification_version: 4
|
145
142
|
summary: GKE Multi-Cloud provides a way to manage Kubernetes clusters that run on
|
146
143
|
AWS and Azure infrastructure using the GKE Multi-Cloud API. Combined with Connect,
|