google-apis-eventarc_v1 0.43.0 → 0.44.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: 3df74e56ba0c53432ef5e1f5aff35461b497134b19f85537eab64a6d3958b72e
4
- data.tar.gz: 41ae44ca25547e9b9d2020325b1d416d58ada83fc97aa9761ef40f4392655fae
3
+ metadata.gz: a7a677de177e89b171c55d9143b77237137b5913fd5d9a10f0043b4dad3ea5c3
4
+ data.tar.gz: 0524a534b6b17e7a20abaa6f8033c1ef2875c105d1a71aef05fb622b67e04f17
5
5
  SHA512:
6
- metadata.gz: f70f1a096e76cad4d61d07d16e5f7ecd601bf29035fb51f79100fee6f67b987c4f459e9a716a8d41a17ee3b3636d3573be44b0903f8f737533abea04e89206fd
7
- data.tar.gz: cbb59e43d7dc38ba531f2f11b3cca02a6113068a35a1b1db880683e29655875216584e020dcea411014e3abf8f9db014de778f56ed969a17adfaaff3d1e03b2d
6
+ metadata.gz: c5d9f469cb98419fa6a8a144dc98a85f850bcd53084e0acaf19bcb3730b5d2802ba119c8c254eaf541fa48d0615f1a5af23cb80382eaa674300cef2a1bf8a42b
7
+ data.tar.gz: 8fe80323869d6ad6d6a00207c760f10307d88a88dcd30c2db800117129a6bb73064c6342401afe744eb9f36f19492e69100b875e01e7a5fb9296ab534acfc681
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.44.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.43.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230711
@@ -736,13 +736,13 @@ module Google
736
736
  # @return [String]
737
737
  attr_accessor :name
738
738
 
739
- # The normal response of the operation in case of success. If the original
740
- # method returns no data on success, such as `Delete`, the response is `google.
741
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
742
- # the response should be the resource. For other methods, the response should
743
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
744
- # example, if the original method name is `TakeSnapshot()`, the inferred
745
- # response type is `TakeSnapshotResponse`.
739
+ # The normal, successful response of the operation. If the original method
740
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
741
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
742
+ # response should be the resource. For other methods, the response should have
743
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
744
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
745
+ # `TakeSnapshotResponse`.
746
746
  # Corresponds to the JSON property `response`
747
747
  # @return [Hash<String,Object>]
748
748
  attr_accessor :response
@@ -1070,22 +1070,22 @@ module Google
1070
1070
  # evaluates to `true`. A condition can add constraints based on attributes of
1071
1071
  # the request, the resource, or both. To learn which resources support
1072
1072
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1073
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1073
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1074
1074
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1075
1075
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1076
1076
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1077
1077
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1078
1078
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1079
1079
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1080
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1081
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1082
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1083
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1084
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1085
- # access description: Does not grant access after Sep 2020 expression: request.
1086
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1087
- # a description of IAM and its features, see the [IAM documentation](https://
1088
- # cloud.google.com/iam/docs/).
1080
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1081
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1082
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1083
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1084
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1085
+ # title: expirable access description: Does not grant access after Sep 2020
1086
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1087
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1088
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1089
1089
  class Policy
1090
1090
  include Google::Apis::Core::Hashable
1091
1091
 
@@ -1232,22 +1232,22 @@ module Google
1232
1232
  # evaluates to `true`. A condition can add constraints based on attributes of
1233
1233
  # the request, the resource, or both. To learn which resources support
1234
1234
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1235
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1235
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1236
1236
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1237
1237
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1238
1238
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1239
1239
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1240
1240
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1241
1241
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1242
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1243
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1244
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1245
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1246
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1247
- # access description: Does not grant access after Sep 2020 expression: request.
1248
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1249
- # a description of IAM and its features, see the [IAM documentation](https://
1250
- # cloud.google.com/iam/docs/).
1242
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1243
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1244
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1245
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1246
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1247
+ # title: expirable access description: Does not grant access after Sep 2020
1248
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1249
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1250
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1251
1251
  # Corresponds to the JSON property `policy`
1252
1252
  # @return [Google::Apis::EventarcV1::Policy]
1253
1253
  attr_accessor :policy
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.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 = "20230711"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
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.43.0
4
+ version: 0.44.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-07-16 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.44.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: []