google-apis-eventarc_v1beta1 0.25.0 → 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df2423a38caba82ebb94c8a38996b150ff379502c79a0f7a6043bc8ad4d65301
|
4
|
+
data.tar.gz: 7e76b6ddebf73d21a666e83ba3cf01008c62fd63b50e3b7d5e1074018c1b0ed9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44d68d2d04ecdf3a9bf6187b3fdbef04aa4037144824c1e2eed2f3d486fc559d0e81a6dc41e1798b8da57586db15db3f77df9e7a3099e9d80a2beaa1a5166ce2
|
7
|
+
data.tar.gz: c279484585872ebbe3ec38b1115db1bd9a3d6dc34cef6f44044cdf4783d9405589058a5f181d744e7a8b076aca25638639f4ab2b84277a33dd8d209dc4850c78
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-eventarc_v1beta1
|
2
2
|
|
3
|
+
### v0.27.0 (2022-10-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221021
|
6
|
+
* Regenerated using generator version 0.11.0
|
7
|
+
|
8
|
+
### v0.26.0 (2022-09-26)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.10.0
|
11
|
+
|
3
12
|
### v0.25.0 (2022-09-16)
|
4
13
|
|
5
14
|
* Unspecified changes
|
@@ -888,8 +888,8 @@ module Google
|
|
888
888
|
# @return [Hash<String,String>]
|
889
889
|
attr_accessor :labels
|
890
890
|
|
891
|
-
# Required.
|
892
|
-
# match with this criteria will be sent to the destination.
|
891
|
+
# Required. Unordered list. The criteria by which events are filtered. Only
|
892
|
+
# events that match with this criteria will be sent to the destination.
|
893
893
|
# Corresponds to the JSON property `matchingCriteria`
|
894
894
|
# @return [Array<Google::Apis::EventarcV1beta1::MatchingCriteria>]
|
895
895
|
attr_accessor :matching_criteria
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module EventarcV1beta1
|
18
18
|
# Version of the google-apis-eventarc_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221021"
|
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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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: 2022-
|
11
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1beta1/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|