google-apis-eventarc_v1 0.20.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88f47b0004db3509e3de5c07a214a4b5ea338674c7e6bee482807760d89c5e2b
4
- data.tar.gz: 229b21d0c8a79341fa513cec86c8efb9fd7ba97477925ad346cc7082824b2589
3
+ metadata.gz: 82627a5e233f9df4e7e54c641d9113e4a491e0ccad1c39f03e99561de7663760
4
+ data.tar.gz: 21d779a233e0d609a43a54dee1c47a781a88553dc620172f821955e6f647a82d
5
5
  SHA512:
6
- metadata.gz: 8b4aa82aaaddec9404d28bcbd8892977c30a1a75aed5f9b010109d5216d51b0de32073575849a91bd5c4e971a6a30ebad04dd8ff0ef19ce18d22769554da525b
7
- data.tar.gz: 69ba956efbe3b7f8c28ae37fc27982d909cfe22f281fd750b95543b764a287c5156305528f2b706569e64d79f3ee8f0b12e4461602f0080ba682cce759b77953
6
+ metadata.gz: 3705604cb45a175156d27d134e60d81c61c05c25f423dc64dd2477b705be3e981bc56b9c9c43ed8cf8c36cc6afa5e9400addedfef9a7493954aa255d7fc3e08e
7
+ data.tar.gz: 0a4c76aaba2cd8e4bebd7df49a24cfe50e298b3055f54f1ab46045a6c31a8397fb5643a55ab72e764d73cdc6a92bf242770306855666cb76e74cdcbba4e4c794
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.23.0 (2022-04-16)
4
+
5
+ * Regenerated from discovery document revision 20220408
6
+
7
+ ### v0.22.0 (2022-04-09)
8
+
9
+ * Regenerated from discovery document revision 20220331
10
+
11
+ ### v0.21.0 (2022-03-27)
12
+
13
+ * Regenerated from discovery document revision 20220318
14
+
3
15
  ### v0.20.0 (2022-03-06)
4
16
 
5
17
  * Regenerated from discovery document revision 20220301
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::EventarcV1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the principals requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Google Cloud resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -219,6 +219,13 @@ module Google
219
219
  # @return [Google::Apis::EventarcV1::Gke]
220
220
  attr_accessor :gke
221
221
 
222
+ # The resource name of the Workflow whose Executions are triggered by the events.
223
+ # The Workflow resource should be deployed in the same project as the trigger.
224
+ # Format: `projects/`project`/locations/`location`/workflows/`workflow``
225
+ # Corresponds to the JSON property `workflow`
226
+ # @return [String]
227
+ attr_accessor :workflow
228
+
222
229
  def initialize(**args)
223
230
  update!(**args)
224
231
  end
@@ -228,14 +235,14 @@ module Google
228
235
  @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
229
236
  @cloud_run = args[:cloud_run] if args.key?(:cloud_run)
230
237
  @gke = args[:gke] if args.key?(:gke)
238
+ @workflow = args[:workflow] if args.key?(:workflow)
231
239
  end
232
240
  end
233
241
 
234
242
  # A generic empty message that you can re-use to avoid defining duplicated empty
235
243
  # messages in your APIs. A typical example is to use it as the request or the
236
244
  # 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 ````.
245
+ # protobuf.Empty) returns (google.protobuf.Empty); `
239
246
  class Empty
240
247
  include Google::Apis::Core::Hashable
241
248
 
@@ -1022,7 +1029,7 @@ module Google
1022
1029
  include Google::Apis::Core::Hashable
1023
1030
 
1024
1031
  # The set of permissions to check for the `resource`. Permissions with wildcards
1025
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1032
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1026
1033
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1027
1034
  # Corresponds to the JSON property `permissions`
1028
1035
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module EventarcV1
18
18
  # Version of the google-apis-eventarc_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220301"
25
+ REVISION = "20220408"
26
26
  end
27
27
  end
28
28
  end
@@ -234,6 +234,7 @@ module Google
234
234
 
235
235
  property :gke, as: 'gke', class: Google::Apis::EventarcV1::Gke, decorator: Google::Apis::EventarcV1::Gke::Representation
236
236
 
237
+ property :workflow, as: 'workflow'
237
238
  end
238
239
  end
239
240
 
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-eventarc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
63
63
  post_install_message:
64
64
  rdoc_options: []