google-apis-appengine_v1alpha 0.24.0 → 0.26.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: 3c718c5cc6a166394002d47839098be1f1e9ba6e85fd62115a21daec13805cd9
|
|
4
|
+
data.tar.gz: 1292fbd4181990075458c34e9c8981d8cdecd6e00ac52c1118255dbbfc1ef48d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ce62032cbece055f6cf66d81d88d9e4f0885c109a277de2e9884ae8ecd8d69c3455bdf9119eabcb1fbb2ea7386409cb157d4eb235fcd63c8c2700cf42e8fd86
|
|
7
|
+
data.tar.gz: 7949de60e28b3341dd7d63e82a5ee90548c82f9fb0393ea13ac407fc05f7f760c1f9c9e00627a07a41d35a7233dc62054a69736afff098977e03cedb8820227d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.26.0 (2023-04-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230424
|
|
6
|
+
|
|
7
|
+
### v0.25.0 (2023-04-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230403
|
|
10
|
+
|
|
3
11
|
### v0.24.0 (2023-03-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230306
|
|
@@ -107,8 +107,8 @@ module Google
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
# A domain that a user has been authorized to administer. To authorize use of a
|
|
110
|
-
# domain, verify ownership via
|
|
111
|
-
#
|
|
110
|
+
# domain, verify ownership via Search Console (https://search.google.com/search-
|
|
111
|
+
# console/welcome).
|
|
112
112
|
class AuthorizedDomain
|
|
113
113
|
include Google::Apis::Core::Hashable
|
|
114
114
|
|
|
@@ -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
|
|
|
@@ -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.26.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 = "20230424"
|
|
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.26.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-04-30 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.26.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: []
|