google-apis-appengine_v1alpha 0.31.0 → 0.32.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 187fdbac35ee95a2b0ceadd8b8e5abc288f59f5cdd3de32686a5bc0eaa31dbd9
|
|
4
|
+
data.tar.gz: fed390b31d814688861998edd5258fc418c77ad2b96af6d80dfd18e3bf128985
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e29923de2d28485bfc3b6f2c843f4f7fedefc9dac3a853262d26468a63a96de4e2f977a54d91e0588e97f28108f9a54052e141f1125be059d30d19e27aa38fc8
|
|
7
|
+
data.tar.gz: 52a46a80a6984d051a1ec11b3edc639e857ad56bc5a1c8780a6441a00fc8848d347d22e028129a33de04406d19c2135279042a11564e4530bfa2e603dad620de
|
data/CHANGELOG.md
CHANGED
|
@@ -864,7 +864,9 @@ module Google
|
|
|
864
864
|
# @return [String]
|
|
865
865
|
attr_accessor :event_id
|
|
866
866
|
|
|
867
|
-
#
|
|
867
|
+
# Phase indicates when in the container event propagation this event is being
|
|
868
|
+
# communicated. Events are sent before and after the per-resource events are
|
|
869
|
+
# propagated. required
|
|
868
870
|
# Corresponds to the JSON property `phase`
|
|
869
871
|
# @return [String]
|
|
870
872
|
attr_accessor :phase
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1alpha
|
|
18
18
|
# Version of the google-apis-appengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.32.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240415"
|
|
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-appengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.32.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: 2024-
|
|
11
|
+
date: 2024-04-21 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-appengine_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.32.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|