google-apis-eventarc_v1 0.42.0 → 0.43.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: da2440057dd3256688cab2faaa6d6243e345934f3182436c2a761c730344a416
4
- data.tar.gz: 46921a237293fe9f2b5a1dc64c9ca66ad3338bed68e54fd2e95293d912d4b4c0
3
+ metadata.gz: 3df74e56ba0c53432ef5e1f5aff35461b497134b19f85537eab64a6d3958b72e
4
+ data.tar.gz: 41ae44ca25547e9b9d2020325b1d416d58ada83fc97aa9761ef40f4392655fae
5
5
  SHA512:
6
- metadata.gz: 54fb8f056f1ffacd2b32b4fcbb0adf003ed3df56f81cabc2561109fb473e318ec74f3ed19b9da96e3cf8df091bfb4bacb01873b17231ab1fb151225ed87100b2
7
- data.tar.gz: 4ce04e6b483a4e9f5050a10251145ca9e1b1903a446e1d4ceae8ed520bd119dfd30a6e62a55eee7a0b90ed10f3e388755fdb56b212cc695de680442ff731e94f
6
+ metadata.gz: f70f1a096e76cad4d61d07d16e5f7ecd601bf29035fb51f79100fee6f67b987c4f459e9a716a8d41a17ee3b3636d3573be44b0903f8f737533abea04e89206fd
7
+ data.tar.gz: cbb59e43d7dc38ba531f2f11b3cca02a6113068a35a1b1db880683e29655875216584e020dcea411014e3abf8f9db014de778f56ed969a17adfaaff3d1e03b2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.43.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230711
6
+
3
7
  ### v0.42.0 (2023-07-02)
4
8
 
5
9
  * 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
@@ -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.43.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 = "20230711"
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.43.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-07-16 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.43.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: []