google-apis-gkehub_v1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-gkehub_v1.rb +15 -0
- data/lib/google/apis/gkehub_v1.rb +36 -0
- data/lib/google/apis/gkehub_v1/classes.rb +1070 -0
- data/lib/google/apis/gkehub_v1/gem_version.rb +28 -0
- data/lib/google/apis/gkehub_v1/representations.rb +430 -0
- data/lib/google/apis/gkehub_v1/service.rb +686 -0
- metadata +76 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 5c4abcc2a03a12f5d9e4330d5f23f5bf0c73ad7cf55cad8a5f2c9be3ded5dc2f
|
4
|
+
data.tar.gz: 581d738d4119dbc7d709172e59288dda8211ed047fefc644365f90c840e09d9e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b7ebbfdb7b79227923bd413c9ba02a87c1ed6381236923e9137dabcc99cebf03e13d915aca565fda7b6d20739804a9a453e3eea9ff040bd3f4101f153ac511ef
|
7
|
+
data.tar.gz: 94ab334beda80495390ac7bf5a2753547a31b13bee9280f674870053c212696fb3a9196436eb87cb400dff9c3c802657bb7797e00979e8b1323fd63a3d229c4e
|
data/.yardopts
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
--hide-void-return
|
2
|
+
--no-private
|
3
|
+
--verbose
|
4
|
+
--title=google-apis-gkehub_v1
|
5
|
+
--markup-provider=redcarpet
|
6
|
+
--markup=markdown
|
7
|
+
--main OVERVIEW.md
|
8
|
+
lib/google/apis/gkehub_v1/*.rb
|
9
|
+
lib/google/apis/gkehub_v1.rb
|
10
|
+
-
|
11
|
+
OVERVIEW.md
|
12
|
+
CHANGELOG.md
|
13
|
+
LICENSE.md
|
data/CHANGELOG.md
ADDED
data/LICENSE.md
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/OVERVIEW.md
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
# Simple REST client for version V1 of the GKE Hub
|
2
|
+
|
3
|
+
This is a simple client library for version V1 of the GKE Hub. It provides:
|
4
|
+
|
5
|
+
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
6
|
+
* Ruby objects for data structures related to the service.
|
7
|
+
* Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
|
8
|
+
* Control of retry, pagination, and timeouts.
|
9
|
+
|
10
|
+
Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
|
11
|
+
|
12
|
+
## Getting started
|
13
|
+
|
14
|
+
### Before you begin
|
15
|
+
|
16
|
+
There are a few setup steps you need to complete before you can use this library:
|
17
|
+
|
18
|
+
1. If you don't already have a Google account, [sign up](https://www.google.com/accounts).
|
19
|
+
2. If you have never created a Google APIs Console project, read about [Managing Projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and create a project in the [Google API Console](https://console.cloud.google.com/).
|
20
|
+
3. Most APIs need to be enabled for your project. [Enable it](https://console.cloud.google.com/apis/library/gkehub.googleapis.com) in the console.
|
21
|
+
|
22
|
+
### Installation
|
23
|
+
|
24
|
+
Add this line to your application's Gemfile:
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
gem 'google-apis-gkehub_v1', '~> 0.1'
|
28
|
+
```
|
29
|
+
|
30
|
+
And then execute:
|
31
|
+
|
32
|
+
```
|
33
|
+
$ bundle
|
34
|
+
```
|
35
|
+
|
36
|
+
Or install it yourself as:
|
37
|
+
|
38
|
+
```
|
39
|
+
$ gem install google-apis-gkehub_v1
|
40
|
+
```
|
41
|
+
|
42
|
+
### Creating a client object
|
43
|
+
|
44
|
+
Once the gem is installed, you can load the client code and instantiate a client.
|
45
|
+
|
46
|
+
```ruby
|
47
|
+
# Load the client
|
48
|
+
require "google/apis/gkehub_v1"
|
49
|
+
|
50
|
+
# Create a client object
|
51
|
+
client = Google::Apis::GkehubV1::GKEHubService.new
|
52
|
+
|
53
|
+
# Authenticate calls
|
54
|
+
client.authentication = # ... use the googleauth gem to create credentials
|
55
|
+
```
|
56
|
+
|
57
|
+
See the class reference docs for information on the methods you can call from a client.
|
58
|
+
|
59
|
+
## Documentation
|
60
|
+
|
61
|
+
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
|
+
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
|
+
|
66
|
+
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Gkehub service in particular.)
|
67
|
+
|
68
|
+
For reference information on specific calls in the GKE Hub, see the {Google::Apis::GkehubV1::GKEHubService class reference docs}.
|
69
|
+
|
70
|
+
## Which client should I use?
|
71
|
+
|
72
|
+
Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
|
73
|
+
|
74
|
+
This library, `google-apis-gkehub_v1`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
|
75
|
+
|
76
|
+
Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
|
77
|
+
|
78
|
+
Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
|
79
|
+
|
80
|
+
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
|
+
|
82
|
+
The [product documentation](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) may provide guidance regarding the preferred client library to use.
|
83
|
+
|
84
|
+
## Supported Ruby versions
|
85
|
+
|
86
|
+
This library is supported on Ruby 2.5+.
|
87
|
+
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
|
+
|
90
|
+
## License
|
91
|
+
|
92
|
+
This library is licensed under Apache 2.0. Full license text is available in the {file:LICENSE.md LICENSE}.
|
93
|
+
|
94
|
+
## Support
|
95
|
+
|
96
|
+
Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require "google/apis/gkehub_v1"
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'google/apis/gkehub_v1/service.rb'
|
16
|
+
require 'google/apis/gkehub_v1/classes.rb'
|
17
|
+
require 'google/apis/gkehub_v1/representations.rb'
|
18
|
+
require 'google/apis/gkehub_v1/gem_version.rb'
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Apis
|
22
|
+
# GKE Hub
|
23
|
+
#
|
24
|
+
#
|
25
|
+
#
|
26
|
+
# @see https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster
|
27
|
+
module GkehubV1
|
28
|
+
# Version of the GKE Hub this client connects to.
|
29
|
+
# This is NOT the gem version.
|
30
|
+
VERSION = 'V1'
|
31
|
+
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
33
|
+
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
@@ -0,0 +1,1070 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module GkehubV1
|
24
|
+
|
25
|
+
# Specifies the audit configuration for a service. The configuration determines
|
26
|
+
# which permission types are logged, and what identities, if any, are exempted
|
27
|
+
# from logging. An AuditConfig must have one or more AuditLogConfigs. If there
|
28
|
+
# are AuditConfigs for both `allServices` and a specific service, the union of
|
29
|
+
# the two AuditConfigs is used for that service: the log_types specified in each
|
30
|
+
# AuditConfig are enabled, and the exempted_members in each AuditLogConfig are
|
31
|
+
# exempted. Example Policy with multiple AuditConfigs: ` "audit_configs": [ ` "
|
32
|
+
# service": "allServices", "audit_log_configs": [ ` "log_type": "DATA_READ", "
|
33
|
+
# exempted_members": [ "user:jose@example.com" ] `, ` "log_type": "DATA_WRITE" `,
|
34
|
+
# ` "log_type": "ADMIN_READ" ` ] `, ` "service": "sampleservice.googleapis.com",
|
35
|
+
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
36
|
+
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
37
|
+
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
38
|
+
# exempts jose@example.com from DATA_READ logging, and aliya@example.com from
|
39
|
+
# DATA_WRITE logging.
|
40
|
+
class AuditConfig
|
41
|
+
include Google::Apis::Core::Hashable
|
42
|
+
|
43
|
+
# The configuration for logging of each type of permission.
|
44
|
+
# Corresponds to the JSON property `auditLogConfigs`
|
45
|
+
# @return [Array<Google::Apis::GkehubV1::AuditLogConfig>]
|
46
|
+
attr_accessor :audit_log_configs
|
47
|
+
|
48
|
+
# Specifies a service that will be enabled for audit logging. For example, `
|
49
|
+
# storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special
|
50
|
+
# value that covers all services.
|
51
|
+
# Corresponds to the JSON property `service`
|
52
|
+
# @return [String]
|
53
|
+
attr_accessor :service
|
54
|
+
|
55
|
+
def initialize(**args)
|
56
|
+
update!(**args)
|
57
|
+
end
|
58
|
+
|
59
|
+
# Update properties of this object
|
60
|
+
def update!(**args)
|
61
|
+
@audit_log_configs = args[:audit_log_configs] if args.key?(:audit_log_configs)
|
62
|
+
@service = args[:service] if args.key?(:service)
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
66
|
+
# Provides the configuration for logging a type of permissions. Example: ` "
|
67
|
+
# audit_log_configs": [ ` "log_type": "DATA_READ", "exempted_members": [ "user:
|
68
|
+
# jose@example.com" ] `, ` "log_type": "DATA_WRITE" ` ] ` This enables '
|
69
|
+
# DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from
|
70
|
+
# DATA_READ logging.
|
71
|
+
class AuditLogConfig
|
72
|
+
include Google::Apis::Core::Hashable
|
73
|
+
|
74
|
+
# Specifies the identities that do not cause logging for this type of permission.
|
75
|
+
# Follows the same format of Binding.members.
|
76
|
+
# Corresponds to the JSON property `exemptedMembers`
|
77
|
+
# @return [Array<String>]
|
78
|
+
attr_accessor :exempted_members
|
79
|
+
|
80
|
+
# The log type that this config enables.
|
81
|
+
# Corresponds to the JSON property `logType`
|
82
|
+
# @return [String]
|
83
|
+
attr_accessor :log_type
|
84
|
+
|
85
|
+
def initialize(**args)
|
86
|
+
update!(**args)
|
87
|
+
end
|
88
|
+
|
89
|
+
# Update properties of this object
|
90
|
+
def update!(**args)
|
91
|
+
@exempted_members = args[:exempted_members] if args.key?(:exempted_members)
|
92
|
+
@log_type = args[:log_type] if args.key?(:log_type)
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
# Authority encodes how Google will recognize identities from this Membership.
|
97
|
+
# See the workload identity documentation for more details: https://cloud.google.
|
98
|
+
# com/kubernetes-engine/docs/how-to/workload-identity
|
99
|
+
class Authority
|
100
|
+
include Google::Apis::Core::Hashable
|
101
|
+
|
102
|
+
# Output only. An identity provider that reflects the `issuer` in the workload
|
103
|
+
# identity pool.
|
104
|
+
# Corresponds to the JSON property `identityProvider`
|
105
|
+
# @return [String]
|
106
|
+
attr_accessor :identity_provider
|
107
|
+
|
108
|
+
# Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://
|
109
|
+
# ` and be a valid URL with length <2000 characters. If set, then Google will
|
110
|
+
# allow valid OIDC tokens from this issuer to authenticate within the
|
111
|
+
# workload_identity_pool. OIDC discovery will be performed on this URI to
|
112
|
+
# validate tokens from the issuer. Clearing `issuer` disables Workload Identity.
|
113
|
+
# `issuer` cannot be directly modified; it must be cleared (and Workload
|
114
|
+
# Identity disabled) before using a new issuer (and re-enabling Workload
|
115
|
+
# Identity).
|
116
|
+
# Corresponds to the JSON property `issuer`
|
117
|
+
# @return [String]
|
118
|
+
attr_accessor :issuer
|
119
|
+
|
120
|
+
# Output only. The name of the workload identity pool in which `issuer` will be
|
121
|
+
# recognized. There is a single Workload Identity Pool per Hub that is shared
|
122
|
+
# between all Memberships that belong to that Hub. For a Hub hosted in `
|
123
|
+
# PROJECT_ID`, the workload pool format is ``PROJECT_ID`.hub.id.goog`, although
|
124
|
+
# this is subject to change in newer versions of this API.
|
125
|
+
# Corresponds to the JSON property `workloadIdentityPool`
|
126
|
+
# @return [String]
|
127
|
+
attr_accessor :workload_identity_pool
|
128
|
+
|
129
|
+
def initialize(**args)
|
130
|
+
update!(**args)
|
131
|
+
end
|
132
|
+
|
133
|
+
# Update properties of this object
|
134
|
+
def update!(**args)
|
135
|
+
@identity_provider = args[:identity_provider] if args.key?(:identity_provider)
|
136
|
+
@issuer = args[:issuer] if args.key?(:issuer)
|
137
|
+
@workload_identity_pool = args[:workload_identity_pool] if args.key?(:workload_identity_pool)
|
138
|
+
end
|
139
|
+
end
|
140
|
+
|
141
|
+
# Associates `members` with a `role`.
|
142
|
+
class Binding
|
143
|
+
include Google::Apis::Core::Hashable
|
144
|
+
|
145
|
+
# Represents a textual expression in the Common Expression Language (CEL) syntax.
|
146
|
+
# CEL is a C-like expression language. The syntax and semantics of CEL are
|
147
|
+
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
|
148
|
+
# "Summary size limit" description: "Determines if a summary is less than 100
|
149
|
+
# chars" expression: "document.summary.size() < 100" Example (Equality): title: "
|
150
|
+
# Requestor is owner" description: "Determines if requestor is the document
|
151
|
+
# owner" expression: "document.owner == request.auth.claims.email" Example (
|
152
|
+
# Logic): title: "Public documents" description: "Determine whether the document
|
153
|
+
# should be publicly visible" expression: "document.type != 'private' &&
|
154
|
+
# document.type != 'internal'" Example (Data Manipulation): title: "Notification
|
155
|
+
# string" description: "Create a notification string with a timestamp."
|
156
|
+
# expression: "'New message received at ' + string(document.create_time)" The
|
157
|
+
# exact variables and functions that may be referenced within an expression are
|
158
|
+
# determined by the service that evaluates it. See the service documentation for
|
159
|
+
# additional information.
|
160
|
+
# Corresponds to the JSON property `condition`
|
161
|
+
# @return [Google::Apis::GkehubV1::Expr]
|
162
|
+
attr_accessor :condition
|
163
|
+
|
164
|
+
# Specifies the identities requesting access for a Cloud Platform resource. `
|
165
|
+
# members` can have the following values: * `allUsers`: A special identifier
|
166
|
+
# that represents anyone who is on the internet; with or without a Google
|
167
|
+
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
168
|
+
# anyone who is authenticated with a Google account or a service account. * `
|
169
|
+
# user:`emailid``: An email address that represents a specific Google account.
|
170
|
+
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
171
|
+
# address that represents a service account. For example, `my-other-app@appspot.
|
172
|
+
# gserviceaccount.com`. * `group:`emailid``: An email address that represents a
|
173
|
+
# Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
|
174
|
+
# `uniqueid``: An email address (plus unique identifier) representing a user
|
175
|
+
# that has been recently deleted. For example, `alice@example.com?uid=
|
176
|
+
# 123456789012345678901`. If the user is recovered, this value reverts to `user:`
|
177
|
+
# emailid`` and the recovered user retains the role in the binding. * `deleted:
|
178
|
+
# serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
|
179
|
+
# identifier) representing a service account that has been recently deleted. For
|
180
|
+
# example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
|
181
|
+
# If the service account is undeleted, this value reverts to `serviceAccount:`
|
182
|
+
# emailid`` and the undeleted service account retains the role in the binding. *
|
183
|
+
# `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
|
184
|
+
# identifier) representing a Google group that has been recently deleted. For
|
185
|
+
# example, `admins@example.com?uid=123456789012345678901`. If the group is
|
186
|
+
# recovered, this value reverts to `group:`emailid`` and the recovered group
|
187
|
+
# retains the role in the binding. * `domain:`domain``: The G Suite domain (
|
188
|
+
# primary) that represents all the users of that domain. For example, `google.
|
189
|
+
# com` or `example.com`.
|
190
|
+
# Corresponds to the JSON property `members`
|
191
|
+
# @return [Array<String>]
|
192
|
+
attr_accessor :members
|
193
|
+
|
194
|
+
# Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
|
195
|
+
# , or `roles/owner`.
|
196
|
+
# Corresponds to the JSON property `role`
|
197
|
+
# @return [String]
|
198
|
+
attr_accessor :role
|
199
|
+
|
200
|
+
def initialize(**args)
|
201
|
+
update!(**args)
|
202
|
+
end
|
203
|
+
|
204
|
+
# Update properties of this object
|
205
|
+
def update!(**args)
|
206
|
+
@condition = args[:condition] if args.key?(:condition)
|
207
|
+
@members = args[:members] if args.key?(:members)
|
208
|
+
@role = args[:role] if args.key?(:role)
|
209
|
+
end
|
210
|
+
end
|
211
|
+
|
212
|
+
# The request message for Operations.CancelOperation.
|
213
|
+
class CancelOperationRequest
|
214
|
+
include Google::Apis::Core::Hashable
|
215
|
+
|
216
|
+
def initialize(**args)
|
217
|
+
update!(**args)
|
218
|
+
end
|
219
|
+
|
220
|
+
# Update properties of this object
|
221
|
+
def update!(**args)
|
222
|
+
end
|
223
|
+
end
|
224
|
+
|
225
|
+
# ConnectAgentResource represents a Kubernetes resource manifest for Connect
|
226
|
+
# Agent deployment.
|
227
|
+
class ConnectAgentResource
|
228
|
+
include Google::Apis::Core::Hashable
|
229
|
+
|
230
|
+
# YAML manifest of the resource.
|
231
|
+
# Corresponds to the JSON property `manifest`
|
232
|
+
# @return [String]
|
233
|
+
attr_accessor :manifest
|
234
|
+
|
235
|
+
# TypeMeta is the type information needed for content unmarshalling of
|
236
|
+
# Kubernetes resources in the manifest.
|
237
|
+
# Corresponds to the JSON property `type`
|
238
|
+
# @return [Google::Apis::GkehubV1::TypeMeta]
|
239
|
+
attr_accessor :type
|
240
|
+
|
241
|
+
def initialize(**args)
|
242
|
+
update!(**args)
|
243
|
+
end
|
244
|
+
|
245
|
+
# Update properties of this object
|
246
|
+
def update!(**args)
|
247
|
+
@manifest = args[:manifest] if args.key?(:manifest)
|
248
|
+
@type = args[:type] if args.key?(:type)
|
249
|
+
end
|
250
|
+
end
|
251
|
+
|
252
|
+
# A generic empty message that you can re-use to avoid defining duplicated empty
|
253
|
+
# messages in your APIs. A typical example is to use it as the request or the
|
254
|
+
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
255
|
+
# protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
|
256
|
+
# `Empty` is empty JSON object ````.
|
257
|
+
class Empty
|
258
|
+
include Google::Apis::Core::Hashable
|
259
|
+
|
260
|
+
def initialize(**args)
|
261
|
+
update!(**args)
|
262
|
+
end
|
263
|
+
|
264
|
+
# Update properties of this object
|
265
|
+
def update!(**args)
|
266
|
+
end
|
267
|
+
end
|
268
|
+
|
269
|
+
# Represents a textual expression in the Common Expression Language (CEL) syntax.
|
270
|
+
# CEL is a C-like expression language. The syntax and semantics of CEL are
|
271
|
+
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
|
272
|
+
# "Summary size limit" description: "Determines if a summary is less than 100
|
273
|
+
# chars" expression: "document.summary.size() < 100" Example (Equality): title: "
|
274
|
+
# Requestor is owner" description: "Determines if requestor is the document
|
275
|
+
# owner" expression: "document.owner == request.auth.claims.email" Example (
|
276
|
+
# Logic): title: "Public documents" description: "Determine whether the document
|
277
|
+
# should be publicly visible" expression: "document.type != 'private' &&
|
278
|
+
# document.type != 'internal'" Example (Data Manipulation): title: "Notification
|
279
|
+
# string" description: "Create a notification string with a timestamp."
|
280
|
+
# expression: "'New message received at ' + string(document.create_time)" The
|
281
|
+
# exact variables and functions that may be referenced within an expression are
|
282
|
+
# determined by the service that evaluates it. See the service documentation for
|
283
|
+
# additional information.
|
284
|
+
class Expr
|
285
|
+
include Google::Apis::Core::Hashable
|
286
|
+
|
287
|
+
# Optional. Description of the expression. This is a longer text which describes
|
288
|
+
# the expression, e.g. when hovered over it in a UI.
|
289
|
+
# Corresponds to the JSON property `description`
|
290
|
+
# @return [String]
|
291
|
+
attr_accessor :description
|
292
|
+
|
293
|
+
# Textual representation of an expression in Common Expression Language syntax.
|
294
|
+
# Corresponds to the JSON property `expression`
|
295
|
+
# @return [String]
|
296
|
+
attr_accessor :expression
|
297
|
+
|
298
|
+
# Optional. String indicating the location of the expression for error reporting,
|
299
|
+
# e.g. a file name and a position in the file.
|
300
|
+
# Corresponds to the JSON property `location`
|
301
|
+
# @return [String]
|
302
|
+
attr_accessor :location
|
303
|
+
|
304
|
+
# Optional. Title for the expression, i.e. a short string describing its purpose.
|
305
|
+
# This can be used e.g. in UIs which allow to enter the expression.
|
306
|
+
# Corresponds to the JSON property `title`
|
307
|
+
# @return [String]
|
308
|
+
attr_accessor :title
|
309
|
+
|
310
|
+
def initialize(**args)
|
311
|
+
update!(**args)
|
312
|
+
end
|
313
|
+
|
314
|
+
# Update properties of this object
|
315
|
+
def update!(**args)
|
316
|
+
@description = args[:description] if args.key?(:description)
|
317
|
+
@expression = args[:expression] if args.key?(:expression)
|
318
|
+
@location = args[:location] if args.key?(:location)
|
319
|
+
@title = args[:title] if args.key?(:title)
|
320
|
+
end
|
321
|
+
end
|
322
|
+
|
323
|
+
# GenerateConnectManifestResponse contains manifest information for installing/
|
324
|
+
# upgrading a Connect agent.
|
325
|
+
class GenerateConnectManifestResponse
|
326
|
+
include Google::Apis::Core::Hashable
|
327
|
+
|
328
|
+
# The ordered list of Kubernetes resources that need to be applied to the
|
329
|
+
# cluster for GKE Connect agent installation/upgrade.
|
330
|
+
# Corresponds to the JSON property `manifest`
|
331
|
+
# @return [Array<Google::Apis::GkehubV1::ConnectAgentResource>]
|
332
|
+
attr_accessor :manifest
|
333
|
+
|
334
|
+
def initialize(**args)
|
335
|
+
update!(**args)
|
336
|
+
end
|
337
|
+
|
338
|
+
# Update properties of this object
|
339
|
+
def update!(**args)
|
340
|
+
@manifest = args[:manifest] if args.key?(:manifest)
|
341
|
+
end
|
342
|
+
end
|
343
|
+
|
344
|
+
# GkeCluster contains information specific to GKE clusters.
|
345
|
+
class GkeCluster
|
346
|
+
include Google::Apis::Core::Hashable
|
347
|
+
|
348
|
+
# Immutable. Self-link of the GCP resource for the GKE cluster. For example: //
|
349
|
+
# container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-
|
350
|
+
# cluster Zonal clusters are also supported.
|
351
|
+
# Corresponds to the JSON property `resourceLink`
|
352
|
+
# @return [String]
|
353
|
+
attr_accessor :resource_link
|
354
|
+
|
355
|
+
def initialize(**args)
|
356
|
+
update!(**args)
|
357
|
+
end
|
358
|
+
|
359
|
+
# Update properties of this object
|
360
|
+
def update!(**args)
|
361
|
+
@resource_link = args[:resource_link] if args.key?(:resource_link)
|
362
|
+
end
|
363
|
+
end
|
364
|
+
|
365
|
+
# The `Status` type defines a logical error model that is suitable for different
|
366
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
367
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
368
|
+
# data: error code, error message, and error details. You can find out more
|
369
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
370
|
+
# //cloud.google.com/apis/design/errors).
|
371
|
+
class GoogleRpcStatus
|
372
|
+
include Google::Apis::Core::Hashable
|
373
|
+
|
374
|
+
# The status code, which should be an enum value of google.rpc.Code.
|
375
|
+
# Corresponds to the JSON property `code`
|
376
|
+
# @return [Fixnum]
|
377
|
+
attr_accessor :code
|
378
|
+
|
379
|
+
# A list of messages that carry the error details. There is a common set of
|
380
|
+
# message types for APIs to use.
|
381
|
+
# Corresponds to the JSON property `details`
|
382
|
+
# @return [Array<Hash<String,Object>>]
|
383
|
+
attr_accessor :details
|
384
|
+
|
385
|
+
# A developer-facing error message, which should be in English. Any user-facing
|
386
|
+
# error message should be localized and sent in the google.rpc.Status.details
|
387
|
+
# field, or localized by the client.
|
388
|
+
# Corresponds to the JSON property `message`
|
389
|
+
# @return [String]
|
390
|
+
attr_accessor :message
|
391
|
+
|
392
|
+
def initialize(**args)
|
393
|
+
update!(**args)
|
394
|
+
end
|
395
|
+
|
396
|
+
# Update properties of this object
|
397
|
+
def update!(**args)
|
398
|
+
@code = args[:code] if args.key?(:code)
|
399
|
+
@details = args[:details] if args.key?(:details)
|
400
|
+
@message = args[:message] if args.key?(:message)
|
401
|
+
end
|
402
|
+
end
|
403
|
+
|
404
|
+
# KubernetesMetadata provides informational metadata for Memberships
|
405
|
+
# representing Kubernetes clusters.
|
406
|
+
class KubernetesMetadata
|
407
|
+
include Google::Apis::Core::Hashable
|
408
|
+
|
409
|
+
# Output only. Kubernetes API server version string as reported by `/version`.
|
410
|
+
# Corresponds to the JSON property `kubernetesApiServerVersion`
|
411
|
+
# @return [String]
|
412
|
+
attr_accessor :kubernetes_api_server_version
|
413
|
+
|
414
|
+
# Output only. The total memory capacity as reported by the sum of all
|
415
|
+
# Kubernetes nodes resources, defined in MB.
|
416
|
+
# Corresponds to the JSON property `memoryMb`
|
417
|
+
# @return [Fixnum]
|
418
|
+
attr_accessor :memory_mb
|
419
|
+
|
420
|
+
# Output only. Node count as reported by Kubernetes nodes resources.
|
421
|
+
# Corresponds to the JSON property `nodeCount`
|
422
|
+
# @return [Fixnum]
|
423
|
+
attr_accessor :node_count
|
424
|
+
|
425
|
+
# Output only. Node providerID as reported by the first node in the list of
|
426
|
+
# nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-
|
427
|
+
# node clusters (like GKE-on-GCP), the node_count will be zero and the
|
428
|
+
# node_provider_id will be empty.
|
429
|
+
# Corresponds to the JSON property `nodeProviderId`
|
430
|
+
# @return [String]
|
431
|
+
attr_accessor :node_provider_id
|
432
|
+
|
433
|
+
# Output only. The time at which these details were last updated. This
|
434
|
+
# update_time is different from the Membership-level update_time since
|
435
|
+
# EndpointDetails are updated internally for API consumers.
|
436
|
+
# Corresponds to the JSON property `updateTime`
|
437
|
+
# @return [String]
|
438
|
+
attr_accessor :update_time
|
439
|
+
|
440
|
+
# Output only. vCPU count as reported by Kubernetes nodes resources.
|
441
|
+
# Corresponds to the JSON property `vcpuCount`
|
442
|
+
# @return [Fixnum]
|
443
|
+
attr_accessor :vcpu_count
|
444
|
+
|
445
|
+
def initialize(**args)
|
446
|
+
update!(**args)
|
447
|
+
end
|
448
|
+
|
449
|
+
# Update properties of this object
|
450
|
+
def update!(**args)
|
451
|
+
@kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
|
452
|
+
@memory_mb = args[:memory_mb] if args.key?(:memory_mb)
|
453
|
+
@node_count = args[:node_count] if args.key?(:node_count)
|
454
|
+
@node_provider_id = args[:node_provider_id] if args.key?(:node_provider_id)
|
455
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
456
|
+
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
457
|
+
end
|
458
|
+
end
|
459
|
+
|
460
|
+
# The response message for Locations.ListLocations.
|
461
|
+
class ListLocationsResponse
|
462
|
+
include Google::Apis::Core::Hashable
|
463
|
+
|
464
|
+
# A list of locations that matches the specified filter in the request.
|
465
|
+
# Corresponds to the JSON property `locations`
|
466
|
+
# @return [Array<Google::Apis::GkehubV1::Location>]
|
467
|
+
attr_accessor :locations
|
468
|
+
|
469
|
+
# The standard List next-page token.
|
470
|
+
# Corresponds to the JSON property `nextPageToken`
|
471
|
+
# @return [String]
|
472
|
+
attr_accessor :next_page_token
|
473
|
+
|
474
|
+
def initialize(**args)
|
475
|
+
update!(**args)
|
476
|
+
end
|
477
|
+
|
478
|
+
# Update properties of this object
|
479
|
+
def update!(**args)
|
480
|
+
@locations = args[:locations] if args.key?(:locations)
|
481
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
482
|
+
end
|
483
|
+
end
|
484
|
+
|
485
|
+
# Response message for the `GkeHub.ListMemberships` method.
|
486
|
+
class ListMembershipsResponse
|
487
|
+
include Google::Apis::Core::Hashable
|
488
|
+
|
489
|
+
# A token to request the next page of resources from the `ListMemberships`
|
490
|
+
# method. The value of an empty string means that there are no more resources to
|
491
|
+
# return.
|
492
|
+
# Corresponds to the JSON property `nextPageToken`
|
493
|
+
# @return [String]
|
494
|
+
attr_accessor :next_page_token
|
495
|
+
|
496
|
+
# The list of matching Memberships.
|
497
|
+
# Corresponds to the JSON property `resources`
|
498
|
+
# @return [Array<Google::Apis::GkehubV1::Membership>]
|
499
|
+
attr_accessor :resources
|
500
|
+
|
501
|
+
# List of locations that could not be reached while fetching this list.
|
502
|
+
# Corresponds to the JSON property `unreachable`
|
503
|
+
# @return [Array<String>]
|
504
|
+
attr_accessor :unreachable
|
505
|
+
|
506
|
+
def initialize(**args)
|
507
|
+
update!(**args)
|
508
|
+
end
|
509
|
+
|
510
|
+
# Update properties of this object
|
511
|
+
def update!(**args)
|
512
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
513
|
+
@resources = args[:resources] if args.key?(:resources)
|
514
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
515
|
+
end
|
516
|
+
end
|
517
|
+
|
518
|
+
# The response message for Operations.ListOperations.
|
519
|
+
class ListOperationsResponse
|
520
|
+
include Google::Apis::Core::Hashable
|
521
|
+
|
522
|
+
# The standard List next-page token.
|
523
|
+
# Corresponds to the JSON property `nextPageToken`
|
524
|
+
# @return [String]
|
525
|
+
attr_accessor :next_page_token
|
526
|
+
|
527
|
+
# A list of operations that matches the specified filter in the request.
|
528
|
+
# Corresponds to the JSON property `operations`
|
529
|
+
# @return [Array<Google::Apis::GkehubV1::Operation>]
|
530
|
+
attr_accessor :operations
|
531
|
+
|
532
|
+
def initialize(**args)
|
533
|
+
update!(**args)
|
534
|
+
end
|
535
|
+
|
536
|
+
# Update properties of this object
|
537
|
+
def update!(**args)
|
538
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
539
|
+
@operations = args[:operations] if args.key?(:operations)
|
540
|
+
end
|
541
|
+
end
|
542
|
+
|
543
|
+
# A resource that represents Google Cloud Platform location.
|
544
|
+
class Location
|
545
|
+
include Google::Apis::Core::Hashable
|
546
|
+
|
547
|
+
# The friendly name for this location, typically a nearby city name. For example,
|
548
|
+
# "Tokyo".
|
549
|
+
# Corresponds to the JSON property `displayName`
|
550
|
+
# @return [String]
|
551
|
+
attr_accessor :display_name
|
552
|
+
|
553
|
+
# Cross-service attributes for the location. For example `"cloud.googleapis.com/
|
554
|
+
# region": "us-east1"`
|
555
|
+
# Corresponds to the JSON property `labels`
|
556
|
+
# @return [Hash<String,String>]
|
557
|
+
attr_accessor :labels
|
558
|
+
|
559
|
+
# The canonical id for this location. For example: `"us-east1"`.
|
560
|
+
# Corresponds to the JSON property `locationId`
|
561
|
+
# @return [String]
|
562
|
+
attr_accessor :location_id
|
563
|
+
|
564
|
+
# Service-specific metadata. For example the available capacity at the given
|
565
|
+
# location.
|
566
|
+
# Corresponds to the JSON property `metadata`
|
567
|
+
# @return [Hash<String,Object>]
|
568
|
+
attr_accessor :metadata
|
569
|
+
|
570
|
+
# Resource name for the location, which may vary between implementations. For
|
571
|
+
# example: `"projects/example-project/locations/us-east1"`
|
572
|
+
# Corresponds to the JSON property `name`
|
573
|
+
# @return [String]
|
574
|
+
attr_accessor :name
|
575
|
+
|
576
|
+
def initialize(**args)
|
577
|
+
update!(**args)
|
578
|
+
end
|
579
|
+
|
580
|
+
# Update properties of this object
|
581
|
+
def update!(**args)
|
582
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
583
|
+
@labels = args[:labels] if args.key?(:labels)
|
584
|
+
@location_id = args[:location_id] if args.key?(:location_id)
|
585
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
586
|
+
@name = args[:name] if args.key?(:name)
|
587
|
+
end
|
588
|
+
end
|
589
|
+
|
590
|
+
# Membership contains information about a member cluster.
|
591
|
+
class Membership
|
592
|
+
include Google::Apis::Core::Hashable
|
593
|
+
|
594
|
+
# Authority encodes how Google will recognize identities from this Membership.
|
595
|
+
# See the workload identity documentation for more details: https://cloud.google.
|
596
|
+
# com/kubernetes-engine/docs/how-to/workload-identity
|
597
|
+
# Corresponds to the JSON property `authority`
|
598
|
+
# @return [Google::Apis::GkehubV1::Authority]
|
599
|
+
attr_accessor :authority
|
600
|
+
|
601
|
+
# Output only. When the Membership was created.
|
602
|
+
# Corresponds to the JSON property `createTime`
|
603
|
+
# @return [String]
|
604
|
+
attr_accessor :create_time
|
605
|
+
|
606
|
+
# Output only. When the Membership was deleted.
|
607
|
+
# Corresponds to the JSON property `deleteTime`
|
608
|
+
# @return [String]
|
609
|
+
attr_accessor :delete_time
|
610
|
+
|
611
|
+
# Output only. Description of this membership, limited to 63 characters. Must
|
612
|
+
# match the regex: `a-zA-Z0-9*` This field is present for legacy purposes.
|
613
|
+
# Corresponds to the JSON property `description`
|
614
|
+
# @return [String]
|
615
|
+
attr_accessor :description
|
616
|
+
|
617
|
+
# MembershipEndpoint contains information needed to contact a Kubernetes API,
|
618
|
+
# endpoint and any additional Kubernetes metadata.
|
619
|
+
# Corresponds to the JSON property `endpoint`
|
620
|
+
# @return [Google::Apis::GkehubV1::MembershipEndpoint]
|
621
|
+
attr_accessor :endpoint
|
622
|
+
|
623
|
+
# Optional. An externally-generated and managed ID for this Membership. This ID
|
624
|
+
# may be modified after creation, but this is not recommended. The ID must match
|
625
|
+
# the regex: `a-zA-Z0-9*` If this Membership represents a Kubernetes cluster,
|
626
|
+
# this value should be set to the UID of the `kube-system` namespace object.
|
627
|
+
# Corresponds to the JSON property `externalId`
|
628
|
+
# @return [String]
|
629
|
+
attr_accessor :external_id
|
630
|
+
|
631
|
+
# Optional. GCP labels for this membership.
|
632
|
+
# Corresponds to the JSON property `labels`
|
633
|
+
# @return [Hash<String,String>]
|
634
|
+
attr_accessor :labels
|
635
|
+
|
636
|
+
# Output only. For clusters using Connect, the timestamp of the most recent
|
637
|
+
# connection established with Google Cloud. This time is updated every several
|
638
|
+
# minutes, not continuously. For clusters that do not use GKE Connect, or that
|
639
|
+
# have never connected successfully, this field will be unset.
|
640
|
+
# Corresponds to the JSON property `lastConnectionTime`
|
641
|
+
# @return [String]
|
642
|
+
attr_accessor :last_connection_time
|
643
|
+
|
644
|
+
# Output only. The full, unique name of this Membership resource in the format `
|
645
|
+
# projects/*/locations/*/memberships/`membership_id``, set during creation. `
|
646
|
+
# membership_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63
|
647
|
+
# characters in length 2. It must consist of lower case alphanumeric characters
|
648
|
+
# or `-` 3. It must start and end with an alphanumeric character Which can be
|
649
|
+
# expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length
|
650
|
+
# of 63 characters.
|
651
|
+
# Corresponds to the JSON property `name`
|
652
|
+
# @return [String]
|
653
|
+
attr_accessor :name
|
654
|
+
|
655
|
+
# MembershipState describes the state of a Membership resource.
|
656
|
+
# Corresponds to the JSON property `state`
|
657
|
+
# @return [Google::Apis::GkehubV1::MembershipState]
|
658
|
+
attr_accessor :state
|
659
|
+
|
660
|
+
# Output only. Google-generated UUID for this resource. This is unique across
|
661
|
+
# all Membership resources. If a Membership resource is deleted and another
|
662
|
+
# resource with the same name is created, it gets a different unique_id.
|
663
|
+
# Corresponds to the JSON property `uniqueId`
|
664
|
+
# @return [String]
|
665
|
+
attr_accessor :unique_id
|
666
|
+
|
667
|
+
# Output only. When the Membership was last updated.
|
668
|
+
# Corresponds to the JSON property `updateTime`
|
669
|
+
# @return [String]
|
670
|
+
attr_accessor :update_time
|
671
|
+
|
672
|
+
def initialize(**args)
|
673
|
+
update!(**args)
|
674
|
+
end
|
675
|
+
|
676
|
+
# Update properties of this object
|
677
|
+
def update!(**args)
|
678
|
+
@authority = args[:authority] if args.key?(:authority)
|
679
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
680
|
+
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
681
|
+
@description = args[:description] if args.key?(:description)
|
682
|
+
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
683
|
+
@external_id = args[:external_id] if args.key?(:external_id)
|
684
|
+
@labels = args[:labels] if args.key?(:labels)
|
685
|
+
@last_connection_time = args[:last_connection_time] if args.key?(:last_connection_time)
|
686
|
+
@name = args[:name] if args.key?(:name)
|
687
|
+
@state = args[:state] if args.key?(:state)
|
688
|
+
@unique_id = args[:unique_id] if args.key?(:unique_id)
|
689
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
690
|
+
end
|
691
|
+
end
|
692
|
+
|
693
|
+
# MembershipEndpoint contains information needed to contact a Kubernetes API,
|
694
|
+
# endpoint and any additional Kubernetes metadata.
|
695
|
+
class MembershipEndpoint
|
696
|
+
include Google::Apis::Core::Hashable
|
697
|
+
|
698
|
+
# GkeCluster contains information specific to GKE clusters.
|
699
|
+
# Corresponds to the JSON property `gkeCluster`
|
700
|
+
# @return [Google::Apis::GkehubV1::GkeCluster]
|
701
|
+
attr_accessor :gke_cluster
|
702
|
+
|
703
|
+
# KubernetesMetadata provides informational metadata for Memberships
|
704
|
+
# representing Kubernetes clusters.
|
705
|
+
# Corresponds to the JSON property `kubernetesMetadata`
|
706
|
+
# @return [Google::Apis::GkehubV1::KubernetesMetadata]
|
707
|
+
attr_accessor :kubernetes_metadata
|
708
|
+
|
709
|
+
def initialize(**args)
|
710
|
+
update!(**args)
|
711
|
+
end
|
712
|
+
|
713
|
+
# Update properties of this object
|
714
|
+
def update!(**args)
|
715
|
+
@gke_cluster = args[:gke_cluster] if args.key?(:gke_cluster)
|
716
|
+
@kubernetes_metadata = args[:kubernetes_metadata] if args.key?(:kubernetes_metadata)
|
717
|
+
end
|
718
|
+
end
|
719
|
+
|
720
|
+
# MembershipState describes the state of a Membership resource.
|
721
|
+
class MembershipState
|
722
|
+
include Google::Apis::Core::Hashable
|
723
|
+
|
724
|
+
# Output only. The current state of the Membership resource.
|
725
|
+
# Corresponds to the JSON property `code`
|
726
|
+
# @return [String]
|
727
|
+
attr_accessor :code
|
728
|
+
|
729
|
+
def initialize(**args)
|
730
|
+
update!(**args)
|
731
|
+
end
|
732
|
+
|
733
|
+
# Update properties of this object
|
734
|
+
def update!(**args)
|
735
|
+
@code = args[:code] if args.key?(:code)
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
# This resource represents a long-running operation that is the result of a
|
740
|
+
# network API call.
|
741
|
+
class Operation
|
742
|
+
include Google::Apis::Core::Hashable
|
743
|
+
|
744
|
+
# If the value is `false`, it means the operation is still in progress. If `true`
|
745
|
+
# , the operation is completed, and either `error` or `response` is available.
|
746
|
+
# Corresponds to the JSON property `done`
|
747
|
+
# @return [Boolean]
|
748
|
+
attr_accessor :done
|
749
|
+
alias_method :done?, :done
|
750
|
+
|
751
|
+
# The `Status` type defines a logical error model that is suitable for different
|
752
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
753
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
754
|
+
# data: error code, error message, and error details. You can find out more
|
755
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
756
|
+
# //cloud.google.com/apis/design/errors).
|
757
|
+
# Corresponds to the JSON property `error`
|
758
|
+
# @return [Google::Apis::GkehubV1::GoogleRpcStatus]
|
759
|
+
attr_accessor :error
|
760
|
+
|
761
|
+
# Service-specific metadata associated with the operation. It typically contains
|
762
|
+
# progress information and common metadata such as create time. Some services
|
763
|
+
# might not provide such metadata. Any method that returns a long-running
|
764
|
+
# operation should document the metadata type, if any.
|
765
|
+
# Corresponds to the JSON property `metadata`
|
766
|
+
# @return [Hash<String,Object>]
|
767
|
+
attr_accessor :metadata
|
768
|
+
|
769
|
+
# The server-assigned name, which is only unique within the same service that
|
770
|
+
# originally returns it. If you use the default HTTP mapping, the `name` should
|
771
|
+
# be a resource name ending with `operations/`unique_id``.
|
772
|
+
# Corresponds to the JSON property `name`
|
773
|
+
# @return [String]
|
774
|
+
attr_accessor :name
|
775
|
+
|
776
|
+
# The normal response of the operation in case of success. If the original
|
777
|
+
# method returns no data on success, such as `Delete`, the response is `google.
|
778
|
+
# protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
|
779
|
+
# the response should be the resource. For other methods, the response should
|
780
|
+
# have the type `XxxResponse`, where `Xxx` is the original method name. For
|
781
|
+
# example, if the original method name is `TakeSnapshot()`, the inferred
|
782
|
+
# response type is `TakeSnapshotResponse`.
|
783
|
+
# Corresponds to the JSON property `response`
|
784
|
+
# @return [Hash<String,Object>]
|
785
|
+
attr_accessor :response
|
786
|
+
|
787
|
+
def initialize(**args)
|
788
|
+
update!(**args)
|
789
|
+
end
|
790
|
+
|
791
|
+
# Update properties of this object
|
792
|
+
def update!(**args)
|
793
|
+
@done = args[:done] if args.key?(:done)
|
794
|
+
@error = args[:error] if args.key?(:error)
|
795
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
796
|
+
@name = args[:name] if args.key?(:name)
|
797
|
+
@response = args[:response] if args.key?(:response)
|
798
|
+
end
|
799
|
+
end
|
800
|
+
|
801
|
+
# Represents the metadata of the long-running operation.
|
802
|
+
class OperationMetadata
|
803
|
+
include Google::Apis::Core::Hashable
|
804
|
+
|
805
|
+
# Output only. API version used to start the operation.
|
806
|
+
# Corresponds to the JSON property `apiVersion`
|
807
|
+
# @return [String]
|
808
|
+
attr_accessor :api_version
|
809
|
+
|
810
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
811
|
+
# operation. Operations that have successfully been cancelled have Operation.
|
812
|
+
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
813
|
+
# CANCELLED`.
|
814
|
+
# Corresponds to the JSON property `cancelRequested`
|
815
|
+
# @return [Boolean]
|
816
|
+
attr_accessor :cancel_requested
|
817
|
+
alias_method :cancel_requested?, :cancel_requested
|
818
|
+
|
819
|
+
# Output only. The time the operation was created.
|
820
|
+
# Corresponds to the JSON property `createTime`
|
821
|
+
# @return [String]
|
822
|
+
attr_accessor :create_time
|
823
|
+
|
824
|
+
# Output only. The time the operation finished running.
|
825
|
+
# Corresponds to the JSON property `endTime`
|
826
|
+
# @return [String]
|
827
|
+
attr_accessor :end_time
|
828
|
+
|
829
|
+
# Output only. Human-readable status of the operation, if any.
|
830
|
+
# Corresponds to the JSON property `statusDetail`
|
831
|
+
# @return [String]
|
832
|
+
attr_accessor :status_detail
|
833
|
+
|
834
|
+
# Output only. Server-defined resource path for the target of the operation.
|
835
|
+
# Corresponds to the JSON property `target`
|
836
|
+
# @return [String]
|
837
|
+
attr_accessor :target
|
838
|
+
|
839
|
+
# Output only. Name of the verb executed by the operation.
|
840
|
+
# Corresponds to the JSON property `verb`
|
841
|
+
# @return [String]
|
842
|
+
attr_accessor :verb
|
843
|
+
|
844
|
+
def initialize(**args)
|
845
|
+
update!(**args)
|
846
|
+
end
|
847
|
+
|
848
|
+
# Update properties of this object
|
849
|
+
def update!(**args)
|
850
|
+
@api_version = args[:api_version] if args.key?(:api_version)
|
851
|
+
@cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
|
852
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
853
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
854
|
+
@status_detail = args[:status_detail] if args.key?(:status_detail)
|
855
|
+
@target = args[:target] if args.key?(:target)
|
856
|
+
@verb = args[:verb] if args.key?(:verb)
|
857
|
+
end
|
858
|
+
end
|
859
|
+
|
860
|
+
# An Identity and Access Management (IAM) policy, which specifies access
|
861
|
+
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
862
|
+
# A `binding` binds one or more `members` to a single `role`. Members can be
|
863
|
+
# user accounts, service accounts, Google groups, and domains (such as G Suite).
|
864
|
+
# A `role` is a named list of permissions; each `role` can be an IAM predefined
|
865
|
+
# role or a user-created custom role. For some types of Google Cloud resources,
|
866
|
+
# a `binding` can also specify a `condition`, which is a logical expression that
|
867
|
+
# allows access to a resource only if the expression evaluates to `true`. A
|
868
|
+
# condition can add constraints based on attributes of the request, the resource,
|
869
|
+
# or both. To learn which resources support conditions in their IAM policies,
|
870
|
+
# see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
|
871
|
+
# resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
|
872
|
+
# resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
|
873
|
+
# group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
|
874
|
+
# appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
|
875
|
+
# organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
|
876
|
+
# title": "expirable access", "description": "Does not grant access after Sep
|
877
|
+
# 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
|
878
|
+
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
|
879
|
+
# members: - user:mike@example.com - group:admins@example.com - domain:google.
|
880
|
+
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
|
881
|
+
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
882
|
+
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
883
|
+
# description: Does not grant access after Sep 2020 expression: request.time <
|
884
|
+
# timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
|
885
|
+
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
886
|
+
# google.com/iam/docs/).
|
887
|
+
class Policy
|
888
|
+
include Google::Apis::Core::Hashable
|
889
|
+
|
890
|
+
# Specifies cloud audit logging configuration for this policy.
|
891
|
+
# Corresponds to the JSON property `auditConfigs`
|
892
|
+
# @return [Array<Google::Apis::GkehubV1::AuditConfig>]
|
893
|
+
attr_accessor :audit_configs
|
894
|
+
|
895
|
+
# Associates a list of `members` to a `role`. Optionally, may specify a `
|
896
|
+
# condition` that determines how and when the `bindings` are applied. Each of
|
897
|
+
# the `bindings` must contain at least one member.
|
898
|
+
# Corresponds to the JSON property `bindings`
|
899
|
+
# @return [Array<Google::Apis::GkehubV1::Binding>]
|
900
|
+
attr_accessor :bindings
|
901
|
+
|
902
|
+
# `etag` is used for optimistic concurrency control as a way to help prevent
|
903
|
+
# simultaneous updates of a policy from overwriting each other. It is strongly
|
904
|
+
# suggested that systems make use of the `etag` in the read-modify-write cycle
|
905
|
+
# to perform policy updates in order to avoid race conditions: An `etag` is
|
906
|
+
# returned in the response to `getIamPolicy`, and systems are expected to put
|
907
|
+
# that etag in the request to `setIamPolicy` to ensure that their change will be
|
908
|
+
# applied to the same version of the policy. **Important:** If you use IAM
|
909
|
+
# Conditions, you must include the `etag` field whenever you call `setIamPolicy`.
|
910
|
+
# If you omit this field, then IAM allows you to overwrite a version `3` policy
|
911
|
+
# with a version `1` policy, and all of the conditions in the version `3` policy
|
912
|
+
# are lost.
|
913
|
+
# Corresponds to the JSON property `etag`
|
914
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
915
|
+
# @return [String]
|
916
|
+
attr_accessor :etag
|
917
|
+
|
918
|
+
# Specifies the format of the policy. Valid values are `0`, `1`, and `3`.
|
919
|
+
# Requests that specify an invalid value are rejected. Any operation that
|
920
|
+
# affects conditional role bindings must specify version `3`. This requirement
|
921
|
+
# applies to the following operations: * Getting a policy that includes a
|
922
|
+
# conditional role binding * Adding a conditional role binding to a policy *
|
923
|
+
# Changing a conditional role binding in a policy * Removing any role binding,
|
924
|
+
# with or without a condition, from a policy that includes conditions **
|
925
|
+
# Important:** If you use IAM Conditions, you must include the `etag` field
|
926
|
+
# whenever you call `setIamPolicy`. If you omit this field, then IAM allows you
|
927
|
+
# to overwrite a version `3` policy with a version `1` policy, and all of the
|
928
|
+
# conditions in the version `3` policy are lost. If a policy does not include
|
929
|
+
# any conditions, operations on that policy may specify any valid version or
|
930
|
+
# leave the field unset. To learn which resources support conditions in their
|
931
|
+
# IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/
|
932
|
+
# conditions/resource-policies).
|
933
|
+
# Corresponds to the JSON property `version`
|
934
|
+
# @return [Fixnum]
|
935
|
+
attr_accessor :version
|
936
|
+
|
937
|
+
def initialize(**args)
|
938
|
+
update!(**args)
|
939
|
+
end
|
940
|
+
|
941
|
+
# Update properties of this object
|
942
|
+
def update!(**args)
|
943
|
+
@audit_configs = args[:audit_configs] if args.key?(:audit_configs)
|
944
|
+
@bindings = args[:bindings] if args.key?(:bindings)
|
945
|
+
@etag = args[:etag] if args.key?(:etag)
|
946
|
+
@version = args[:version] if args.key?(:version)
|
947
|
+
end
|
948
|
+
end
|
949
|
+
|
950
|
+
# Request message for `SetIamPolicy` method.
|
951
|
+
class SetIamPolicyRequest
|
952
|
+
include Google::Apis::Core::Hashable
|
953
|
+
|
954
|
+
# An Identity and Access Management (IAM) policy, which specifies access
|
955
|
+
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
956
|
+
# A `binding` binds one or more `members` to a single `role`. Members can be
|
957
|
+
# user accounts, service accounts, Google groups, and domains (such as G Suite).
|
958
|
+
# A `role` is a named list of permissions; each `role` can be an IAM predefined
|
959
|
+
# role or a user-created custom role. For some types of Google Cloud resources,
|
960
|
+
# a `binding` can also specify a `condition`, which is a logical expression that
|
961
|
+
# allows access to a resource only if the expression evaluates to `true`. A
|
962
|
+
# condition can add constraints based on attributes of the request, the resource,
|
963
|
+
# or both. To learn which resources support conditions in their IAM policies,
|
964
|
+
# see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
|
965
|
+
# resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
|
966
|
+
# resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
|
967
|
+
# group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
|
968
|
+
# appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
|
969
|
+
# organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
|
970
|
+
# title": "expirable access", "description": "Does not grant access after Sep
|
971
|
+
# 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
|
972
|
+
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
|
973
|
+
# members: - user:mike@example.com - group:admins@example.com - domain:google.
|
974
|
+
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
|
975
|
+
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
976
|
+
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
977
|
+
# description: Does not grant access after Sep 2020 expression: request.time <
|
978
|
+
# timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
|
979
|
+
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
980
|
+
# google.com/iam/docs/).
|
981
|
+
# Corresponds to the JSON property `policy`
|
982
|
+
# @return [Google::Apis::GkehubV1::Policy]
|
983
|
+
attr_accessor :policy
|
984
|
+
|
985
|
+
# OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only
|
986
|
+
# the fields in the mask will be modified. If no mask is provided, the following
|
987
|
+
# default mask is used: `paths: "bindings, etag"`
|
988
|
+
# Corresponds to the JSON property `updateMask`
|
989
|
+
# @return [String]
|
990
|
+
attr_accessor :update_mask
|
991
|
+
|
992
|
+
def initialize(**args)
|
993
|
+
update!(**args)
|
994
|
+
end
|
995
|
+
|
996
|
+
# Update properties of this object
|
997
|
+
def update!(**args)
|
998
|
+
@policy = args[:policy] if args.key?(:policy)
|
999
|
+
@update_mask = args[:update_mask] if args.key?(:update_mask)
|
1000
|
+
end
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
# Request message for `TestIamPermissions` method.
|
1004
|
+
class TestIamPermissionsRequest
|
1005
|
+
include Google::Apis::Core::Hashable
|
1006
|
+
|
1007
|
+
# The set of permissions to check for the `resource`. Permissions with wildcards
|
1008
|
+
# (such as '*' or 'storage.*') are not allowed. For more information see [IAM
|
1009
|
+
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
1010
|
+
# Corresponds to the JSON property `permissions`
|
1011
|
+
# @return [Array<String>]
|
1012
|
+
attr_accessor :permissions
|
1013
|
+
|
1014
|
+
def initialize(**args)
|
1015
|
+
update!(**args)
|
1016
|
+
end
|
1017
|
+
|
1018
|
+
# Update properties of this object
|
1019
|
+
def update!(**args)
|
1020
|
+
@permissions = args[:permissions] if args.key?(:permissions)
|
1021
|
+
end
|
1022
|
+
end
|
1023
|
+
|
1024
|
+
# Response message for `TestIamPermissions` method.
|
1025
|
+
class TestIamPermissionsResponse
|
1026
|
+
include Google::Apis::Core::Hashable
|
1027
|
+
|
1028
|
+
# A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
|
1029
|
+
# Corresponds to the JSON property `permissions`
|
1030
|
+
# @return [Array<String>]
|
1031
|
+
attr_accessor :permissions
|
1032
|
+
|
1033
|
+
def initialize(**args)
|
1034
|
+
update!(**args)
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
# Update properties of this object
|
1038
|
+
def update!(**args)
|
1039
|
+
@permissions = args[:permissions] if args.key?(:permissions)
|
1040
|
+
end
|
1041
|
+
end
|
1042
|
+
|
1043
|
+
# TypeMeta is the type information needed for content unmarshalling of
|
1044
|
+
# Kubernetes resources in the manifest.
|
1045
|
+
class TypeMeta
|
1046
|
+
include Google::Apis::Core::Hashable
|
1047
|
+
|
1048
|
+
# APIVersion of the resource (e.g. v1).
|
1049
|
+
# Corresponds to the JSON property `apiVersion`
|
1050
|
+
# @return [String]
|
1051
|
+
attr_accessor :api_version
|
1052
|
+
|
1053
|
+
# Kind of the resource (e.g. Deployment).
|
1054
|
+
# Corresponds to the JSON property `kind`
|
1055
|
+
# @return [String]
|
1056
|
+
attr_accessor :kind
|
1057
|
+
|
1058
|
+
def initialize(**args)
|
1059
|
+
update!(**args)
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
# Update properties of this object
|
1063
|
+
def update!(**args)
|
1064
|
+
@api_version = args[:api_version] if args.key?(:api_version)
|
1065
|
+
@kind = args[:kind] if args.key?(:kind)
|
1066
|
+
end
|
1067
|
+
end
|
1068
|
+
end
|
1069
|
+
end
|
1070
|
+
end
|