google-apis-eventarc_v1 0.43.0 → 0.45.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: f4a6aaa00495eba3b613cb7e80dbe8aa32b35fba87d27adb91b7d19fc978b29c
4
+ data.tar.gz: 598e7aa87f7c7fc986130ed6968ef674ef403b9f38c566b457500ba49ee9dbef
5
5
  SHA512:
6
- metadata.gz: f70f1a096e76cad4d61d07d16e5f7ecd601bf29035fb51f79100fee6f67b987c4f459e9a716a8d41a17ee3b3636d3573be44b0903f8f737533abea04e89206fd
7
- data.tar.gz: cbb59e43d7dc38ba531f2f11b3cca02a6113068a35a1b1db880683e29655875216584e020dcea411014e3abf8f9db014de778f56ed969a17adfaaff3d1e03b2d
6
+ metadata.gz: a6b7f19a3f629f2936bd9c6d572473971bfe6a3c680e180e1d2fe7850658a026ba21123dae188ca3b939f89299631edb82602f3687e90466cbaaf323ac9e4d51
7
+ data.tar.gz: abc5c122f46368fabfc4fdf577d2eb3808bd05ad1be54de729c8858263be5a2071af51eabe94e92a97d5e1e02b0265b2df10314d43954a8b28150d4607062cc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.45.0 (2023-08-20)
4
+
5
+ * Regenerated from discovery document revision 20230811
6
+
7
+ ### v0.44.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230804
10
+
3
11
  ### v0.43.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230711
@@ -345,10 +345,11 @@ module Google
345
345
  class Destination
346
346
  include Google::Apis::Core::Hashable
347
347
 
348
- # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format:
349
- # `projects/`project`/locations/`location`/functions/`function`` This is a read-
350
- # only field. Creating Cloud Functions V2 triggers is only supported via the
351
- # Cloud Functions product. An error will be returned if the user sets this value.
348
+ # The Cloud Function resource name. Cloud Functions V1 and V2 are supported.
349
+ # Format: `projects/`project`/locations/`location`/functions/`function`` This is
350
+ # a read-only field. Creating Cloud Functions V1/V2 triggers is only supported
351
+ # via the Cloud Functions product. An error will be returned if the user sets
352
+ # this value.
352
353
  # Corresponds to the JSON property `cloudFunction`
353
354
  # @return [String]
354
355
  attr_accessor :cloud_function
@@ -736,13 +737,13 @@ module Google
736
737
  # @return [String]
737
738
  attr_accessor :name
738
739
 
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`.
740
+ # The normal, successful response of the operation. If the original method
741
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
742
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
743
+ # response should be the resource. For other methods, the response should have
744
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
745
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
746
+ # `TakeSnapshotResponse`.
746
747
  # Corresponds to the JSON property `response`
747
748
  # @return [Hash<String,Object>]
748
749
  attr_accessor :response
@@ -1070,22 +1071,22 @@ module Google
1070
1071
  # evaluates to `true`. A condition can add constraints based on attributes of
1071
1072
  # the request, the resource, or both. To learn which resources support
1072
1073
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1073
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1074
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1074
1075
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1075
1076
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1076
1077
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1077
1078
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1078
1079
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1079
1080
  # 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/).
1081
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1082
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1083
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1084
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1085
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1086
+ # title: expirable access description: Does not grant access after Sep 2020
1087
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1088
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1089
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1089
1090
  class Policy
1090
1091
  include Google::Apis::Core::Hashable
1091
1092
 
@@ -1232,22 +1233,22 @@ module Google
1232
1233
  # evaluates to `true`. A condition can add constraints based on attributes of
1233
1234
  # the request, the resource, or both. To learn which resources support
1234
1235
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1235
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1236
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1236
1237
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1237
1238
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1238
1239
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1239
1240
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1240
1241
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1241
1242
  # 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/).
1243
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1244
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1245
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1246
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1247
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1248
+ # title: expirable access description: Does not grant access after Sep 2020
1249
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1250
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1251
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1251
1252
  # Corresponds to the JSON property `policy`
1252
1253
  # @return [Google::Apis::EventarcV1::Policy]
1253
1254
  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.45.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 = "20230811"
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.45.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-20 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.45.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: []