google-apis-eventarc_v1 0.42.0 → 0.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da2440057dd3256688cab2faaa6d6243e345934f3182436c2a761c730344a416
4
- data.tar.gz: 46921a237293fe9f2b5a1dc64c9ca66ad3338bed68e54fd2e95293d912d4b4c0
3
+ metadata.gz: a7a677de177e89b171c55d9143b77237137b5913fd5d9a10f0043b4dad3ea5c3
4
+ data.tar.gz: 0524a534b6b17e7a20abaa6f8033c1ef2875c105d1a71aef05fb622b67e04f17
5
5
  SHA512:
6
- metadata.gz: 54fb8f056f1ffacd2b32b4fcbb0adf003ed3df56f81cabc2561109fb473e318ec74f3ed19b9da96e3cf8df091bfb4bacb01873b17231ab1fb151225ed87100b2
7
- data.tar.gz: 4ce04e6b483a4e9f5050a10251145ca9e1b1903a446e1d4ceae8ed520bd119dfd30a6e62a55eee7a0b90ed10f3e388755fdb56b212cc695de680442ff731e94f
6
+ metadata.gz: c5d9f469cb98419fa6a8a144dc98a85f850bcd53084e0acaf19bcb3730b5d2802ba119c8c254eaf541fa48d0615f1a5af23cb80382eaa674300cef2a1bf8a42b
7
+ data.tar.gz: 8fe80323869d6ad6d6a00207c760f10307d88a88dcd30c2db800117129a6bb73064c6342401afe744eb9f36f19492e69100b875e01e7a5fb9296ab534acfc681
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.43.0 (2023-07-16)
8
+
9
+ * Regenerated from discovery document revision 20230711
10
+
3
11
  ### v0.42.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230623
@@ -413,8 +413,8 @@ module Google
413
413
 
414
414
  # Optional. The operator used for matching the events with the value of the
415
415
  # filter. If not specified, only events that have an exact key-value pair
416
- # specified in the filter are matched. The only allowed value is `match-path-
417
- # pattern`.
416
+ # specified in the filter are matched. The allowed values are `path_pattern` and
417
+ # `match-path-pattern`. `path_pattern` is only allowed for GCFv1 triggers.
418
418
  # Corresponds to the JSON property `operator`
419
419
  # @return [String]
420
420
  attr_accessor :operator
@@ -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.42.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 = "20230623"
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.42.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-02 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.42.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: []