google-cloud-gke_multi_cloud-v1 0.13.0 → 0.14.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: bf1897bae5458260e6a2ed53ccd4b3ff884dc7110995f10b8bf6c3000b8f08f8
4
- data.tar.gz: de27e6d1d1719579c8b2efefb52fa6c216e9c69b00708ec00ca41b97ce43ae62
3
+ metadata.gz: 919abcb3f834b8eeee6799e789adb8ffd2d20005964f883ab4130d05a9ce834f
4
+ data.tar.gz: 55ccdf688989e7ee15c32e937fb5fa9e036d38fe6762a41a397078efba411be2
5
5
  SHA512:
6
- metadata.gz: 7541b69ca94ab1edd8c3379b402c065ee7e38d10138e394532280fc88d6714c9ba087ce6283d0b8a70fb532ddf4d5756765c85c6d010b5b187230ae287bc6e4e
7
- data.tar.gz: c00a8ff6da73ef97774e87d5b2b4e2d1bda4d797710cd5873db508b1495ac890256bc5df661113b046cd5dbb1840015d6fbdae27248c026a4127700b7378593c
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 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
@@ -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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeMultiCloud
23
23
  module V1
24
- VERSION = "0.13.0"
24
+ VERSION = "0.14.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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 [Tags](http://cloud/resource-manager/docs/tags/tags-overview)
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.13.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-08 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
@@ -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: '2.7'
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.5.23
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,