google-cloud-gke_hub-v1beta1 0.12.0 → 0.13.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: 2c779d3971a72cdd8fb4125b0c50a7785f245aae1fe5e312def2305d6b91ff88
4
- data.tar.gz: 33db3cd26f1e5f0b1134426908acc22328b7f5c3f9dc8342cbffbf734b47b641
3
+ metadata.gz: 20d51d859715706488b87ad935ffcc351f3e46c4a68a052fae908d9a4b0119ad
4
+ data.tar.gz: c1c6e4fed1a8afd2a9c1fc99487f577e8ce076c8b569d2f3fa38ceb11d22a2bb
5
5
  SHA512:
6
- metadata.gz: ff1f7c8deec00d0d79e235f5eda59e500e8e018e9979b7c3fdc0254ade71a533fec1af72489e4ade05e3da2f12b0865ae9ed11ff2120362043b891a6c10e69ea
7
- data.tar.gz: 10a1632f8f101c49b1131398cea08a1cda039762cf7ccce46d7410f7f0942f1a879eec04414d6bd00d2b47316427f68d812240316d01cced1f65fd6f310d7cf5
6
+ metadata.gz: f84ee2c5f788f885b29cd4158623767e3738ffd232ea87ab3cbbbfb9fa037d7ab90b949a49ab04a6ebe18fc4031eb6950dfdfe59be1ab7d80048f934cc25dc4a
7
+ data.tar.gz: 8d1131343a7952c3214c0394bd26322e7e6d1e37567a4cf66b9dc7b48fe60368020deb922e684010112e1ff0e6745f4fda60fa4307d1d032ed8967092411f72a
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
@@ -1162,6 +1162,13 @@ module Google
1162
1162
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1163
1163
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1164
1164
  # * (`nil`) indicating no credentials
1165
+ #
1166
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1167
+ # external source for authentication to Google Cloud, you must validate it before
1168
+ # providing it to a Google API client library. Providing an unvalidated credential
1169
+ # configuration to Google APIs can compromise the security of your systems and data.
1170
+ # For more information, refer to [Validate credential configurations from external
1171
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1165
1172
  # @return [::Object]
1166
1173
  # @!attribute [rw] scope
1167
1174
  # 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
@@ -1097,6 +1097,13 @@ module Google
1097
1097
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1098
1098
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1099
1099
  # * (`nil`) indicating no credentials
1100
+ #
1101
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1102
+ # external source for authentication to Google Cloud, you must validate it before
1103
+ # providing it to a Google API client library. Providing an unvalidated credential
1104
+ # configuration to Google APIs can compromise the security of your systems and data.
1105
+ # For more information, refer to [Validate credential configurations from external
1106
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1100
1107
  # @return [::Object]
1101
1108
  # @!attribute [rw] scope
1102
1109
  # 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 GkeHub
23
23
  module V1beta1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.13.0"
25
25
  end
26
26
  end
27
27
  end
@@ -130,20 +130,30 @@ module Google
130
130
  # @!attribute [rw] gke_cluster
131
131
  # @return [::Google::Cloud::GkeHub::V1beta1::GkeCluster]
132
132
  # Optional. Specific information for a GKE-on-GCP cluster.
133
+ #
134
+ # Note: The following fields are mutually exclusive: `gke_cluster`, `on_prem_cluster`, `multi_cloud_cluster`, `edge_cluster`, `appliance_cluster`. If a field in that set is populated, all other fields in the set will automatically be cleared.
133
135
  # @!attribute [rw] on_prem_cluster
134
136
  # @return [::Google::Cloud::GkeHub::V1beta1::OnPremCluster]
135
137
  # Optional. Specific information for a GKE On-Prem cluster. An onprem
136
138
  # user-cluster who has no resourceLink is not allowed to use this field, it
137
139
  # should have a nil "type" instead.
140
+ #
141
+ # Note: The following fields are mutually exclusive: `on_prem_cluster`, `gke_cluster`, `multi_cloud_cluster`, `edge_cluster`, `appliance_cluster`. If a field in that set is populated, all other fields in the set will automatically be cleared.
138
142
  # @!attribute [rw] multi_cloud_cluster
139
143
  # @return [::Google::Cloud::GkeHub::V1beta1::MultiCloudCluster]
140
144
  # Optional. Specific information for a GKE Multi-Cloud cluster.
145
+ #
146
+ # Note: The following fields are mutually exclusive: `multi_cloud_cluster`, `gke_cluster`, `on_prem_cluster`, `edge_cluster`, `appliance_cluster`. If a field in that set is populated, all other fields in the set will automatically be cleared.
141
147
  # @!attribute [rw] edge_cluster
142
148
  # @return [::Google::Cloud::GkeHub::V1beta1::EdgeCluster]
143
149
  # Optional. Specific information for a Google Edge cluster.
150
+ #
151
+ # Note: The following fields are mutually exclusive: `edge_cluster`, `gke_cluster`, `on_prem_cluster`, `multi_cloud_cluster`, `appliance_cluster`. If a field in that set is populated, all other fields in the set will automatically be cleared.
144
152
  # @!attribute [rw] appliance_cluster
145
153
  # @return [::Google::Cloud::GkeHub::V1beta1::ApplianceCluster]
146
154
  # Optional. Specific information for a GDC Edge Appliance cluster.
155
+ #
156
+ # Note: The following fields are mutually exclusive: `appliance_cluster`, `gke_cluster`, `on_prem_cluster`, `multi_cloud_cluster`, `edge_cluster`. If a field in that set is populated, all other fields in the set will automatically be cleared.
147
157
  # @!attribute [r] kubernetes_metadata
148
158
  # @return [::Google::Cloud::GkeHub::V1beta1::KubernetesMetadata]
149
159
  # Output only. Useful Kubernetes-specific metadata.
@@ -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_hub-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 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
@@ -132,7 +131,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
132
131
  licenses:
133
132
  - Apache-2.0
134
133
  metadata: {}
135
- post_install_message:
136
134
  rdoc_options: []
137
135
  require_paths:
138
136
  - lib
@@ -140,15 +138,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
138
  requirements:
141
139
  - - ">="
142
140
  - !ruby/object:Gem::Version
143
- version: '2.7'
141
+ version: '3.0'
144
142
  required_rubygems_version: !ruby/object:Gem::Requirement
145
143
  requirements:
146
144
  - - ">="
147
145
  - !ruby/object:Gem::Version
148
146
  version: '0'
149
147
  requirements: []
150
- rubygems_version: 3.5.23
151
- signing_key:
148
+ rubygems_version: 3.6.2
152
149
  specification_version: 4
153
150
  summary: API Client library for the GKE Hub V1beta1 API
154
151
  test_files: []