google-apis-networkservices_v1beta1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f573ea4c14d9ebe6d63ba0aac7eb29ec2d8d0c75c457fd2370a7b2eb95f51798
4
+ data.tar.gz: 748f7f8d8356563aa39f794ba3ea40c2c2cedc4d3354d88a85467ed253ef5763
5
+ SHA512:
6
+ metadata.gz: c17b4cafc9ec049cfcae11269a9c38dc4d579e2500e9081432d8b341645449eb25427ebafd0e83b90ca682190f8ce645d3e0f69dccf61ef5998cb9163247ab1c
7
+ data.tar.gz: 16e3dac00682759ed480f4bd6849d49e4b8b73ffc1bdadbb6d6635746c267dd72f3c31a21b445db25179de24ce51e9b4038f6edc5f45d5d18be8d91eb4403fe5
data/.yardopts ADDED
@@ -0,0 +1,13 @@
1
+ --hide-void-return
2
+ --no-private
3
+ --verbose
4
+ --title=google-apis-networkservices_v1beta1
5
+ --markup-provider=redcarpet
6
+ --markup=markdown
7
+ --main OVERVIEW.md
8
+ lib/google/apis/networkservices_v1beta1/*.rb
9
+ lib/google/apis/networkservices_v1beta1.rb
10
+ -
11
+ OVERVIEW.md
12
+ CHANGELOG.md
13
+ LICENSE.md
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # Release history for google-apis-networkservices_v1beta1
2
+
3
+ ### v0.1.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210721
6
+ * Regenerated using generator version 0.4.0
7
+
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 V1beta1 of the Network Services API
2
+
3
+ This is a simple client library for version V1beta1 of the Network Services API. 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/networkservices.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-networkservices_v1beta1', '~> 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-networkservices_v1beta1
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/networkservices_v1beta1"
49
+
50
+ # Create a client object
51
+ client = Google::Apis::NetworkservicesV1beta1::NetworkServicesService.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 Networkservices service in particular.)
67
+
68
+ For reference information on specific calls in the Network Services API, see the {Google::Apis::NetworkservicesV1beta1::NetworkServicesService 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-networkservices_v1beta1`, 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/networking) 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/networkservices_v1beta1"
@@ -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/networkservices_v1beta1/service.rb'
16
+ require 'google/apis/networkservices_v1beta1/classes.rb'
17
+ require 'google/apis/networkservices_v1beta1/representations.rb'
18
+ require 'google/apis/networkservices_v1beta1/gem_version.rb'
19
+
20
+ module Google
21
+ module Apis
22
+ # Network Services API
23
+ #
24
+ #
25
+ #
26
+ # @see https://cloud.google.com/networking
27
+ module NetworkservicesV1beta1
28
+ # Version of the Network Services API this client connects to.
29
+ # This is NOT the gem version.
30
+ VERSION = 'V1beta1'
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,923 @@
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 NetworkservicesV1beta1
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::NetworkservicesV1beta1::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
+ # Associates `members` with a `role`.
97
+ class Binding
98
+ include Google::Apis::Core::Hashable
99
+
100
+ # Represents a textual expression in the Common Expression Language (CEL) syntax.
101
+ # CEL is a C-like expression language. The syntax and semantics of CEL are
102
+ # documented at https://github.com/google/cel-spec. Example (Comparison): title:
103
+ # "Summary size limit" description: "Determines if a summary is less than 100
104
+ # chars" expression: "document.summary.size() < 100" Example (Equality): title: "
105
+ # Requestor is owner" description: "Determines if requestor is the document
106
+ # owner" expression: "document.owner == request.auth.claims.email" Example (
107
+ # Logic): title: "Public documents" description: "Determine whether the document
108
+ # should be publicly visible" expression: "document.type != 'private' &&
109
+ # document.type != 'internal'" Example (Data Manipulation): title: "Notification
110
+ # string" description: "Create a notification string with a timestamp."
111
+ # expression: "'New message received at ' + string(document.create_time)" The
112
+ # exact variables and functions that may be referenced within an expression are
113
+ # determined by the service that evaluates it. See the service documentation for
114
+ # additional information.
115
+ # Corresponds to the JSON property `condition`
116
+ # @return [Google::Apis::NetworkservicesV1beta1::Expr]
117
+ attr_accessor :condition
118
+
119
+ # Specifies the identities requesting access for a Cloud Platform resource. `
120
+ # members` can have the following values: * `allUsers`: A special identifier
121
+ # that represents anyone who is on the internet; with or without a Google
122
+ # account. * `allAuthenticatedUsers`: A special identifier that represents
123
+ # anyone who is authenticated with a Google account or a service account. * `
124
+ # user:`emailid``: An email address that represents a specific Google account.
125
+ # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
126
+ # address that represents a service account. For example, `my-other-app@appspot.
127
+ # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
128
+ # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
129
+ # `uniqueid``: An email address (plus unique identifier) representing a user
130
+ # that has been recently deleted. For example, `alice@example.com?uid=
131
+ # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
132
+ # emailid`` and the recovered user retains the role in the binding. * `deleted:
133
+ # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
134
+ # identifier) representing a service account that has been recently deleted. For
135
+ # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
136
+ # If the service account is undeleted, this value reverts to `serviceAccount:`
137
+ # emailid`` and the undeleted service account retains the role in the binding. *
138
+ # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
139
+ # identifier) representing a Google group that has been recently deleted. For
140
+ # example, `admins@example.com?uid=123456789012345678901`. If the group is
141
+ # recovered, this value reverts to `group:`emailid`` and the recovered group
142
+ # retains the role in the binding. * `domain:`domain``: The G Suite domain (
143
+ # primary) that represents all the users of that domain. For example, `google.
144
+ # com` or `example.com`.
145
+ # Corresponds to the JSON property `members`
146
+ # @return [Array<String>]
147
+ attr_accessor :members
148
+
149
+ # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
+ # , or `roles/owner`.
151
+ # Corresponds to the JSON property `role`
152
+ # @return [String]
153
+ attr_accessor :role
154
+
155
+ def initialize(**args)
156
+ update!(**args)
157
+ end
158
+
159
+ # Update properties of this object
160
+ def update!(**args)
161
+ @condition = args[:condition] if args.key?(:condition)
162
+ @members = args[:members] if args.key?(:members)
163
+ @role = args[:role] if args.key?(:role)
164
+ end
165
+ end
166
+
167
+ # The request message for Operations.CancelOperation.
168
+ class CancelOperationRequest
169
+ include Google::Apis::Core::Hashable
170
+
171
+ def initialize(**args)
172
+ update!(**args)
173
+ end
174
+
175
+ # Update properties of this object
176
+ def update!(**args)
177
+ end
178
+ end
179
+
180
+ # A generic empty message that you can re-use to avoid defining duplicated empty
181
+ # messages in your APIs. A typical example is to use it as the request or the
182
+ # response type of an API method. For instance: service Foo ` rpc Bar(google.
183
+ # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
184
+ # `Empty` is empty JSON object ````.
185
+ class Empty
186
+ include Google::Apis::Core::Hashable
187
+
188
+ def initialize(**args)
189
+ update!(**args)
190
+ end
191
+
192
+ # Update properties of this object
193
+ def update!(**args)
194
+ end
195
+ end
196
+
197
+ # A definition of a matcher that selects endpoints to which the policies should
198
+ # be applied.
199
+ class EndpointMatcher
200
+ include Google::Apis::Core::Hashable
201
+
202
+ # The matcher that is based on node metadata presented by xDS clients.
203
+ # Corresponds to the JSON property `metadataLabelMatcher`
204
+ # @return [Google::Apis::NetworkservicesV1beta1::MetadataLabelMatcher]
205
+ attr_accessor :metadata_label_matcher
206
+
207
+ def initialize(**args)
208
+ update!(**args)
209
+ end
210
+
211
+ # Update properties of this object
212
+ def update!(**args)
213
+ @metadata_label_matcher = args[:metadata_label_matcher] if args.key?(:metadata_label_matcher)
214
+ end
215
+ end
216
+
217
+ # EndpointPolicy is a resource that helps apply desired configuration on the
218
+ # endpoints that match specific criteria. For example, this resource can be used
219
+ # to apply "authentication config" an all endpoints that serve on port 8080.
220
+ class EndpointPolicy
221
+ include Google::Apis::Core::Hashable
222
+
223
+ # Optional. This field specifies the URL of AuthorizationPolicy resource that
224
+ # applies authorization policies to the inbound traffic at the matched endpoints.
225
+ # Refer to Authorization. If this field is not specified, authorization is
226
+ # disabled(no authz checks) for this endpoint. Applicable only when
227
+ # EndpointPolicyType is SIDECAR_PROXY.
228
+ # Corresponds to the JSON property `authorizationPolicy`
229
+ # @return [String]
230
+ attr_accessor :authorization_policy
231
+
232
+ # Optional. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can
233
+ # be set to specify the authentication for traffic from the proxy to the actual
234
+ # endpoints. More specifically, it is applied to the outgoing traffic from the
235
+ # proxy to the endpoint. This is typically used for sidecar model where the
236
+ # proxy identifies itself as endpoint to the control plane, with the connection
237
+ # between sidecar and endpoint requiring authentication. If this field is not
238
+ # set, authentication is disabled(open). Applicable only when EndpointPolicyType
239
+ # is SIDECAR_PROXY.
240
+ # Corresponds to the JSON property `clientTlsPolicy`
241
+ # @return [String]
242
+ attr_accessor :client_tls_policy
243
+
244
+ # Output only. The timestamp when the resource was created.
245
+ # Corresponds to the JSON property `createTime`
246
+ # @return [String]
247
+ attr_accessor :create_time
248
+
249
+ # Optional. A free-text description of the resource. Max length 1024 characters.
250
+ # Corresponds to the JSON property `description`
251
+ # @return [String]
252
+ attr_accessor :description
253
+
254
+ # A definition of a matcher that selects endpoints to which the policies should
255
+ # be applied.
256
+ # Corresponds to the JSON property `endpointMatcher`
257
+ # @return [Google::Apis::NetworkservicesV1beta1::EndpointMatcher]
258
+ attr_accessor :endpoint_matcher
259
+
260
+ # Optional. Set of label tags associated with the EndpointPolicy resource.
261
+ # Corresponds to the JSON property `labels`
262
+ # @return [Hash<String,String>]
263
+ attr_accessor :labels
264
+
265
+ # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/
266
+ # locations/global/endpointPolicies/`.
267
+ # Corresponds to the JSON property `name`
268
+ # @return [String]
269
+ attr_accessor :name
270
+
271
+ # Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used
272
+ # to determine the authentication policy to be applied to terminate the inbound
273
+ # traffic at the identified backends. If this field is not set, authentication
274
+ # is disabled(open) for this endpoint.
275
+ # Corresponds to the JSON property `serverTlsPolicy`
276
+ # @return [String]
277
+ attr_accessor :server_tls_policy
278
+
279
+ # Specification of a port-based selector.
280
+ # Corresponds to the JSON property `trafficPortSelector`
281
+ # @return [Google::Apis::NetworkservicesV1beta1::TrafficPortSelector]
282
+ attr_accessor :traffic_port_selector
283
+
284
+ # Required. The type of endpoint policy. This is primarily used to validate the
285
+ # configuration.
286
+ # Corresponds to the JSON property `type`
287
+ # @return [String]
288
+ attr_accessor :type
289
+
290
+ # Output only. The timestamp when the resource was updated.
291
+ # Corresponds to the JSON property `updateTime`
292
+ # @return [String]
293
+ attr_accessor :update_time
294
+
295
+ def initialize(**args)
296
+ update!(**args)
297
+ end
298
+
299
+ # Update properties of this object
300
+ def update!(**args)
301
+ @authorization_policy = args[:authorization_policy] if args.key?(:authorization_policy)
302
+ @client_tls_policy = args[:client_tls_policy] if args.key?(:client_tls_policy)
303
+ @create_time = args[:create_time] if args.key?(:create_time)
304
+ @description = args[:description] if args.key?(:description)
305
+ @endpoint_matcher = args[:endpoint_matcher] if args.key?(:endpoint_matcher)
306
+ @labels = args[:labels] if args.key?(:labels)
307
+ @name = args[:name] if args.key?(:name)
308
+ @server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
309
+ @traffic_port_selector = args[:traffic_port_selector] if args.key?(:traffic_port_selector)
310
+ @type = args[:type] if args.key?(:type)
311
+ @update_time = args[:update_time] if args.key?(:update_time)
312
+ end
313
+ end
314
+
315
+ # Represents a textual expression in the Common Expression Language (CEL) syntax.
316
+ # CEL is a C-like expression language. The syntax and semantics of CEL are
317
+ # documented at https://github.com/google/cel-spec. Example (Comparison): title:
318
+ # "Summary size limit" description: "Determines if a summary is less than 100
319
+ # chars" expression: "document.summary.size() < 100" Example (Equality): title: "
320
+ # Requestor is owner" description: "Determines if requestor is the document
321
+ # owner" expression: "document.owner == request.auth.claims.email" Example (
322
+ # Logic): title: "Public documents" description: "Determine whether the document
323
+ # should be publicly visible" expression: "document.type != 'private' &&
324
+ # document.type != 'internal'" Example (Data Manipulation): title: "Notification
325
+ # string" description: "Create a notification string with a timestamp."
326
+ # expression: "'New message received at ' + string(document.create_time)" The
327
+ # exact variables and functions that may be referenced within an expression are
328
+ # determined by the service that evaluates it. See the service documentation for
329
+ # additional information.
330
+ class Expr
331
+ include Google::Apis::Core::Hashable
332
+
333
+ # Optional. Description of the expression. This is a longer text which describes
334
+ # the expression, e.g. when hovered over it in a UI.
335
+ # Corresponds to the JSON property `description`
336
+ # @return [String]
337
+ attr_accessor :description
338
+
339
+ # Textual representation of an expression in Common Expression Language syntax.
340
+ # Corresponds to the JSON property `expression`
341
+ # @return [String]
342
+ attr_accessor :expression
343
+
344
+ # Optional. String indicating the location of the expression for error reporting,
345
+ # e.g. a file name and a position in the file.
346
+ # Corresponds to the JSON property `location`
347
+ # @return [String]
348
+ attr_accessor :location
349
+
350
+ # Optional. Title for the expression, i.e. a short string describing its purpose.
351
+ # This can be used e.g. in UIs which allow to enter the expression.
352
+ # Corresponds to the JSON property `title`
353
+ # @return [String]
354
+ attr_accessor :title
355
+
356
+ def initialize(**args)
357
+ update!(**args)
358
+ end
359
+
360
+ # Update properties of this object
361
+ def update!(**args)
362
+ @description = args[:description] if args.key?(:description)
363
+ @expression = args[:expression] if args.key?(:expression)
364
+ @location = args[:location] if args.key?(:location)
365
+ @title = args[:title] if args.key?(:title)
366
+ end
367
+ end
368
+
369
+ # Response returned by the ListEndpointPolicies method.
370
+ class ListEndpointPoliciesResponse
371
+ include Google::Apis::Core::Hashable
372
+
373
+ # List of EndpointPolicy resources.
374
+ # Corresponds to the JSON property `endpointPolicies`
375
+ # @return [Array<Google::Apis::NetworkservicesV1beta1::EndpointPolicy>]
376
+ attr_accessor :endpoint_policies
377
+
378
+ # If there might be more results than those appearing in this response, then `
379
+ # next_page_token` is included. To get the next set of results, call this method
380
+ # again using the value of `next_page_token` as `page_token`.
381
+ # Corresponds to the JSON property `nextPageToken`
382
+ # @return [String]
383
+ attr_accessor :next_page_token
384
+
385
+ def initialize(**args)
386
+ update!(**args)
387
+ end
388
+
389
+ # Update properties of this object
390
+ def update!(**args)
391
+ @endpoint_policies = args[:endpoint_policies] if args.key?(:endpoint_policies)
392
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
393
+ end
394
+ end
395
+
396
+ # The response message for Locations.ListLocations.
397
+ class ListLocationsResponse
398
+ include Google::Apis::Core::Hashable
399
+
400
+ # A list of locations that matches the specified filter in the request.
401
+ # Corresponds to the JSON property `locations`
402
+ # @return [Array<Google::Apis::NetworkservicesV1beta1::Location>]
403
+ attr_accessor :locations
404
+
405
+ # The standard List next-page token.
406
+ # Corresponds to the JSON property `nextPageToken`
407
+ # @return [String]
408
+ attr_accessor :next_page_token
409
+
410
+ def initialize(**args)
411
+ update!(**args)
412
+ end
413
+
414
+ # Update properties of this object
415
+ def update!(**args)
416
+ @locations = args[:locations] if args.key?(:locations)
417
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
418
+ end
419
+ end
420
+
421
+ # The response message for Operations.ListOperations.
422
+ class ListOperationsResponse
423
+ include Google::Apis::Core::Hashable
424
+
425
+ # The standard List next-page token.
426
+ # Corresponds to the JSON property `nextPageToken`
427
+ # @return [String]
428
+ attr_accessor :next_page_token
429
+
430
+ # A list of operations that matches the specified filter in the request.
431
+ # Corresponds to the JSON property `operations`
432
+ # @return [Array<Google::Apis::NetworkservicesV1beta1::Operation>]
433
+ attr_accessor :operations
434
+
435
+ def initialize(**args)
436
+ update!(**args)
437
+ end
438
+
439
+ # Update properties of this object
440
+ def update!(**args)
441
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
442
+ @operations = args[:operations] if args.key?(:operations)
443
+ end
444
+ end
445
+
446
+ # A resource that represents Google Cloud Platform location.
447
+ class Location
448
+ include Google::Apis::Core::Hashable
449
+
450
+ # The friendly name for this location, typically a nearby city name. For example,
451
+ # "Tokyo".
452
+ # Corresponds to the JSON property `displayName`
453
+ # @return [String]
454
+ attr_accessor :display_name
455
+
456
+ # Cross-service attributes for the location. For example `"cloud.googleapis.com/
457
+ # region": "us-east1"`
458
+ # Corresponds to the JSON property `labels`
459
+ # @return [Hash<String,String>]
460
+ attr_accessor :labels
461
+
462
+ # The canonical id for this location. For example: `"us-east1"`.
463
+ # Corresponds to the JSON property `locationId`
464
+ # @return [String]
465
+ attr_accessor :location_id
466
+
467
+ # Service-specific metadata. For example the available capacity at the given
468
+ # location.
469
+ # Corresponds to the JSON property `metadata`
470
+ # @return [Hash<String,Object>]
471
+ attr_accessor :metadata
472
+
473
+ # Resource name for the location, which may vary between implementations. For
474
+ # example: `"projects/example-project/locations/us-east1"`
475
+ # Corresponds to the JSON property `name`
476
+ # @return [String]
477
+ attr_accessor :name
478
+
479
+ def initialize(**args)
480
+ update!(**args)
481
+ end
482
+
483
+ # Update properties of this object
484
+ def update!(**args)
485
+ @display_name = args[:display_name] if args.key?(:display_name)
486
+ @labels = args[:labels] if args.key?(:labels)
487
+ @location_id = args[:location_id] if args.key?(:location_id)
488
+ @metadata = args[:metadata] if args.key?(:metadata)
489
+ @name = args[:name] if args.key?(:name)
490
+ end
491
+ end
492
+
493
+ # The matcher that is based on node metadata presented by xDS clients.
494
+ class MetadataLabelMatcher
495
+ include Google::Apis::Core::Hashable
496
+
497
+ # Specifies how matching should be done. Supported values are: MATCH_ANY: At
498
+ # least one of the Labels specified in the matcher should match the metadata
499
+ # presented by xDS client. MATCH_ALL: The metadata presented by the xDS client
500
+ # should contain all of the labels specified here. The selection is determined
501
+ # based on the best match. For example, suppose there are three EndpointPolicy
502
+ # resources P1, P2 and P3 and if P1 has a the matcher as MATCH_ANY , P2 has
503
+ # MATCH_ALL , and P3 has MATCH_ALL . If a client with label connects, the config
504
+ # from P1 will be selected. If a client with label connects, the config from P2
505
+ # will be selected. If a client with label connects, the config from P3 will be
506
+ # selected. If there is more than one best match, (for example, if a config P4
507
+ # with selector exists and if a client with label connects), an error will be
508
+ # thrown.
509
+ # Corresponds to the JSON property `metadataLabelMatchCriteria`
510
+ # @return [String]
511
+ attr_accessor :metadata_label_match_criteria
512
+
513
+ # The list of label value pairs that must match labels in the provided metadata
514
+ # based on filterMatchCriteria This list can have at most 64 entries. The list
515
+ # can be empty if the match criteria is MATCH_ANY, to specify a wildcard match (
516
+ # i.e this matches any client).
517
+ # Corresponds to the JSON property `metadataLabels`
518
+ # @return [Array<Google::Apis::NetworkservicesV1beta1::MetadataLabels>]
519
+ attr_accessor :metadata_labels
520
+
521
+ def initialize(**args)
522
+ update!(**args)
523
+ end
524
+
525
+ # Update properties of this object
526
+ def update!(**args)
527
+ @metadata_label_match_criteria = args[:metadata_label_match_criteria] if args.key?(:metadata_label_match_criteria)
528
+ @metadata_labels = args[:metadata_labels] if args.key?(:metadata_labels)
529
+ end
530
+ end
531
+
532
+ # Defines a name-pair value for a single label.
533
+ class MetadataLabels
534
+ include Google::Apis::Core::Hashable
535
+
536
+ # Required. Label name presented as key in xDS Node Metadata.
537
+ # Corresponds to the JSON property `labelName`
538
+ # @return [String]
539
+ attr_accessor :label_name
540
+
541
+ # Required. Label value presented as value corresponding to the above key, in
542
+ # xDS Node Metadata.
543
+ # Corresponds to the JSON property `labelValue`
544
+ # @return [String]
545
+ attr_accessor :label_value
546
+
547
+ def initialize(**args)
548
+ update!(**args)
549
+ end
550
+
551
+ # Update properties of this object
552
+ def update!(**args)
553
+ @label_name = args[:label_name] if args.key?(:label_name)
554
+ @label_value = args[:label_value] if args.key?(:label_value)
555
+ end
556
+ end
557
+
558
+ # This resource represents a long-running operation that is the result of a
559
+ # network API call.
560
+ class Operation
561
+ include Google::Apis::Core::Hashable
562
+
563
+ # If the value is `false`, it means the operation is still in progress. If `true`
564
+ # , the operation is completed, and either `error` or `response` is available.
565
+ # Corresponds to the JSON property `done`
566
+ # @return [Boolean]
567
+ attr_accessor :done
568
+ alias_method :done?, :done
569
+
570
+ # The `Status` type defines a logical error model that is suitable for different
571
+ # programming environments, including REST APIs and RPC APIs. It is used by [
572
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
573
+ # data: error code, error message, and error details. You can find out more
574
+ # about this error model and how to work with it in the [API Design Guide](https:
575
+ # //cloud.google.com/apis/design/errors).
576
+ # Corresponds to the JSON property `error`
577
+ # @return [Google::Apis::NetworkservicesV1beta1::Status]
578
+ attr_accessor :error
579
+
580
+ # Service-specific metadata associated with the operation. It typically contains
581
+ # progress information and common metadata such as create time. Some services
582
+ # might not provide such metadata. Any method that returns a long-running
583
+ # operation should document the metadata type, if any.
584
+ # Corresponds to the JSON property `metadata`
585
+ # @return [Hash<String,Object>]
586
+ attr_accessor :metadata
587
+
588
+ # The server-assigned name, which is only unique within the same service that
589
+ # originally returns it. If you use the default HTTP mapping, the `name` should
590
+ # be a resource name ending with `operations/`unique_id``.
591
+ # Corresponds to the JSON property `name`
592
+ # @return [String]
593
+ attr_accessor :name
594
+
595
+ # The normal response of the operation in case of success. If the original
596
+ # method returns no data on success, such as `Delete`, the response is `google.
597
+ # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
598
+ # the response should be the resource. For other methods, the response should
599
+ # have the type `XxxResponse`, where `Xxx` is the original method name. For
600
+ # example, if the original method name is `TakeSnapshot()`, the inferred
601
+ # response type is `TakeSnapshotResponse`.
602
+ # Corresponds to the JSON property `response`
603
+ # @return [Hash<String,Object>]
604
+ attr_accessor :response
605
+
606
+ def initialize(**args)
607
+ update!(**args)
608
+ end
609
+
610
+ # Update properties of this object
611
+ def update!(**args)
612
+ @done = args[:done] if args.key?(:done)
613
+ @error = args[:error] if args.key?(:error)
614
+ @metadata = args[:metadata] if args.key?(:metadata)
615
+ @name = args[:name] if args.key?(:name)
616
+ @response = args[:response] if args.key?(:response)
617
+ end
618
+ end
619
+
620
+ # Represents the metadata of the long-running operation.
621
+ class OperationMetadata
622
+ include Google::Apis::Core::Hashable
623
+
624
+ # Output only. API version used to start the operation.
625
+ # Corresponds to the JSON property `apiVersion`
626
+ # @return [String]
627
+ attr_accessor :api_version
628
+
629
+ # Output only. The time the operation was created.
630
+ # Corresponds to the JSON property `createTime`
631
+ # @return [String]
632
+ attr_accessor :create_time
633
+
634
+ # Output only. The time the operation finished running.
635
+ # Corresponds to the JSON property `endTime`
636
+ # @return [String]
637
+ attr_accessor :end_time
638
+
639
+ # Output only. Identifies whether the user has requested cancellation of the
640
+ # operation. Operations that have successfully been cancelled have Operation.
641
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
642
+ # CANCELLED`.
643
+ # Corresponds to the JSON property `requestedCancellation`
644
+ # @return [Boolean]
645
+ attr_accessor :requested_cancellation
646
+ alias_method :requested_cancellation?, :requested_cancellation
647
+
648
+ # Output only. Human-readable status of the operation, if any.
649
+ # Corresponds to the JSON property `statusMessage`
650
+ # @return [String]
651
+ attr_accessor :status_message
652
+
653
+ # Output only. Server-defined resource path for the target of the operation.
654
+ # Corresponds to the JSON property `target`
655
+ # @return [String]
656
+ attr_accessor :target
657
+
658
+ # Output only. Name of the verb executed by the operation.
659
+ # Corresponds to the JSON property `verb`
660
+ # @return [String]
661
+ attr_accessor :verb
662
+
663
+ def initialize(**args)
664
+ update!(**args)
665
+ end
666
+
667
+ # Update properties of this object
668
+ def update!(**args)
669
+ @api_version = args[:api_version] if args.key?(:api_version)
670
+ @create_time = args[:create_time] if args.key?(:create_time)
671
+ @end_time = args[:end_time] if args.key?(:end_time)
672
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
673
+ @status_message = args[:status_message] if args.key?(:status_message)
674
+ @target = args[:target] if args.key?(:target)
675
+ @verb = args[:verb] if args.key?(:verb)
676
+ end
677
+ end
678
+
679
+ # An Identity and Access Management (IAM) policy, which specifies access
680
+ # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
681
+ # A `binding` binds one or more `members` to a single `role`. Members can be
682
+ # user accounts, service accounts, Google groups, and domains (such as G Suite).
683
+ # A `role` is a named list of permissions; each `role` can be an IAM predefined
684
+ # role or a user-created custom role. For some types of Google Cloud resources,
685
+ # a `binding` can also specify a `condition`, which is a logical expression that
686
+ # allows access to a resource only if the expression evaluates to `true`. A
687
+ # condition can add constraints based on attributes of the request, the resource,
688
+ # or both. To learn which resources support conditions in their IAM policies,
689
+ # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
690
+ # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
691
+ # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
692
+ # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
693
+ # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
694
+ # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
695
+ # title": "expirable access", "description": "Does not grant access after Sep
696
+ # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
697
+ # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
698
+ # members: - user:mike@example.com - group:admins@example.com - domain:google.
699
+ # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
700
+ # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
701
+ # roles/resourcemanager.organizationViewer condition: title: expirable access
702
+ # description: Does not grant access after Sep 2020 expression: request.time <
703
+ # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
704
+ # description of IAM and its features, see the [IAM documentation](https://cloud.
705
+ # google.com/iam/docs/).
706
+ class Policy
707
+ include Google::Apis::Core::Hashable
708
+
709
+ # Specifies cloud audit logging configuration for this policy.
710
+ # Corresponds to the JSON property `auditConfigs`
711
+ # @return [Array<Google::Apis::NetworkservicesV1beta1::AuditConfig>]
712
+ attr_accessor :audit_configs
713
+
714
+ # Associates a list of `members` to a `role`. Optionally, may specify a `
715
+ # condition` that determines how and when the `bindings` are applied. Each of
716
+ # the `bindings` must contain at least one member.
717
+ # Corresponds to the JSON property `bindings`
718
+ # @return [Array<Google::Apis::NetworkservicesV1beta1::Binding>]
719
+ attr_accessor :bindings
720
+
721
+ # `etag` is used for optimistic concurrency control as a way to help prevent
722
+ # simultaneous updates of a policy from overwriting each other. It is strongly
723
+ # suggested that systems make use of the `etag` in the read-modify-write cycle
724
+ # to perform policy updates in order to avoid race conditions: An `etag` is
725
+ # returned in the response to `getIamPolicy`, and systems are expected to put
726
+ # that etag in the request to `setIamPolicy` to ensure that their change will be
727
+ # applied to the same version of the policy. **Important:** If you use IAM
728
+ # Conditions, you must include the `etag` field whenever you call `setIamPolicy`.
729
+ # If you omit this field, then IAM allows you to overwrite a version `3` policy
730
+ # with a version `1` policy, and all of the conditions in the version `3` policy
731
+ # are lost.
732
+ # Corresponds to the JSON property `etag`
733
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
734
+ # @return [String]
735
+ attr_accessor :etag
736
+
737
+ # Specifies the format of the policy. Valid values are `0`, `1`, and `3`.
738
+ # Requests that specify an invalid value are rejected. Any operation that
739
+ # affects conditional role bindings must specify version `3`. This requirement
740
+ # applies to the following operations: * Getting a policy that includes a
741
+ # conditional role binding * Adding a conditional role binding to a policy *
742
+ # Changing a conditional role binding in a policy * Removing any role binding,
743
+ # with or without a condition, from a policy that includes conditions **
744
+ # Important:** If you use IAM Conditions, you must include the `etag` field
745
+ # whenever you call `setIamPolicy`. If you omit this field, then IAM allows you
746
+ # to overwrite a version `3` policy with a version `1` policy, and all of the
747
+ # conditions in the version `3` policy are lost. If a policy does not include
748
+ # any conditions, operations on that policy may specify any valid version or
749
+ # leave the field unset. To learn which resources support conditions in their
750
+ # IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/
751
+ # conditions/resource-policies).
752
+ # Corresponds to the JSON property `version`
753
+ # @return [Fixnum]
754
+ attr_accessor :version
755
+
756
+ def initialize(**args)
757
+ update!(**args)
758
+ end
759
+
760
+ # Update properties of this object
761
+ def update!(**args)
762
+ @audit_configs = args[:audit_configs] if args.key?(:audit_configs)
763
+ @bindings = args[:bindings] if args.key?(:bindings)
764
+ @etag = args[:etag] if args.key?(:etag)
765
+ @version = args[:version] if args.key?(:version)
766
+ end
767
+ end
768
+
769
+ # Request message for `SetIamPolicy` method.
770
+ class SetIamPolicyRequest
771
+ include Google::Apis::Core::Hashable
772
+
773
+ # An Identity and Access Management (IAM) policy, which specifies access
774
+ # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
775
+ # A `binding` binds one or more `members` to a single `role`. Members can be
776
+ # user accounts, service accounts, Google groups, and domains (such as G Suite).
777
+ # A `role` is a named list of permissions; each `role` can be an IAM predefined
778
+ # role or a user-created custom role. For some types of Google Cloud resources,
779
+ # a `binding` can also specify a `condition`, which is a logical expression that
780
+ # allows access to a resource only if the expression evaluates to `true`. A
781
+ # condition can add constraints based on attributes of the request, the resource,
782
+ # or both. To learn which resources support conditions in their IAM policies,
783
+ # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
784
+ # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
785
+ # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
786
+ # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
787
+ # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
788
+ # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
789
+ # title": "expirable access", "description": "Does not grant access after Sep
790
+ # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
791
+ # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
792
+ # members: - user:mike@example.com - group:admins@example.com - domain:google.
793
+ # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
794
+ # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
795
+ # roles/resourcemanager.organizationViewer condition: title: expirable access
796
+ # description: Does not grant access after Sep 2020 expression: request.time <
797
+ # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
798
+ # description of IAM and its features, see the [IAM documentation](https://cloud.
799
+ # google.com/iam/docs/).
800
+ # Corresponds to the JSON property `policy`
801
+ # @return [Google::Apis::NetworkservicesV1beta1::Policy]
802
+ attr_accessor :policy
803
+
804
+ # OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only
805
+ # the fields in the mask will be modified. If no mask is provided, the following
806
+ # default mask is used: `paths: "bindings, etag"`
807
+ # Corresponds to the JSON property `updateMask`
808
+ # @return [String]
809
+ attr_accessor :update_mask
810
+
811
+ def initialize(**args)
812
+ update!(**args)
813
+ end
814
+
815
+ # Update properties of this object
816
+ def update!(**args)
817
+ @policy = args[:policy] if args.key?(:policy)
818
+ @update_mask = args[:update_mask] if args.key?(:update_mask)
819
+ end
820
+ end
821
+
822
+ # The `Status` type defines a logical error model that is suitable for different
823
+ # programming environments, including REST APIs and RPC APIs. It is used by [
824
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
825
+ # data: error code, error message, and error details. You can find out more
826
+ # about this error model and how to work with it in the [API Design Guide](https:
827
+ # //cloud.google.com/apis/design/errors).
828
+ class Status
829
+ include Google::Apis::Core::Hashable
830
+
831
+ # The status code, which should be an enum value of google.rpc.Code.
832
+ # Corresponds to the JSON property `code`
833
+ # @return [Fixnum]
834
+ attr_accessor :code
835
+
836
+ # A list of messages that carry the error details. There is a common set of
837
+ # message types for APIs to use.
838
+ # Corresponds to the JSON property `details`
839
+ # @return [Array<Hash<String,Object>>]
840
+ attr_accessor :details
841
+
842
+ # A developer-facing error message, which should be in English. Any user-facing
843
+ # error message should be localized and sent in the google.rpc.Status.details
844
+ # field, or localized by the client.
845
+ # Corresponds to the JSON property `message`
846
+ # @return [String]
847
+ attr_accessor :message
848
+
849
+ def initialize(**args)
850
+ update!(**args)
851
+ end
852
+
853
+ # Update properties of this object
854
+ def update!(**args)
855
+ @code = args[:code] if args.key?(:code)
856
+ @details = args[:details] if args.key?(:details)
857
+ @message = args[:message] if args.key?(:message)
858
+ end
859
+ end
860
+
861
+ # Request message for `TestIamPermissions` method.
862
+ class TestIamPermissionsRequest
863
+ include Google::Apis::Core::Hashable
864
+
865
+ # The set of permissions to check for the `resource`. Permissions with wildcards
866
+ # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
867
+ # Overview](https://cloud.google.com/iam/docs/overview#permissions).
868
+ # Corresponds to the JSON property `permissions`
869
+ # @return [Array<String>]
870
+ attr_accessor :permissions
871
+
872
+ def initialize(**args)
873
+ update!(**args)
874
+ end
875
+
876
+ # Update properties of this object
877
+ def update!(**args)
878
+ @permissions = args[:permissions] if args.key?(:permissions)
879
+ end
880
+ end
881
+
882
+ # Response message for `TestIamPermissions` method.
883
+ class TestIamPermissionsResponse
884
+ include Google::Apis::Core::Hashable
885
+
886
+ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
887
+ # Corresponds to the JSON property `permissions`
888
+ # @return [Array<String>]
889
+ attr_accessor :permissions
890
+
891
+ def initialize(**args)
892
+ update!(**args)
893
+ end
894
+
895
+ # Update properties of this object
896
+ def update!(**args)
897
+ @permissions = args[:permissions] if args.key?(:permissions)
898
+ end
899
+ end
900
+
901
+ # Specification of a port-based selector.
902
+ class TrafficPortSelector
903
+ include Google::Apis::Core::Hashable
904
+
905
+ # Optional. A list of ports. Can be port numbers or port range (example, [80-90]
906
+ # specifies all ports from 80 to 90, including 80 and 90) or named ports or * to
907
+ # specify all ports. If the list is empty, all ports are selected.
908
+ # Corresponds to the JSON property `ports`
909
+ # @return [Array<String>]
910
+ attr_accessor :ports
911
+
912
+ def initialize(**args)
913
+ update!(**args)
914
+ end
915
+
916
+ # Update properties of this object
917
+ def update!(**args)
918
+ @ports = args[:ports] if args.key?(:ports)
919
+ end
920
+ end
921
+ end
922
+ end
923
+ end