google-apis-appengine_v1 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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/appengine_v1/classes.rb +6 -6
- data/lib/google/apis/appengine_v1/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d723371cf452a69bdaa022f9c64fed66e4715a7fef7585fc53ed1a5f9616f6d8
|
|
4
|
+
data.tar.gz: 3af63b2bc9120bda4d587e946a7d877782dcc00fdbd81b46d69bacf572c024cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 130dc682bf813da1ba33ae9f5ee80be3a22f99cbc298df902e47aef028fbf78851096a1db084eb570bddfcb48f29ac1b3813c055a5ae5665ac9e2b03994a65c9
|
|
7
|
+
data.tar.gz: f27a66e4a87715544b819f5454e4b5400a5de8694ebe347dfe175824c6272741d7072ff7600e1fca6cba6d2a83bd9bd8a6b1d5b626b36f9f497717d7bb53fd1e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.26.0 (2022-09-20)
|
|
4
|
+
|
|
5
|
+
* Regenerated using generator version 0.10.0
|
|
6
|
+
|
|
7
|
+
### v0.25.0 (2022-08-28)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20220818
|
|
10
|
+
* Regenerated using generator version 0.9.0
|
|
11
|
+
|
|
3
12
|
### v0.24.0 (2022-06-30)
|
|
4
13
|
|
|
5
14
|
* Regenerated using generator version 0.8.0
|
|
@@ -22,8 +22,8 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module AppengineV1
|
|
24
24
|
|
|
25
|
-
# Google Cloud Endpoints (https://cloud.google.com/
|
|
26
|
-
#
|
|
25
|
+
# Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration for
|
|
26
|
+
# API handlers.
|
|
27
27
|
class ApiConfigHandler
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
@@ -822,7 +822,7 @@ module Google
|
|
|
822
822
|
end
|
|
823
823
|
end
|
|
824
824
|
|
|
825
|
-
# Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The
|
|
825
|
+
# Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The
|
|
826
826
|
# Endpoints API Service provides tooling for serving Open API and gRPC endpoints
|
|
827
827
|
# via an NGINX proxy. Only valid for App Engine Flexible environment deployments.
|
|
828
828
|
# The fields here refer to the name and configuration ID of a "service" resource
|
|
@@ -2715,8 +2715,8 @@ module Google
|
|
|
2715
2715
|
class Version
|
|
2716
2716
|
include Google::Apis::Core::Hashable
|
|
2717
2717
|
|
|
2718
|
-
# Google Cloud Endpoints (https://cloud.google.com/
|
|
2719
|
-
#
|
|
2718
|
+
# Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration for
|
|
2719
|
+
# API handlers.
|
|
2720
2720
|
# Corresponds to the JSON property `apiConfig`
|
|
2721
2721
|
# @return [Google::Apis::AppengineV1::ApiConfigHandler]
|
|
2722
2722
|
attr_accessor :api_config
|
|
@@ -2784,7 +2784,7 @@ module Google
|
|
|
2784
2784
|
# @return [Fixnum]
|
|
2785
2785
|
attr_accessor :disk_usage_bytes
|
|
2786
2786
|
|
|
2787
|
-
# Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The
|
|
2787
|
+
# Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The
|
|
2788
2788
|
# Endpoints API Service provides tooling for serving Open API and gRPC endpoints
|
|
2789
2789
|
# via an NGINX proxy. Only valid for App Engine Flexible environment deployments.
|
|
2790
2790
|
# The fields here refer to the name and configuration ID of a "service" resource
|
|
@@ -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.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220818"
|
|
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.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: 2022-
|
|
11
|
+
date: 2022-09-26 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:
|
|
19
|
+
version: 0.9.0
|
|
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:
|
|
29
|
+
version: 0.9.0
|
|
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-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.26.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: []
|