google-apis-eventarc_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: 9a44f0a187f902963a0f4d583cc9a40da90955261a75bfacf67c392ba7867bcb
4
+ data.tar.gz: 836a059608805016c2b32ae7899ca4b2c9e52834b9e2a17e46a3504cd05f3727
5
+ SHA512:
6
+ metadata.gz: 6355c762203e4479ce4b97e6269c8052efa379fade4bd66a3079c103b2f6386dcddf5d2998ec0bdc43165b8ffc127f92ad3c676a71450127122d0e5bc5b36b49
7
+ data.tar.gz: 6b87c1cfd45a3e4733e8404385c801fdf258140585222a5bf25afc6b9f9e9a0c5111182121b95db1ecd4b670456a9b591a5b9bca4ee8b9bcf40efe45ff5740c3
@@ -0,0 +1,13 @@
1
+ --hide-void-return
2
+ --no-private
3
+ --verbose
4
+ --title=google-apis-eventarc_v1beta1
5
+ --markup-provider=redcarpet
6
+ --markup=markdown
7
+ --main OVERVIEW.md
8
+ lib/google/apis/eventarc_v1beta1/*.rb
9
+ lib/google/apis/eventarc_v1beta1.rb
10
+ -
11
+ OVERVIEW.md
12
+ CHANGELOG.md
13
+ LICENSE.md
@@ -0,0 +1,7 @@
1
+ # Release history for google-apis-eventarc_v1beta1
2
+
3
+ ### v0.1.0 (2021-01-07)
4
+
5
+ * Regenerated using generator version 0.1.1
6
+ * Regenerated from discovery document revision 20201203
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 Eventarc API
2
+
3
+ This is a simple client library for version V1beta1 of the Eventarc 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/eventarc.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-eventarc_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-eventarc_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/eventarc_v1beta1"
49
+
50
+ # Create a client object
51
+ client = Google::Apis::EventarcV1beta1::EventarcService.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 Eventarc service in particular.)
67
+
68
+ For reference information on specific calls in the Eventarc API, see the {Google::Apis::EventarcV1beta1::EventarcService 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-eventarc_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/eventarc) 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/eventarc_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/eventarc_v1beta1/service.rb'
16
+ require 'google/apis/eventarc_v1beta1/classes.rb'
17
+ require 'google/apis/eventarc_v1beta1/representations.rb'
18
+ require 'google/apis/eventarc_v1beta1/gem_version.rb'
19
+
20
+ module Google
21
+ module Apis
22
+ # Eventarc API
23
+ #
24
+ #
25
+ #
26
+ # @see https://cloud.google.com/eventarc
27
+ module EventarcV1beta1
28
+ # Version of the Eventarc API this client connects to.
29
+ # This is NOT the gem version.
30
+ VERSION = 'V1beta1'
31
+
32
+ # View and manage your data across Google Cloud Platform services
33
+ AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,930 @@
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 EventarcV1beta1
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::EventarcV1beta1::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::EventarcV1beta1::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
+ # Represents a Cloud Run service destination.
181
+ class CloudRunService
182
+ include Google::Apis::Core::Hashable
183
+
184
+ # Optional. The relative path on the Cloud Run service the events should be sent
185
+ # to. The value must conform to the definition of URI path segment (section 3.3
186
+ # of RFC2396). Examples: "/route", "route", "route/subroute".
187
+ # Corresponds to the JSON property `path`
188
+ # @return [String]
189
+ attr_accessor :path
190
+
191
+ # Required. The region the Cloud Run service is deployed in.
192
+ # Corresponds to the JSON property `region`
193
+ # @return [String]
194
+ attr_accessor :region
195
+
196
+ # Required. The name of the Cloud run service being addressed (see https://cloud.
197
+ # google.com/run/docs/reference/rest/v1/namespaces.services). Only services
198
+ # located in the same project of the trigger object can be addressed.
199
+ # Corresponds to the JSON property `service`
200
+ # @return [String]
201
+ attr_accessor :service
202
+
203
+ def initialize(**args)
204
+ update!(**args)
205
+ end
206
+
207
+ # Update properties of this object
208
+ def update!(**args)
209
+ @path = args[:path] if args.key?(:path)
210
+ @region = args[:region] if args.key?(:region)
211
+ @service = args[:service] if args.key?(:service)
212
+ end
213
+ end
214
+
215
+ # Represents a target of an invocation over HTTP.
216
+ class Destination
217
+ include Google::Apis::Core::Hashable
218
+
219
+ # Represents a Cloud Run service destination.
220
+ # Corresponds to the JSON property `cloudRunService`
221
+ # @return [Google::Apis::EventarcV1beta1::CloudRunService]
222
+ attr_accessor :cloud_run_service
223
+
224
+ def initialize(**args)
225
+ update!(**args)
226
+ end
227
+
228
+ # Update properties of this object
229
+ def update!(**args)
230
+ @cloud_run_service = args[:cloud_run_service] if args.key?(:cloud_run_service)
231
+ end
232
+ end
233
+
234
+ # A generic empty message that you can re-use to avoid defining duplicated empty
235
+ # messages in your APIs. A typical example is to use it as the request or the
236
+ # response type of an API method. For instance: service Foo ` rpc Bar(google.
237
+ # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
238
+ # `Empty` is empty JSON object ````.
239
+ class Empty
240
+ include Google::Apis::Core::Hashable
241
+
242
+ def initialize(**args)
243
+ update!(**args)
244
+ end
245
+
246
+ # Update properties of this object
247
+ def update!(**args)
248
+ end
249
+ end
250
+
251
+ # Represents a textual expression in the Common Expression Language (CEL) syntax.
252
+ # CEL is a C-like expression language. The syntax and semantics of CEL are
253
+ # documented at https://github.com/google/cel-spec. Example (Comparison): title:
254
+ # "Summary size limit" description: "Determines if a summary is less than 100
255
+ # chars" expression: "document.summary.size() < 100" Example (Equality): title: "
256
+ # Requestor is owner" description: "Determines if requestor is the document
257
+ # owner" expression: "document.owner == request.auth.claims.email" Example (
258
+ # Logic): title: "Public documents" description: "Determine whether the document
259
+ # should be publicly visible" expression: "document.type != 'private' &&
260
+ # document.type != 'internal'" Example (Data Manipulation): title: "Notification
261
+ # string" description: "Create a notification string with a timestamp."
262
+ # expression: "'New message received at ' + string(document.create_time)" The
263
+ # exact variables and functions that may be referenced within an expression are
264
+ # determined by the service that evaluates it. See the service documentation for
265
+ # additional information.
266
+ class Expr
267
+ include Google::Apis::Core::Hashable
268
+
269
+ # Optional. Description of the expression. This is a longer text which describes
270
+ # the expression, e.g. when hovered over it in a UI.
271
+ # Corresponds to the JSON property `description`
272
+ # @return [String]
273
+ attr_accessor :description
274
+
275
+ # Textual representation of an expression in Common Expression Language syntax.
276
+ # Corresponds to the JSON property `expression`
277
+ # @return [String]
278
+ attr_accessor :expression
279
+
280
+ # Optional. String indicating the location of the expression for error reporting,
281
+ # e.g. a file name and a position in the file.
282
+ # Corresponds to the JSON property `location`
283
+ # @return [String]
284
+ attr_accessor :location
285
+
286
+ # Optional. Title for the expression, i.e. a short string describing its purpose.
287
+ # This can be used e.g. in UIs which allow to enter the expression.
288
+ # Corresponds to the JSON property `title`
289
+ # @return [String]
290
+ attr_accessor :title
291
+
292
+ def initialize(**args)
293
+ update!(**args)
294
+ end
295
+
296
+ # Update properties of this object
297
+ def update!(**args)
298
+ @description = args[:description] if args.key?(:description)
299
+ @expression = args[:expression] if args.key?(:expression)
300
+ @location = args[:location] if args.key?(:location)
301
+ @title = args[:title] if args.key?(:title)
302
+ end
303
+ end
304
+
305
+ # The response message for Locations.ListLocations.
306
+ class ListLocationsResponse
307
+ include Google::Apis::Core::Hashable
308
+
309
+ # A list of locations that matches the specified filter in the request.
310
+ # Corresponds to the JSON property `locations`
311
+ # @return [Array<Google::Apis::EventarcV1beta1::Location>]
312
+ attr_accessor :locations
313
+
314
+ # The standard List next-page token.
315
+ # Corresponds to the JSON property `nextPageToken`
316
+ # @return [String]
317
+ attr_accessor :next_page_token
318
+
319
+ def initialize(**args)
320
+ update!(**args)
321
+ end
322
+
323
+ # Update properties of this object
324
+ def update!(**args)
325
+ @locations = args[:locations] if args.key?(:locations)
326
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
327
+ end
328
+ end
329
+
330
+ # The response message for Operations.ListOperations.
331
+ class ListOperationsResponse
332
+ include Google::Apis::Core::Hashable
333
+
334
+ # The standard List next-page token.
335
+ # Corresponds to the JSON property `nextPageToken`
336
+ # @return [String]
337
+ attr_accessor :next_page_token
338
+
339
+ # A list of operations that matches the specified filter in the request.
340
+ # Corresponds to the JSON property `operations`
341
+ # @return [Array<Google::Apis::EventarcV1beta1::Operation>]
342
+ attr_accessor :operations
343
+
344
+ def initialize(**args)
345
+ update!(**args)
346
+ end
347
+
348
+ # Update properties of this object
349
+ def update!(**args)
350
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
351
+ @operations = args[:operations] if args.key?(:operations)
352
+ end
353
+ end
354
+
355
+ # The response message for the ListTriggers method.
356
+ class ListTriggersResponse
357
+ include Google::Apis::Core::Hashable
358
+
359
+ # A page token that can be sent to ListTriggers to request the next page. If
360
+ # this is empty, then there are no more pages.
361
+ # Corresponds to the JSON property `nextPageToken`
362
+ # @return [String]
363
+ attr_accessor :next_page_token
364
+
365
+ # The requested triggers, up to the number specified in `page_size`.
366
+ # Corresponds to the JSON property `triggers`
367
+ # @return [Array<Google::Apis::EventarcV1beta1::Trigger>]
368
+ attr_accessor :triggers
369
+
370
+ # Unreachable resources, if any.
371
+ # Corresponds to the JSON property `unreachable`
372
+ # @return [Array<String>]
373
+ attr_accessor :unreachable
374
+
375
+ def initialize(**args)
376
+ update!(**args)
377
+ end
378
+
379
+ # Update properties of this object
380
+ def update!(**args)
381
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
382
+ @triggers = args[:triggers] if args.key?(:triggers)
383
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
384
+ end
385
+ end
386
+
387
+ # A resource that represents Google Cloud Platform location.
388
+ class Location
389
+ include Google::Apis::Core::Hashable
390
+
391
+ # The friendly name for this location, typically a nearby city name. For example,
392
+ # "Tokyo".
393
+ # Corresponds to the JSON property `displayName`
394
+ # @return [String]
395
+ attr_accessor :display_name
396
+
397
+ # Cross-service attributes for the location. For example `"cloud.googleapis.com/
398
+ # region": "us-east1"`
399
+ # Corresponds to the JSON property `labels`
400
+ # @return [Hash<String,String>]
401
+ attr_accessor :labels
402
+
403
+ # The canonical id for this location. For example: `"us-east1"`.
404
+ # Corresponds to the JSON property `locationId`
405
+ # @return [String]
406
+ attr_accessor :location_id
407
+
408
+ # Service-specific metadata. For example the available capacity at the given
409
+ # location.
410
+ # Corresponds to the JSON property `metadata`
411
+ # @return [Hash<String,Object>]
412
+ attr_accessor :metadata
413
+
414
+ # Resource name for the location, which may vary between implementations. For
415
+ # example: `"projects/example-project/locations/us-east1"`
416
+ # Corresponds to the JSON property `name`
417
+ # @return [String]
418
+ attr_accessor :name
419
+
420
+ def initialize(**args)
421
+ update!(**args)
422
+ end
423
+
424
+ # Update properties of this object
425
+ def update!(**args)
426
+ @display_name = args[:display_name] if args.key?(:display_name)
427
+ @labels = args[:labels] if args.key?(:labels)
428
+ @location_id = args[:location_id] if args.key?(:location_id)
429
+ @metadata = args[:metadata] if args.key?(:metadata)
430
+ @name = args[:name] if args.key?(:name)
431
+ end
432
+ end
433
+
434
+ # Matches events based on exact matches on the CloudEvents attributes.
435
+ class MatchingCriteria
436
+ include Google::Apis::Core::Hashable
437
+
438
+ # Required. The name of a CloudEvents attribute. Currently, only a subset of
439
+ # attributes can be specified. All triggers MUST provide a matching criteria for
440
+ # the 'type' attribute.
441
+ # Corresponds to the JSON property `attribute`
442
+ # @return [String]
443
+ attr_accessor :attribute
444
+
445
+ # Required. The value for the attribute.
446
+ # Corresponds to the JSON property `value`
447
+ # @return [String]
448
+ attr_accessor :value
449
+
450
+ def initialize(**args)
451
+ update!(**args)
452
+ end
453
+
454
+ # Update properties of this object
455
+ def update!(**args)
456
+ @attribute = args[:attribute] if args.key?(:attribute)
457
+ @value = args[:value] if args.key?(:value)
458
+ end
459
+ end
460
+
461
+ # This resource represents a long-running operation that is the result of a
462
+ # network API call.
463
+ class Operation
464
+ include Google::Apis::Core::Hashable
465
+
466
+ # If the value is `false`, it means the operation is still in progress. If `true`
467
+ # , the operation is completed, and either `error` or `response` is available.
468
+ # Corresponds to the JSON property `done`
469
+ # @return [Boolean]
470
+ attr_accessor :done
471
+ alias_method :done?, :done
472
+
473
+ # The `Status` type defines a logical error model that is suitable for different
474
+ # programming environments, including REST APIs and RPC APIs. It is used by [
475
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
476
+ # data: error code, error message, and error details. You can find out more
477
+ # about this error model and how to work with it in the [API Design Guide](https:
478
+ # //cloud.google.com/apis/design/errors).
479
+ # Corresponds to the JSON property `error`
480
+ # @return [Google::Apis::EventarcV1beta1::Status]
481
+ attr_accessor :error
482
+
483
+ # Service-specific metadata associated with the operation. It typically contains
484
+ # progress information and common metadata such as create time. Some services
485
+ # might not provide such metadata. Any method that returns a long-running
486
+ # operation should document the metadata type, if any.
487
+ # Corresponds to the JSON property `metadata`
488
+ # @return [Hash<String,Object>]
489
+ attr_accessor :metadata
490
+
491
+ # The server-assigned name, which is only unique within the same service that
492
+ # originally returns it. If you use the default HTTP mapping, the `name` should
493
+ # be a resource name ending with `operations/`unique_id``.
494
+ # Corresponds to the JSON property `name`
495
+ # @return [String]
496
+ attr_accessor :name
497
+
498
+ # The normal response of the operation in case of success. If the original
499
+ # method returns no data on success, such as `Delete`, the response is `google.
500
+ # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
501
+ # the response should be the resource. For other methods, the response should
502
+ # have the type `XxxResponse`, where `Xxx` is the original method name. For
503
+ # example, if the original method name is `TakeSnapshot()`, the inferred
504
+ # response type is `TakeSnapshotResponse`.
505
+ # Corresponds to the JSON property `response`
506
+ # @return [Hash<String,Object>]
507
+ attr_accessor :response
508
+
509
+ def initialize(**args)
510
+ update!(**args)
511
+ end
512
+
513
+ # Update properties of this object
514
+ def update!(**args)
515
+ @done = args[:done] if args.key?(:done)
516
+ @error = args[:error] if args.key?(:error)
517
+ @metadata = args[:metadata] if args.key?(:metadata)
518
+ @name = args[:name] if args.key?(:name)
519
+ @response = args[:response] if args.key?(:response)
520
+ end
521
+ end
522
+
523
+ # Represents the metadata of the long-running operation.
524
+ class OperationMetadata
525
+ include Google::Apis::Core::Hashable
526
+
527
+ # Output only. API version used to start the operation.
528
+ # Corresponds to the JSON property `apiVersion`
529
+ # @return [String]
530
+ attr_accessor :api_version
531
+
532
+ # Output only. The time the operation was created.
533
+ # Corresponds to the JSON property `createTime`
534
+ # @return [String]
535
+ attr_accessor :create_time
536
+
537
+ # Output only. The time the operation finished running.
538
+ # Corresponds to the JSON property `endTime`
539
+ # @return [String]
540
+ attr_accessor :end_time
541
+
542
+ # Output only. Identifies whether the user has requested cancellation of the
543
+ # operation. Operations that have successfully been cancelled have Operation.
544
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
545
+ # CANCELLED`.
546
+ # Corresponds to the JSON property `requestedCancellation`
547
+ # @return [Boolean]
548
+ attr_accessor :requested_cancellation
549
+ alias_method :requested_cancellation?, :requested_cancellation
550
+
551
+ # Output only. Human-readable status of the operation, if any.
552
+ # Corresponds to the JSON property `statusMessage`
553
+ # @return [String]
554
+ attr_accessor :status_message
555
+
556
+ # Output only. Server-defined resource path for the target of the operation.
557
+ # Corresponds to the JSON property `target`
558
+ # @return [String]
559
+ attr_accessor :target
560
+
561
+ # Output only. Name of the verb executed by the operation.
562
+ # Corresponds to the JSON property `verb`
563
+ # @return [String]
564
+ attr_accessor :verb
565
+
566
+ def initialize(**args)
567
+ update!(**args)
568
+ end
569
+
570
+ # Update properties of this object
571
+ def update!(**args)
572
+ @api_version = args[:api_version] if args.key?(:api_version)
573
+ @create_time = args[:create_time] if args.key?(:create_time)
574
+ @end_time = args[:end_time] if args.key?(:end_time)
575
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
576
+ @status_message = args[:status_message] if args.key?(:status_message)
577
+ @target = args[:target] if args.key?(:target)
578
+ @verb = args[:verb] if args.key?(:verb)
579
+ end
580
+ end
581
+
582
+ # An Identity and Access Management (IAM) policy, which specifies access
583
+ # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
584
+ # A `binding` binds one or more `members` to a single `role`. Members can be
585
+ # user accounts, service accounts, Google groups, and domains (such as G Suite).
586
+ # A `role` is a named list of permissions; each `role` can be an IAM predefined
587
+ # role or a user-created custom role. For some types of Google Cloud resources,
588
+ # a `binding` can also specify a `condition`, which is a logical expression that
589
+ # allows access to a resource only if the expression evaluates to `true`. A
590
+ # condition can add constraints based on attributes of the request, the resource,
591
+ # or both. To learn which resources support conditions in their IAM policies,
592
+ # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
593
+ # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
594
+ # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
595
+ # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
596
+ # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
597
+ # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
598
+ # title": "expirable access", "description": "Does not grant access after Sep
599
+ # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
600
+ # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
601
+ # members: - user:mike@example.com - group:admins@example.com - domain:google.
602
+ # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
603
+ # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
604
+ # roles/resourcemanager.organizationViewer condition: title: expirable access
605
+ # description: Does not grant access after Sep 2020 expression: request.time <
606
+ # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
607
+ # description of IAM and its features, see the [IAM documentation](https://cloud.
608
+ # google.com/iam/docs/).
609
+ class Policy
610
+ include Google::Apis::Core::Hashable
611
+
612
+ # Specifies cloud audit logging configuration for this policy.
613
+ # Corresponds to the JSON property `auditConfigs`
614
+ # @return [Array<Google::Apis::EventarcV1beta1::AuditConfig>]
615
+ attr_accessor :audit_configs
616
+
617
+ # Associates a list of `members` to a `role`. Optionally, may specify a `
618
+ # condition` that determines how and when the `bindings` are applied. Each of
619
+ # the `bindings` must contain at least one member.
620
+ # Corresponds to the JSON property `bindings`
621
+ # @return [Array<Google::Apis::EventarcV1beta1::Binding>]
622
+ attr_accessor :bindings
623
+
624
+ # `etag` is used for optimistic concurrency control as a way to help prevent
625
+ # simultaneous updates of a policy from overwriting each other. It is strongly
626
+ # suggested that systems make use of the `etag` in the read-modify-write cycle
627
+ # to perform policy updates in order to avoid race conditions: An `etag` is
628
+ # returned in the response to `getIamPolicy`, and systems are expected to put
629
+ # that etag in the request to `setIamPolicy` to ensure that their change will be
630
+ # applied to the same version of the policy. **Important:** If you use IAM
631
+ # Conditions, you must include the `etag` field whenever you call `setIamPolicy`.
632
+ # If you omit this field, then IAM allows you to overwrite a version `3` policy
633
+ # with a version `1` policy, and all of the conditions in the version `3` policy
634
+ # are lost.
635
+ # Corresponds to the JSON property `etag`
636
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
637
+ # @return [String]
638
+ attr_accessor :etag
639
+
640
+ # Specifies the format of the policy. Valid values are `0`, `1`, and `3`.
641
+ # Requests that specify an invalid value are rejected. Any operation that
642
+ # affects conditional role bindings must specify version `3`. This requirement
643
+ # applies to the following operations: * Getting a policy that includes a
644
+ # conditional role binding * Adding a conditional role binding to a policy *
645
+ # Changing a conditional role binding in a policy * Removing any role binding,
646
+ # with or without a condition, from a policy that includes conditions **
647
+ # Important:** If you use IAM Conditions, you must include the `etag` field
648
+ # whenever you call `setIamPolicy`. If you omit this field, then IAM allows you
649
+ # to overwrite a version `3` policy with a version `1` policy, and all of the
650
+ # conditions in the version `3` policy are lost. If a policy does not include
651
+ # any conditions, operations on that policy may specify any valid version or
652
+ # leave the field unset. To learn which resources support conditions in their
653
+ # IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/
654
+ # conditions/resource-policies).
655
+ # Corresponds to the JSON property `version`
656
+ # @return [Fixnum]
657
+ attr_accessor :version
658
+
659
+ def initialize(**args)
660
+ update!(**args)
661
+ end
662
+
663
+ # Update properties of this object
664
+ def update!(**args)
665
+ @audit_configs = args[:audit_configs] if args.key?(:audit_configs)
666
+ @bindings = args[:bindings] if args.key?(:bindings)
667
+ @etag = args[:etag] if args.key?(:etag)
668
+ @version = args[:version] if args.key?(:version)
669
+ end
670
+ end
671
+
672
+ # Represents a Pub/Sub transport.
673
+ class Pubsub
674
+ include Google::Apis::Core::Hashable
675
+
676
+ # The name of the Pub/Sub subscription created and managed by Eventarc system as
677
+ # a transport for the event delivery. The value must be in the form of `projects/
678
+ # `PROJECT_ID`/subscriptions/`SUBSCRIPTION_NAME``.
679
+ # Corresponds to the JSON property `subscription`
680
+ # @return [String]
681
+ attr_accessor :subscription
682
+
683
+ # The name of the Pub/Sub topic created and managed by Eventarc system as a
684
+ # transport for the event delivery. The value must be in the form of `projects/`
685
+ # PROJECT_ID`/topics/`TOPIC_NAME``.
686
+ # Corresponds to the JSON property `topic`
687
+ # @return [String]
688
+ attr_accessor :topic
689
+
690
+ def initialize(**args)
691
+ update!(**args)
692
+ end
693
+
694
+ # Update properties of this object
695
+ def update!(**args)
696
+ @subscription = args[:subscription] if args.key?(:subscription)
697
+ @topic = args[:topic] if args.key?(:topic)
698
+ end
699
+ end
700
+
701
+ # Request message for `SetIamPolicy` method.
702
+ class SetIamPolicyRequest
703
+ include Google::Apis::Core::Hashable
704
+
705
+ # An Identity and Access Management (IAM) policy, which specifies access
706
+ # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
707
+ # A `binding` binds one or more `members` to a single `role`. Members can be
708
+ # user accounts, service accounts, Google groups, and domains (such as G Suite).
709
+ # A `role` is a named list of permissions; each `role` can be an IAM predefined
710
+ # role or a user-created custom role. For some types of Google Cloud resources,
711
+ # a `binding` can also specify a `condition`, which is a logical expression that
712
+ # allows access to a resource only if the expression evaluates to `true`. A
713
+ # condition can add constraints based on attributes of the request, the resource,
714
+ # or both. To learn which resources support conditions in their IAM policies,
715
+ # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
716
+ # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
717
+ # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
718
+ # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
719
+ # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
720
+ # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
721
+ # title": "expirable access", "description": "Does not grant access after Sep
722
+ # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
723
+ # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
724
+ # members: - user:mike@example.com - group:admins@example.com - domain:google.
725
+ # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
726
+ # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
727
+ # roles/resourcemanager.organizationViewer condition: title: expirable access
728
+ # description: Does not grant access after Sep 2020 expression: request.time <
729
+ # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
730
+ # description of IAM and its features, see the [IAM documentation](https://cloud.
731
+ # google.com/iam/docs/).
732
+ # Corresponds to the JSON property `policy`
733
+ # @return [Google::Apis::EventarcV1beta1::Policy]
734
+ attr_accessor :policy
735
+
736
+ # OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only
737
+ # the fields in the mask will be modified. If no mask is provided, the following
738
+ # default mask is used: `paths: "bindings, etag"`
739
+ # Corresponds to the JSON property `updateMask`
740
+ # @return [String]
741
+ attr_accessor :update_mask
742
+
743
+ def initialize(**args)
744
+ update!(**args)
745
+ end
746
+
747
+ # Update properties of this object
748
+ def update!(**args)
749
+ @policy = args[:policy] if args.key?(:policy)
750
+ @update_mask = args[:update_mask] if args.key?(:update_mask)
751
+ end
752
+ end
753
+
754
+ # The `Status` type defines a logical error model that is suitable for different
755
+ # programming environments, including REST APIs and RPC APIs. It is used by [
756
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
757
+ # data: error code, error message, and error details. You can find out more
758
+ # about this error model and how to work with it in the [API Design Guide](https:
759
+ # //cloud.google.com/apis/design/errors).
760
+ class Status
761
+ include Google::Apis::Core::Hashable
762
+
763
+ # The status code, which should be an enum value of google.rpc.Code.
764
+ # Corresponds to the JSON property `code`
765
+ # @return [Fixnum]
766
+ attr_accessor :code
767
+
768
+ # A list of messages that carry the error details. There is a common set of
769
+ # message types for APIs to use.
770
+ # Corresponds to the JSON property `details`
771
+ # @return [Array<Hash<String,Object>>]
772
+ attr_accessor :details
773
+
774
+ # A developer-facing error message, which should be in English. Any user-facing
775
+ # error message should be localized and sent in the google.rpc.Status.details
776
+ # field, or localized by the client.
777
+ # Corresponds to the JSON property `message`
778
+ # @return [String]
779
+ attr_accessor :message
780
+
781
+ def initialize(**args)
782
+ update!(**args)
783
+ end
784
+
785
+ # Update properties of this object
786
+ def update!(**args)
787
+ @code = args[:code] if args.key?(:code)
788
+ @details = args[:details] if args.key?(:details)
789
+ @message = args[:message] if args.key?(:message)
790
+ end
791
+ end
792
+
793
+ # Request message for `TestIamPermissions` method.
794
+ class TestIamPermissionsRequest
795
+ include Google::Apis::Core::Hashable
796
+
797
+ # The set of permissions to check for the `resource`. Permissions with wildcards
798
+ # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
799
+ # Overview](https://cloud.google.com/iam/docs/overview#permissions).
800
+ # Corresponds to the JSON property `permissions`
801
+ # @return [Array<String>]
802
+ attr_accessor :permissions
803
+
804
+ def initialize(**args)
805
+ update!(**args)
806
+ end
807
+
808
+ # Update properties of this object
809
+ def update!(**args)
810
+ @permissions = args[:permissions] if args.key?(:permissions)
811
+ end
812
+ end
813
+
814
+ # Response message for `TestIamPermissions` method.
815
+ class TestIamPermissionsResponse
816
+ include Google::Apis::Core::Hashable
817
+
818
+ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
819
+ # Corresponds to the JSON property `permissions`
820
+ # @return [Array<String>]
821
+ attr_accessor :permissions
822
+
823
+ def initialize(**args)
824
+ update!(**args)
825
+ end
826
+
827
+ # Update properties of this object
828
+ def update!(**args)
829
+ @permissions = args[:permissions] if args.key?(:permissions)
830
+ end
831
+ end
832
+
833
+ # Represents the transport intermediaries created for the trigger in order to
834
+ # deliver events.
835
+ class Transport
836
+ include Google::Apis::Core::Hashable
837
+
838
+ # Represents a Pub/Sub transport.
839
+ # Corresponds to the JSON property `pubsub`
840
+ # @return [Google::Apis::EventarcV1beta1::Pubsub]
841
+ attr_accessor :pubsub
842
+
843
+ def initialize(**args)
844
+ update!(**args)
845
+ end
846
+
847
+ # Update properties of this object
848
+ def update!(**args)
849
+ @pubsub = args[:pubsub] if args.key?(:pubsub)
850
+ end
851
+ end
852
+
853
+ # A representation of the trigger resource.
854
+ class Trigger
855
+ include Google::Apis::Core::Hashable
856
+
857
+ # Output only. The creation time.
858
+ # Corresponds to the JSON property `createTime`
859
+ # @return [String]
860
+ attr_accessor :create_time
861
+
862
+ # Represents a target of an invocation over HTTP.
863
+ # Corresponds to the JSON property `destination`
864
+ # @return [Google::Apis::EventarcV1beta1::Destination]
865
+ attr_accessor :destination
866
+
867
+ # Output only. This checksum is computed by the server based on the value of
868
+ # other fields, and may be sent only on create requests to ensure the client has
869
+ # an up-to-date value before proceeding.
870
+ # Corresponds to the JSON property `etag`
871
+ # @return [String]
872
+ attr_accessor :etag
873
+
874
+ # Required. The criteria by which events are filtered. Only events that match
875
+ # with this criteria will be sent to the destination.
876
+ # Corresponds to the JSON property `matchingCriteria`
877
+ # @return [Array<Google::Apis::EventarcV1beta1::MatchingCriteria>]
878
+ attr_accessor :matching_criteria
879
+
880
+ # Required. The resource name of the trigger. Must be unique within the location
881
+ # on the project and must in `projects/`project`/locations/`location`/triggers/`
882
+ # trigger`` format.
883
+ # Corresponds to the JSON property `name`
884
+ # @return [String]
885
+ attr_accessor :name
886
+
887
+ # Optional. The IAM service account email associated with the trigger. The
888
+ # service account represents the identity of the trigger. The principal who
889
+ # calls this API must have `iam.serviceAccounts.actAs` permission in the service
890
+ # account. See https://cloud.google.com/iam/docs/understanding-service-accounts?
891
+ # hl=en#sa_common for more information. For Cloud Run destinations, this service
892
+ # account is used to generate identity tokens when invoking the service. See
893
+ # https://cloud.google.com/run/docs/triggering/pubsub-push#create-service-
894
+ # account for information on how to invoke authenticated Cloud Run services. In
895
+ # order to create Audit Log triggers, the service account should also have '
896
+ # eventarc.events.receiveAuditLogV1Written' permission.
897
+ # Corresponds to the JSON property `serviceAccount`
898
+ # @return [String]
899
+ attr_accessor :service_account
900
+
901
+ # Represents the transport intermediaries created for the trigger in order to
902
+ # deliver events.
903
+ # Corresponds to the JSON property `transport`
904
+ # @return [Google::Apis::EventarcV1beta1::Transport]
905
+ attr_accessor :transport
906
+
907
+ # Output only. The last-modified time.
908
+ # Corresponds to the JSON property `updateTime`
909
+ # @return [String]
910
+ attr_accessor :update_time
911
+
912
+ def initialize(**args)
913
+ update!(**args)
914
+ end
915
+
916
+ # Update properties of this object
917
+ def update!(**args)
918
+ @create_time = args[:create_time] if args.key?(:create_time)
919
+ @destination = args[:destination] if args.key?(:destination)
920
+ @etag = args[:etag] if args.key?(:etag)
921
+ @matching_criteria = args[:matching_criteria] if args.key?(:matching_criteria)
922
+ @name = args[:name] if args.key?(:name)
923
+ @service_account = args[:service_account] if args.key?(:service_account)
924
+ @transport = args[:transport] if args.key?(:transport)
925
+ @update_time = args[:update_time] if args.key?(:update_time)
926
+ end
927
+ end
928
+ end
929
+ end
930
+ end