google-apis-appengine_v1alpha 0.25.0 → 0.27.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: a0802c4684c4514bb6bf9b05d42bd029eef087bd3dbd1e47327a8b446c1e3d86
|
|
4
|
+
data.tar.gz: 936cf5a1a5de4f4b9a8b6e9c108af721d591af75c67aeeb878027eef41e2d623
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ccdddbdb44d5689cdf829926fdf032f2b0a3fa15b788bb245681724a1a005428f4de9899b5cce910f918e1edd2190ed4466c1bae517681b193b70db3b8aa0c5
|
|
7
|
+
data.tar.gz: a0bcffd6990c390c43ef3cd97bd289418ec3d01c18a1c813de594606bee25233a1f9d7175313ea9830ba965fefe9635ca3a0e0805fa30e4bbce173bb36ab030f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.27.0 (2023-08-13)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230807
|
|
6
|
+
|
|
7
|
+
### v0.26.0 (2023-04-30)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230424
|
|
10
|
+
|
|
3
11
|
### v0.25.0 (2023-04-16)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230403
|
|
@@ -444,7 +444,7 @@ module Google
|
|
|
444
444
|
end
|
|
445
445
|
end
|
|
446
446
|
|
|
447
|
-
# A resource that represents Google Cloud
|
|
447
|
+
# A resource that represents a Google Cloud location.
|
|
448
448
|
class Location
|
|
449
449
|
include Google::Apis::Core::Hashable
|
|
450
450
|
|
|
@@ -591,12 +591,12 @@ module Google
|
|
|
591
591
|
# @return [String]
|
|
592
592
|
attr_accessor :name
|
|
593
593
|
|
|
594
|
-
# The normal response of the operation
|
|
595
|
-
#
|
|
596
|
-
#
|
|
597
|
-
#
|
|
598
|
-
#
|
|
599
|
-
#
|
|
594
|
+
# The normal, successful response of the operation. If the original method
|
|
595
|
+
# returns no data on success, such as Delete, the response is google.protobuf.
|
|
596
|
+
# Empty. If the original method is standard Get/Create/Update, the response
|
|
597
|
+
# should be the resource. For other methods, the response should have the type
|
|
598
|
+
# XxxResponse, where Xxx is the original method name. For example, if the
|
|
599
|
+
# original method name is TakeSnapshot(), the inferred response type is
|
|
600
600
|
# TakeSnapshotResponse.
|
|
601
601
|
# Corresponds to the JSON property `response`
|
|
602
602
|
# @return [Hash<String,Object>]
|
|
@@ -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.27.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_v1alpha
|
|
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: 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_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.27.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: []
|