google-apis-servicedirectory_v1beta1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 421c52838e15e1c321f3052d9a6e474e601fa303d32abea675f8ca29b2d38016
4
+ data.tar.gz: fcfb86b399df6d34bfbc9b57d88adb9436a7bbd2bef94b479d03790259bd22e6
5
+ SHA512:
6
+ metadata.gz: 49a040a574f2c84baabab140e1a8f191361a7d3010ada31b72ce93d2b47bced4932a97dfcffc8bae75de44907148af21ecc5c4b9ef756b5decf907db98d515d4
7
+ data.tar.gz: b24365cb192d7c6e6c36943e4029b69f8222a81b2b2651c362c86c55321eba90790aedb6ef3253cfdcf6789c93017c5c5cf54b93326345c685a59e390751c536
@@ -0,0 +1,13 @@
1
+ --hide-void-return
2
+ --no-private
3
+ --verbose
4
+ --title=google-apis-servicedirectory_v1beta1
5
+ --markup-provider=redcarpet
6
+ --markup=markdown
7
+ --main OVERVIEW.md
8
+ lib/google/apis/servicedirectory_v1beta1/*.rb
9
+ lib/google/apis/servicedirectory_v1beta1.rb
10
+ -
11
+ OVERVIEW.md
12
+ CHANGELOG.md
13
+ LICENSE.md
@@ -0,0 +1,7 @@
1
+ # Release history for google-apis-servicedirectory_v1beta1
2
+
3
+ ### v0.1.0 (2021-01-07)
4
+
5
+ * Regenerated using generator version 0.1.1
6
+ * Regenerated from discovery document revision 20201112
7
+
@@ -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.
@@ -0,0 +1,96 @@
1
+ # Simple REST client for version V1beta1 of the Service Directory API
2
+
3
+ This is a simple client library for version V1beta1 of the Service Directory 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/servicedirectory.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-servicedirectory_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-servicedirectory_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/servicedirectory_v1beta1"
49
+
50
+ # Create a client object
51
+ client = Google::Apis::ServicedirectoryV1beta1::ServiceDirectoryService.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 Servicedirectory service in particular.)
67
+
68
+ For reference information on specific calls in the Service Directory API, see the {Google::Apis::ServicedirectoryV1beta1::ServiceDirectoryService 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-servicedirectory_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/service-directory) 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/servicedirectory_v1beta1"
@@ -0,0 +1,37 @@
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/servicedirectory_v1beta1/service.rb'
16
+ require 'google/apis/servicedirectory_v1beta1/classes.rb'
17
+ require 'google/apis/servicedirectory_v1beta1/representations.rb'
18
+ require 'google/apis/servicedirectory_v1beta1/gem_version.rb'
19
+
20
+ module Google
21
+ module Apis
22
+ # Service Directory API
23
+ #
24
+ # Service Directory is a platform for discovering, publishing, and connecting
25
+ # services.
26
+ #
27
+ # @see https://cloud.google.com/service-directory
28
+ module ServicedirectoryV1beta1
29
+ # Version of the Service Directory API this client connects to.
30
+ # This is NOT the gem version.
31
+ VERSION = 'V1beta1'
32
+
33
+ # View and manage your data across Google Cloud Platform services
34
+ AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,717 @@
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 ServicedirectoryV1beta1
24
+
25
+ # Associates `members` with a `role`.
26
+ class Binding
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # Represents a textual expression in the Common Expression Language (CEL) syntax.
30
+ # CEL is a C-like expression language. The syntax and semantics of CEL are
31
+ # documented at https://github.com/google/cel-spec. Example (Comparison): title:
32
+ # "Summary size limit" description: "Determines if a summary is less than 100
33
+ # chars" expression: "document.summary.size() < 100" Example (Equality): title: "
34
+ # Requestor is owner" description: "Determines if requestor is the document
35
+ # owner" expression: "document.owner == request.auth.claims.email" Example (
36
+ # Logic): title: "Public documents" description: "Determine whether the document
37
+ # should be publicly visible" expression: "document.type != 'private' &&
38
+ # document.type != 'internal'" Example (Data Manipulation): title: "Notification
39
+ # string" description: "Create a notification string with a timestamp."
40
+ # expression: "'New message received at ' + string(document.create_time)" The
41
+ # exact variables and functions that may be referenced within an expression are
42
+ # determined by the service that evaluates it. See the service documentation for
43
+ # additional information.
44
+ # Corresponds to the JSON property `condition`
45
+ # @return [Google::Apis::ServicedirectoryV1beta1::Expr]
46
+ attr_accessor :condition
47
+
48
+ # Specifies the identities requesting access for a Cloud Platform resource. `
49
+ # members` can have the following values: * `allUsers`: A special identifier
50
+ # that represents anyone who is on the internet; with or without a Google
51
+ # account. * `allAuthenticatedUsers`: A special identifier that represents
52
+ # anyone who is authenticated with a Google account or a service account. * `
53
+ # user:`emailid``: An email address that represents a specific Google account.
54
+ # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
55
+ # address that represents a service account. For example, `my-other-app@appspot.
56
+ # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
57
+ # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
58
+ # `uniqueid``: An email address (plus unique identifier) representing a user
59
+ # that has been recently deleted. For example, `alice@example.com?uid=
60
+ # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
61
+ # emailid`` and the recovered user retains the role in the binding. * `deleted:
62
+ # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
63
+ # identifier) representing a service account that has been recently deleted. For
64
+ # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
65
+ # If the service account is undeleted, this value reverts to `serviceAccount:`
66
+ # emailid`` and the undeleted service account retains the role in the binding. *
67
+ # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
68
+ # identifier) representing a Google group that has been recently deleted. For
69
+ # example, `admins@example.com?uid=123456789012345678901`. If the group is
70
+ # recovered, this value reverts to `group:`emailid`` and the recovered group
71
+ # retains the role in the binding. * `domain:`domain``: The G Suite domain (
72
+ # primary) that represents all the users of that domain. For example, `google.
73
+ # com` or `example.com`.
74
+ # Corresponds to the JSON property `members`
75
+ # @return [Array<String>]
76
+ attr_accessor :members
77
+
78
+ # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
79
+ # , or `roles/owner`.
80
+ # Corresponds to the JSON property `role`
81
+ # @return [String]
82
+ attr_accessor :role
83
+
84
+ def initialize(**args)
85
+ update!(**args)
86
+ end
87
+
88
+ # Update properties of this object
89
+ def update!(**args)
90
+ @condition = args[:condition] if args.key?(:condition)
91
+ @members = args[:members] if args.key?(:members)
92
+ @role = args[:role] if args.key?(:role)
93
+ end
94
+ end
95
+
96
+ # A generic empty message that you can re-use to avoid defining duplicated empty
97
+ # messages in your APIs. A typical example is to use it as the request or the
98
+ # response type of an API method. For instance: service Foo ` rpc Bar(google.
99
+ # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
100
+ # `Empty` is empty JSON object ````.
101
+ class Empty
102
+ include Google::Apis::Core::Hashable
103
+
104
+ def initialize(**args)
105
+ update!(**args)
106
+ end
107
+
108
+ # Update properties of this object
109
+ def update!(**args)
110
+ end
111
+ end
112
+
113
+ # An individual endpoint that provides a service. The service must already exist
114
+ # to create an endpoint.
115
+ class Endpoint
116
+ include Google::Apis::Core::Hashable
117
+
118
+ # Optional. An IPv4 or IPv6 address. Service Directory will reject bad addresses
119
+ # like: "8.8.8" "8.8.8.8:53" "test:bad:address" "[::1]" "[::1]:8080" Limited to
120
+ # 45 characters.
121
+ # Corresponds to the JSON property `address`
122
+ # @return [String]
123
+ attr_accessor :address
124
+
125
+ # Optional. Metadata for the endpoint. This data can be consumed by service
126
+ # clients. Restrictions: - The entire metadata dictionary may contain up to 512
127
+ # characters, spread accoss all key-value pairs. Metadata that goes beyond any
128
+ # these limits will be rejected. - Valid metadata keys have two segments: an
129
+ # optional prefix and name, separated by a slash (/). The name segment is
130
+ # required and must be 63 characters or less, beginning and ending with an
131
+ # alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.)
132
+ # , and alphanumerics between. The prefix is optional. If specified, the prefix
133
+ # must be a DNS subdomain: a series of DNS labels separated by dots (.), not
134
+ # longer than 253 characters in total, followed by a slash (/). Metadata that
135
+ # fails to meet these requirements will be rejected. - The '(*.)google.com/' and
136
+ # '(*.)googleapis.com/' prefixes are reserved for system metadata managed by
137
+ # Service Directory. If the user tries to write to these keyspaces, those
138
+ # entries will be silently ignored by the system.
139
+ # Corresponds to the JSON property `metadata`
140
+ # @return [Hash<String,String>]
141
+ attr_accessor :metadata
142
+
143
+ # Immutable. The resource name for the endpoint in the format 'projects/*/
144
+ # locations/*/namespaces/*/services/*/endpoints/*'.
145
+ # Corresponds to the JSON property `name`
146
+ # @return [String]
147
+ attr_accessor :name
148
+
149
+ # Optional. Service Directory will reject values outside of [0, 65535].
150
+ # Corresponds to the JSON property `port`
151
+ # @return [Fixnum]
152
+ attr_accessor :port
153
+
154
+ def initialize(**args)
155
+ update!(**args)
156
+ end
157
+
158
+ # Update properties of this object
159
+ def update!(**args)
160
+ @address = args[:address] if args.key?(:address)
161
+ @metadata = args[:metadata] if args.key?(:metadata)
162
+ @name = args[:name] if args.key?(:name)
163
+ @port = args[:port] if args.key?(:port)
164
+ end
165
+ end
166
+
167
+ # Represents a textual expression in the Common Expression Language (CEL) syntax.
168
+ # CEL is a C-like expression language. The syntax and semantics of CEL are
169
+ # documented at https://github.com/google/cel-spec. Example (Comparison): title:
170
+ # "Summary size limit" description: "Determines if a summary is less than 100
171
+ # chars" expression: "document.summary.size() < 100" Example (Equality): title: "
172
+ # Requestor is owner" description: "Determines if requestor is the document
173
+ # owner" expression: "document.owner == request.auth.claims.email" Example (
174
+ # Logic): title: "Public documents" description: "Determine whether the document
175
+ # should be publicly visible" expression: "document.type != 'private' &&
176
+ # document.type != 'internal'" Example (Data Manipulation): title: "Notification
177
+ # string" description: "Create a notification string with a timestamp."
178
+ # expression: "'New message received at ' + string(document.create_time)" The
179
+ # exact variables and functions that may be referenced within an expression are
180
+ # determined by the service that evaluates it. See the service documentation for
181
+ # additional information.
182
+ class Expr
183
+ include Google::Apis::Core::Hashable
184
+
185
+ # Optional. Description of the expression. This is a longer text which describes
186
+ # the expression, e.g. when hovered over it in a UI.
187
+ # Corresponds to the JSON property `description`
188
+ # @return [String]
189
+ attr_accessor :description
190
+
191
+ # Textual representation of an expression in Common Expression Language syntax.
192
+ # Corresponds to the JSON property `expression`
193
+ # @return [String]
194
+ attr_accessor :expression
195
+
196
+ # Optional. String indicating the location of the expression for error reporting,
197
+ # e.g. a file name and a position in the file.
198
+ # Corresponds to the JSON property `location`
199
+ # @return [String]
200
+ attr_accessor :location
201
+
202
+ # Optional. Title for the expression, i.e. a short string describing its purpose.
203
+ # This can be used e.g. in UIs which allow to enter the expression.
204
+ # Corresponds to the JSON property `title`
205
+ # @return [String]
206
+ attr_accessor :title
207
+
208
+ def initialize(**args)
209
+ update!(**args)
210
+ end
211
+
212
+ # Update properties of this object
213
+ def update!(**args)
214
+ @description = args[:description] if args.key?(:description)
215
+ @expression = args[:expression] if args.key?(:expression)
216
+ @location = args[:location] if args.key?(:location)
217
+ @title = args[:title] if args.key?(:title)
218
+ end
219
+ end
220
+
221
+ # Request message for `GetIamPolicy` method.
222
+ class GetIamPolicyRequest
223
+ include Google::Apis::Core::Hashable
224
+
225
+ # Encapsulates settings provided to GetIamPolicy.
226
+ # Corresponds to the JSON property `options`
227
+ # @return [Google::Apis::ServicedirectoryV1beta1::GetPolicyOptions]
228
+ attr_accessor :options
229
+
230
+ def initialize(**args)
231
+ update!(**args)
232
+ end
233
+
234
+ # Update properties of this object
235
+ def update!(**args)
236
+ @options = args[:options] if args.key?(:options)
237
+ end
238
+ end
239
+
240
+ # Encapsulates settings provided to GetIamPolicy.
241
+ class GetPolicyOptions
242
+ include Google::Apis::Core::Hashable
243
+
244
+ # Optional. The policy format version to be returned. Valid values are 0, 1, and
245
+ # 3. Requests specifying an invalid value will be rejected. Requests for
246
+ # policies with any conditional bindings must specify version 3. Policies
247
+ # without any conditional bindings may specify any valid value or leave the
248
+ # field unset. To learn which resources support conditions in their IAM policies,
249
+ # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
250
+ # resource-policies).
251
+ # Corresponds to the JSON property `requestedPolicyVersion`
252
+ # @return [Fixnum]
253
+ attr_accessor :requested_policy_version
254
+
255
+ def initialize(**args)
256
+ update!(**args)
257
+ end
258
+
259
+ # Update properties of this object
260
+ def update!(**args)
261
+ @requested_policy_version = args[:requested_policy_version] if args.key?(:requested_policy_version)
262
+ end
263
+ end
264
+
265
+ # The response message for RegistrationService.ListEndpoints.
266
+ class ListEndpointsResponse
267
+ include Google::Apis::Core::Hashable
268
+
269
+ # The list of endpoints.
270
+ # Corresponds to the JSON property `endpoints`
271
+ # @return [Array<Google::Apis::ServicedirectoryV1beta1::Endpoint>]
272
+ attr_accessor :endpoints
273
+
274
+ # Token to retrieve the next page of results, or empty if there are no more
275
+ # results in the list.
276
+ # Corresponds to the JSON property `nextPageToken`
277
+ # @return [String]
278
+ attr_accessor :next_page_token
279
+
280
+ def initialize(**args)
281
+ update!(**args)
282
+ end
283
+
284
+ # Update properties of this object
285
+ def update!(**args)
286
+ @endpoints = args[:endpoints] if args.key?(:endpoints)
287
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
288
+ end
289
+ end
290
+
291
+ # The response message for Locations.ListLocations.
292
+ class ListLocationsResponse
293
+ include Google::Apis::Core::Hashable
294
+
295
+ # A list of locations that matches the specified filter in the request.
296
+ # Corresponds to the JSON property `locations`
297
+ # @return [Array<Google::Apis::ServicedirectoryV1beta1::Location>]
298
+ attr_accessor :locations
299
+
300
+ # The standard List next-page token.
301
+ # Corresponds to the JSON property `nextPageToken`
302
+ # @return [String]
303
+ attr_accessor :next_page_token
304
+
305
+ def initialize(**args)
306
+ update!(**args)
307
+ end
308
+
309
+ # Update properties of this object
310
+ def update!(**args)
311
+ @locations = args[:locations] if args.key?(:locations)
312
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
313
+ end
314
+ end
315
+
316
+ # The response message for RegistrationService.ListNamespaces.
317
+ class ListNamespacesResponse
318
+ include Google::Apis::Core::Hashable
319
+
320
+ # The list of namespaces.
321
+ # Corresponds to the JSON property `namespaces`
322
+ # @return [Array<Google::Apis::ServicedirectoryV1beta1::Namespace>]
323
+ attr_accessor :namespaces
324
+
325
+ # Token to retrieve the next page of results, or empty if there are no more
326
+ # results in the list.
327
+ # Corresponds to the JSON property `nextPageToken`
328
+ # @return [String]
329
+ attr_accessor :next_page_token
330
+
331
+ def initialize(**args)
332
+ update!(**args)
333
+ end
334
+
335
+ # Update properties of this object
336
+ def update!(**args)
337
+ @namespaces = args[:namespaces] if args.key?(:namespaces)
338
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
339
+ end
340
+ end
341
+
342
+ # The response message for RegistrationService.ListServices.
343
+ class ListServicesResponse
344
+ include Google::Apis::Core::Hashable
345
+
346
+ # Token to retrieve the next page of results, or empty if there are no more
347
+ # results in the list.
348
+ # Corresponds to the JSON property `nextPageToken`
349
+ # @return [String]
350
+ attr_accessor :next_page_token
351
+
352
+ # The list of services.
353
+ # Corresponds to the JSON property `services`
354
+ # @return [Array<Google::Apis::ServicedirectoryV1beta1::Service>]
355
+ attr_accessor :services
356
+
357
+ def initialize(**args)
358
+ update!(**args)
359
+ end
360
+
361
+ # Update properties of this object
362
+ def update!(**args)
363
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
364
+ @services = args[:services] if args.key?(:services)
365
+ end
366
+ end
367
+
368
+ # A resource that represents Google Cloud Platform location.
369
+ class Location
370
+ include Google::Apis::Core::Hashable
371
+
372
+ # The friendly name for this location, typically a nearby city name. For example,
373
+ # "Tokyo".
374
+ # Corresponds to the JSON property `displayName`
375
+ # @return [String]
376
+ attr_accessor :display_name
377
+
378
+ # Cross-service attributes for the location. For example `"cloud.googleapis.com/
379
+ # region": "us-east1"`
380
+ # Corresponds to the JSON property `labels`
381
+ # @return [Hash<String,String>]
382
+ attr_accessor :labels
383
+
384
+ # The canonical id for this location. For example: `"us-east1"`.
385
+ # Corresponds to the JSON property `locationId`
386
+ # @return [String]
387
+ attr_accessor :location_id
388
+
389
+ # Service-specific metadata. For example the available capacity at the given
390
+ # location.
391
+ # Corresponds to the JSON property `metadata`
392
+ # @return [Hash<String,Object>]
393
+ attr_accessor :metadata
394
+
395
+ # Resource name for the location, which may vary between implementations. For
396
+ # example: `"projects/example-project/locations/us-east1"`
397
+ # Corresponds to the JSON property `name`
398
+ # @return [String]
399
+ attr_accessor :name
400
+
401
+ def initialize(**args)
402
+ update!(**args)
403
+ end
404
+
405
+ # Update properties of this object
406
+ def update!(**args)
407
+ @display_name = args[:display_name] if args.key?(:display_name)
408
+ @labels = args[:labels] if args.key?(:labels)
409
+ @location_id = args[:location_id] if args.key?(:location_id)
410
+ @metadata = args[:metadata] if args.key?(:metadata)
411
+ @name = args[:name] if args.key?(:name)
412
+ end
413
+ end
414
+
415
+ # A container for services. Namespaces allow administrators to group services
416
+ # together and define permissions for a collection of services.
417
+ class Namespace
418
+ include Google::Apis::Core::Hashable
419
+
420
+ # Optional. Resource labels associated with this Namespace. No more than 64 user
421
+ # labels can be associated with a given resource. Label keys and values can be
422
+ # no longer than 63 characters.
423
+ # Corresponds to the JSON property `labels`
424
+ # @return [Hash<String,String>]
425
+ attr_accessor :labels
426
+
427
+ # Immutable. The resource name for the namespace in the format 'projects/*/
428
+ # locations/*/namespaces/*'.
429
+ # Corresponds to the JSON property `name`
430
+ # @return [String]
431
+ attr_accessor :name
432
+
433
+ def initialize(**args)
434
+ update!(**args)
435
+ end
436
+
437
+ # Update properties of this object
438
+ def update!(**args)
439
+ @labels = args[:labels] if args.key?(:labels)
440
+ @name = args[:name] if args.key?(:name)
441
+ end
442
+ end
443
+
444
+ # An Identity and Access Management (IAM) policy, which specifies access
445
+ # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
446
+ # A `binding` binds one or more `members` to a single `role`. Members can be
447
+ # user accounts, service accounts, Google groups, and domains (such as G Suite).
448
+ # A `role` is a named list of permissions; each `role` can be an IAM predefined
449
+ # role or a user-created custom role. For some types of Google Cloud resources,
450
+ # a `binding` can also specify a `condition`, which is a logical expression that
451
+ # allows access to a resource only if the expression evaluates to `true`. A
452
+ # condition can add constraints based on attributes of the request, the resource,
453
+ # or both. To learn which resources support conditions in their IAM policies,
454
+ # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
455
+ # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
456
+ # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
457
+ # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
458
+ # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
459
+ # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
460
+ # title": "expirable access", "description": "Does not grant access after Sep
461
+ # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
462
+ # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
463
+ # members: - user:mike@example.com - group:admins@example.com - domain:google.
464
+ # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
465
+ # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
466
+ # roles/resourcemanager.organizationViewer condition: title: expirable access
467
+ # description: Does not grant access after Sep 2020 expression: request.time <
468
+ # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
469
+ # description of IAM and its features, see the [IAM documentation](https://cloud.
470
+ # google.com/iam/docs/).
471
+ class Policy
472
+ include Google::Apis::Core::Hashable
473
+
474
+ # Associates a list of `members` to a `role`. Optionally, may specify a `
475
+ # condition` that determines how and when the `bindings` are applied. Each of
476
+ # the `bindings` must contain at least one member.
477
+ # Corresponds to the JSON property `bindings`
478
+ # @return [Array<Google::Apis::ServicedirectoryV1beta1::Binding>]
479
+ attr_accessor :bindings
480
+
481
+ # `etag` is used for optimistic concurrency control as a way to help prevent
482
+ # simultaneous updates of a policy from overwriting each other. It is strongly
483
+ # suggested that systems make use of the `etag` in the read-modify-write cycle
484
+ # to perform policy updates in order to avoid race conditions: An `etag` is
485
+ # returned in the response to `getIamPolicy`, and systems are expected to put
486
+ # that etag in the request to `setIamPolicy` to ensure that their change will be
487
+ # applied to the same version of the policy. **Important:** If you use IAM
488
+ # Conditions, you must include the `etag` field whenever you call `setIamPolicy`.
489
+ # If you omit this field, then IAM allows you to overwrite a version `3` policy
490
+ # with a version `1` policy, and all of the conditions in the version `3` policy
491
+ # are lost.
492
+ # Corresponds to the JSON property `etag`
493
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
494
+ # @return [String]
495
+ attr_accessor :etag
496
+
497
+ # Specifies the format of the policy. Valid values are `0`, `1`, and `3`.
498
+ # Requests that specify an invalid value are rejected. Any operation that
499
+ # affects conditional role bindings must specify version `3`. This requirement
500
+ # applies to the following operations: * Getting a policy that includes a
501
+ # conditional role binding * Adding a conditional role binding to a policy *
502
+ # Changing a conditional role binding in a policy * Removing any role binding,
503
+ # with or without a condition, from a policy that includes conditions **
504
+ # Important:** If you use IAM Conditions, you must include the `etag` field
505
+ # whenever you call `setIamPolicy`. If you omit this field, then IAM allows you
506
+ # to overwrite a version `3` policy with a version `1` policy, and all of the
507
+ # conditions in the version `3` policy are lost. If a policy does not include
508
+ # any conditions, operations on that policy may specify any valid version or
509
+ # leave the field unset. To learn which resources support conditions in their
510
+ # IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/
511
+ # conditions/resource-policies).
512
+ # Corresponds to the JSON property `version`
513
+ # @return [Fixnum]
514
+ attr_accessor :version
515
+
516
+ def initialize(**args)
517
+ update!(**args)
518
+ end
519
+
520
+ # Update properties of this object
521
+ def update!(**args)
522
+ @bindings = args[:bindings] if args.key?(:bindings)
523
+ @etag = args[:etag] if args.key?(:etag)
524
+ @version = args[:version] if args.key?(:version)
525
+ end
526
+ end
527
+
528
+ # The request message for LookupService.ResolveService. Looks up a service by
529
+ # its name, returns the service and its endpoints.
530
+ class ResolveServiceRequest
531
+ include Google::Apis::Core::Hashable
532
+
533
+ # Optional. The filter applied to the endpoints of the resolved service. General
534
+ # filter string syntax: () can be "name" or "metadata." for map field. can be "<,
535
+ # >, <=, >=, !=, =, :". Of which ":" means HAS and is roughly the same as "=".
536
+ # must be the same data type as the field. can be "AND, OR, NOT". Examples of
537
+ # valid filters: * "metadata.owner" returns Endpoints that have a label with the
538
+ # key "owner", this is the same as "metadata:owner" * "metadata.protocol=gRPC"
539
+ # returns Endpoints that have key/value "protocol=gRPC" * "metadata.owner!=sd
540
+ # AND metadata.foo=bar" returns Endpoints that have "owner" field in metadata
541
+ # with a value that is not "sd" AND have the key/value foo=bar.
542
+ # Corresponds to the JSON property `endpointFilter`
543
+ # @return [String]
544
+ attr_accessor :endpoint_filter
545
+
546
+ # Optional. The maximum number of endpoints to return. Defaults to 25. Maximum
547
+ # is 100. If a value less than one is specified, the Default is used. If a value
548
+ # greater than the Maximum is specified, the Maximum is used.
549
+ # Corresponds to the JSON property `maxEndpoints`
550
+ # @return [Fixnum]
551
+ attr_accessor :max_endpoints
552
+
553
+ def initialize(**args)
554
+ update!(**args)
555
+ end
556
+
557
+ # Update properties of this object
558
+ def update!(**args)
559
+ @endpoint_filter = args[:endpoint_filter] if args.key?(:endpoint_filter)
560
+ @max_endpoints = args[:max_endpoints] if args.key?(:max_endpoints)
561
+ end
562
+ end
563
+
564
+ # The response message for LookupService.ResolveService.
565
+ class ResolveServiceResponse
566
+ include Google::Apis::Core::Hashable
567
+
568
+ # An individual service. A service contains a name and optional metadata. A
569
+ # service must exist before endpoints can be added to it.
570
+ # Corresponds to the JSON property `service`
571
+ # @return [Google::Apis::ServicedirectoryV1beta1::Service]
572
+ attr_accessor :service
573
+
574
+ def initialize(**args)
575
+ update!(**args)
576
+ end
577
+
578
+ # Update properties of this object
579
+ def update!(**args)
580
+ @service = args[:service] if args.key?(:service)
581
+ end
582
+ end
583
+
584
+ # An individual service. A service contains a name and optional metadata. A
585
+ # service must exist before endpoints can be added to it.
586
+ class Service
587
+ include Google::Apis::Core::Hashable
588
+
589
+ # Output only. Endpoints associated with this service. Returned on LookupService.
590
+ # Resolve. Control plane clients should use RegistrationService.ListEndpoints.
591
+ # Corresponds to the JSON property `endpoints`
592
+ # @return [Array<Google::Apis::ServicedirectoryV1beta1::Endpoint>]
593
+ attr_accessor :endpoints
594
+
595
+ # Optional. Metadata for the service. This data can be consumed by service
596
+ # clients. Restrictions: - The entire metadata dictionary may contain up to 2000
597
+ # characters, spread accoss all key-value pairs. Metadata that goes beyond any
598
+ # these limits will be rejected. - Valid metadata keys have two segments: an
599
+ # optional prefix and name, separated by a slash (/). The name segment is
600
+ # required and must be 63 characters or less, beginning and ending with an
601
+ # alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.)
602
+ # , and alphanumerics between. The prefix is optional. If specified, the prefix
603
+ # must be a DNS subdomain: a series of DNS labels separated by dots (.), not
604
+ # longer than 253 characters in total, followed by a slash (/). Metadata that
605
+ # fails to meet these requirements will be rejected. - The '(*.)google.com/' and
606
+ # '(*.)googleapis.com/' prefixes are reserved for system metadata managed by
607
+ # Service Directory. If the user tries to write to these keyspaces, those
608
+ # entries will be silently ignored by the system.
609
+ # Corresponds to the JSON property `metadata`
610
+ # @return [Hash<String,String>]
611
+ attr_accessor :metadata
612
+
613
+ # Immutable. The resource name for the service in the format 'projects/*/
614
+ # locations/*/namespaces/*/services/*'.
615
+ # Corresponds to the JSON property `name`
616
+ # @return [String]
617
+ attr_accessor :name
618
+
619
+ def initialize(**args)
620
+ update!(**args)
621
+ end
622
+
623
+ # Update properties of this object
624
+ def update!(**args)
625
+ @endpoints = args[:endpoints] if args.key?(:endpoints)
626
+ @metadata = args[:metadata] if args.key?(:metadata)
627
+ @name = args[:name] if args.key?(:name)
628
+ end
629
+ end
630
+
631
+ # Request message for `SetIamPolicy` method.
632
+ class SetIamPolicyRequest
633
+ include Google::Apis::Core::Hashable
634
+
635
+ # An Identity and Access Management (IAM) policy, which specifies access
636
+ # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
637
+ # A `binding` binds one or more `members` to a single `role`. Members can be
638
+ # user accounts, service accounts, Google groups, and domains (such as G Suite).
639
+ # A `role` is a named list of permissions; each `role` can be an IAM predefined
640
+ # role or a user-created custom role. For some types of Google Cloud resources,
641
+ # a `binding` can also specify a `condition`, which is a logical expression that
642
+ # allows access to a resource only if the expression evaluates to `true`. A
643
+ # condition can add constraints based on attributes of the request, the resource,
644
+ # or both. To learn which resources support conditions in their IAM policies,
645
+ # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
646
+ # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
647
+ # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
648
+ # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
649
+ # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
650
+ # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
651
+ # title": "expirable access", "description": "Does not grant access after Sep
652
+ # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
653
+ # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
654
+ # members: - user:mike@example.com - group:admins@example.com - domain:google.
655
+ # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
656
+ # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
657
+ # roles/resourcemanager.organizationViewer condition: title: expirable access
658
+ # description: Does not grant access after Sep 2020 expression: request.time <
659
+ # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
660
+ # description of IAM and its features, see the [IAM documentation](https://cloud.
661
+ # google.com/iam/docs/).
662
+ # Corresponds to the JSON property `policy`
663
+ # @return [Google::Apis::ServicedirectoryV1beta1::Policy]
664
+ attr_accessor :policy
665
+
666
+ def initialize(**args)
667
+ update!(**args)
668
+ end
669
+
670
+ # Update properties of this object
671
+ def update!(**args)
672
+ @policy = args[:policy] if args.key?(:policy)
673
+ end
674
+ end
675
+
676
+ # Request message for `TestIamPermissions` method.
677
+ class TestIamPermissionsRequest
678
+ include Google::Apis::Core::Hashable
679
+
680
+ # The set of permissions to check for the `resource`. Permissions with wildcards
681
+ # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
682
+ # Overview](https://cloud.google.com/iam/docs/overview#permissions).
683
+ # Corresponds to the JSON property `permissions`
684
+ # @return [Array<String>]
685
+ attr_accessor :permissions
686
+
687
+ def initialize(**args)
688
+ update!(**args)
689
+ end
690
+
691
+ # Update properties of this object
692
+ def update!(**args)
693
+ @permissions = args[:permissions] if args.key?(:permissions)
694
+ end
695
+ end
696
+
697
+ # Response message for `TestIamPermissions` method.
698
+ class TestIamPermissionsResponse
699
+ include Google::Apis::Core::Hashable
700
+
701
+ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
702
+ # Corresponds to the JSON property `permissions`
703
+ # @return [Array<String>]
704
+ attr_accessor :permissions
705
+
706
+ def initialize(**args)
707
+ update!(**args)
708
+ end
709
+
710
+ # Update properties of this object
711
+ def update!(**args)
712
+ @permissions = args[:permissions] if args.key?(:permissions)
713
+ end
714
+ end
715
+ end
716
+ end
717
+ end