google-apis-appengine_v1 0.38.0 → 0.39.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/appengine_v1/classes.rb +6 -6
- data/lib/google/apis/appengine_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50213bfab35b355e4a292fdfdf71d1dff226bb10af2754a228a569673787d588
|
|
4
|
+
data.tar.gz: b3f677b8deb52d87043f1bf70837bb02dfc6c1f9d25747885dc5c2a53efe1665
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edb42ca36ef7994972f79c8551938e73f094ef499974dace6c2510b8f89f375a4ae5743f4d5efd2d98ae17265263719b0ff80183189b63620b5aba4704493ed8
|
|
7
|
+
data.tar.gz: 0b54624bf263f6df42fe7dc1cbeba5ecc37aa5c0e80d93004bb5aa1c4ad0bafbdf03a55ae69c566661f2c66f94a62622cf183f9a567a9a4a14b1f39caeb9391a
|
data/CHANGELOG.md
CHANGED
|
@@ -1932,12 +1932,12 @@ module Google
|
|
|
1932
1932
|
# @return [String]
|
|
1933
1933
|
attr_accessor :name
|
|
1934
1934
|
|
|
1935
|
-
# The normal response of the operation
|
|
1936
|
-
#
|
|
1937
|
-
#
|
|
1938
|
-
#
|
|
1939
|
-
#
|
|
1940
|
-
#
|
|
1935
|
+
# The normal, successful response of the operation. If the original method
|
|
1936
|
+
# returns no data on success, such as Delete, the response is google.protobuf.
|
|
1937
|
+
# Empty. If the original method is standard Get/Create/Update, the response
|
|
1938
|
+
# should be the resource. For other methods, the response should have the type
|
|
1939
|
+
# XxxResponse, where Xxx is the original method name. For example, if the
|
|
1940
|
+
# original method name is TakeSnapshot(), the inferred response type is
|
|
1941
1941
|
# TakeSnapshotResponse.
|
|
1942
1942
|
# Corresponds to the JSON property `response`
|
|
1943
1943
|
# @return [Hash<String,Object>]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1
|
|
18
18
|
# Version of the google-apis-appengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.39.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 = "
|
|
25
|
+
REVISION = "20230807"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.39.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-
|
|
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-appengine_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.39.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|