google-apis-eventarc_v1 0.39.0 → 0.40.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: 2cf52cac949381f1aca031411d29c1ce29b127d6e0d03649acfe1c1d87147e32
4
- data.tar.gz: 78cf24abba3c0349ee916a80e757a497594c5831a4d0a47591c61505205a63f6
3
+ metadata.gz: 337c70d2f85f285e75d9ed713ef5713ff94a2715d165acf5a383c288f1415427
4
+ data.tar.gz: 541248ffe7180171d02734197c6ba1d5520cf98ab791956ad02dfc181560276b
5
5
  SHA512:
6
- metadata.gz: fcc59f0900ffee761a538bb02dacfc6374ad3ff522e3cd9e2c0180396f177a48607f93a7557900486a7282f50f9da9f21c60c0e8907035a675ec649399834712
7
- data.tar.gz: 904ac19739f928ba70f2757566faea2c8ec823683fc29f08f2e77d2de3f9d61b9364b6f3f06b90dd0be29628742f79ae52c7f18f4be5b38e0d217d635adb4439
6
+ metadata.gz: ab97c0af5fc0947e06bc256f455372f9af2ad88c78b24951847b8cdcf094a69a7673726d23b683c73e5a7b54cfc68962611e675a3a65f371bf2e14826e7b8788
7
+ data.tar.gz: 32ca13b799829eb2bd331090d7a2496ea7605b9e00d9288390d79051f91da09944d4d24fae22f4d108b73473e5f99fc933c39ff80e8bdca71c98715151807768
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.40.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230505
6
+
3
7
  ### v0.39.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230421
@@ -404,8 +404,9 @@ module Google
404
404
  include Google::Apis::Core::Hashable
405
405
 
406
406
  # Required. The name of a CloudEvents attribute. Currently, only a subset of
407
- # attributes are supported for filtering. All triggers MUST provide a filter for
408
- # the 'type' attribute.
407
+ # attributes are supported for filtering. You can [retrieve a specific provider'
408
+ # s supported event types](/eventarc/docs/list-providers#describe-provider). All
409
+ # triggers MUST provide a filter for the 'type' attribute.
409
410
  # Corresponds to the JSON property `attribute`
410
411
  # @return [String]
411
412
  attr_accessor :attribute
@@ -1414,15 +1415,11 @@ module Google
1414
1415
  attr_accessor :name
1415
1416
 
1416
1417
  # Optional. The IAM service account email associated with the trigger. The
1417
- # service account represents the identity of the trigger. The principal who
1418
- # calls this API must have the `iam.serviceAccounts.actAs` permission in the
1419
- # service account. See https://cloud.google.com/iam/docs/understanding-service-
1420
- # accounts?hl=en#sa_common for more information. For Cloud Run destinations,
1421
- # this service account is used to generate identity tokens when invoking the
1422
- # service. See https://cloud.google.com/run/docs/triggering/pubsub-push#create-
1423
- # service-account for information on how to invoke authenticated Cloud Run
1424
- # services. To create Audit Log triggers, the service account should also have
1425
- # the `roles/eventarc.eventReceiver` IAM role.
1418
+ # service account represents the identity of the trigger. The `iam.
1419
+ # serviceAccounts.actAs` permission must be granted on the service account to
1420
+ # allow a principal to impersonate the service account. For more information,
1421
+ # see the [Roles and permissions](/eventarc/docs/all-roles-permissions) page
1422
+ # specific to the trigger destination.
1426
1423
  # Corresponds to the JSON property `serviceAccount`
1427
1424
  # @return [String]
1428
1425
  attr_accessor :service_account
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230421"
25
+ REVISION = "20230505"
26
26
  end
27
27
  end
28
28
  end
@@ -455,7 +455,7 @@ module Google
455
455
  # @param [String] channel_id
456
456
  # Required. The user-provided ID to be assigned to the channel.
457
457
  # @param [Boolean] validate_only
458
- # Required. If set, validate the request and preview the review, but do not post
458
+ # Optional. If set, validate the request and preview the review, but do not post
459
459
  # it.
460
460
  # @param [String] fields
461
461
  # Selector specifying which fields to include in a partial response.
@@ -492,7 +492,7 @@ module Google
492
492
  # @param [String] name
493
493
  # Required. The name of the channel to be deleted.
494
494
  # @param [Boolean] validate_only
495
- # Required. If set, validate the request and preview the review, but do not post
495
+ # Optional. If set, validate the request and preview the review, but do not post
496
496
  # it.
497
497
  # @param [String] fields
498
498
  # Selector specifying which fields to include in a partial response.
@@ -654,7 +654,7 @@ module Google
654
654
  # field mask is provided, all provided fields in the request are updated. To
655
655
  # update all fields, provide a field mask of "*".
656
656
  # @param [Boolean] validate_only
657
- # Required. If set, validate the request and preview the review, but do not post
657
+ # Optional. If set, validate the request and preview the review, but do not post
658
658
  # it.
659
659
  # @param [String] fields
660
660
  # Selector specifying which fields to include in a partial response.
@@ -991,7 +991,7 @@ module Google
991
991
  # @param [String] trigger_id
992
992
  # Required. The user-provided ID to be assigned to the trigger.
993
993
  # @param [Boolean] validate_only
994
- # Required. If set, validate the request and preview the review, but do not post
994
+ # Optional. If set, validate the request and preview the review, but do not post
995
995
  # it.
996
996
  # @param [String] fields
997
997
  # Selector specifying which fields to include in a partial response.
@@ -1034,7 +1034,7 @@ module Google
1034
1034
  # If provided, the trigger will only be deleted if the etag matches the current
1035
1035
  # etag on the resource.
1036
1036
  # @param [Boolean] validate_only
1037
- # Required. If set, validate the request and preview the review, but do not post
1037
+ # Optional. If set, validate the request and preview the review, but do not post
1038
1038
  # it.
1039
1039
  # @param [String] fields
1040
1040
  # Selector specifying which fields to include in a partial response.
@@ -1206,7 +1206,7 @@ module Google
1206
1206
  # field mask is provided, all provided fields in the request are updated. To
1207
1207
  # update all fields, provide a field mask of "*".
1208
1208
  # @param [Boolean] validate_only
1209
- # Required. If set, validate the request and preview the review, but do not post
1209
+ # Optional. If set, validate the request and preview the review, but do not post
1210
1210
  # it.
1211
1211
  # @param [String] fields
1212
1212
  # Selector specifying which fields to include in a partial response.
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.39.0
4
+ version: 0.40.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.40.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: []