google-apis-appengine_v1 0.18.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5950029d7ff2fd422dbd0d69a45ee90ccf6e8af435a474e3b39c65ea128b7f1d
|
4
|
+
data.tar.gz: 629cffabffc2f4a66d25f44d57ef5b48c2ecc890d18d1d7169f1d426a4a74698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed38c0255dcb013986b2a6b9a501e3bc9b5a6e0150f16436b3b98b371cbc4cc2ff2fa4f5d9dc9b6f0ae32d0e45e02818af83ae395d9d4d96e567dab08eef3bb3
|
7
|
+
data.tar.gz: 55c70add590440ee06ba522fb993488fa5fc43c76e11564a074c83ea7d0271569b1101c628f477386bd8e30e6810a8af5a3a2f27d36071466f83fbc19b55f180
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
2
2
|
|
3
|
+
### v0.21.0 (2022-05-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220509
|
6
|
+
|
7
|
+
### v0.20.0 (2022-04-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220326
|
10
|
+
* Regenerated using generator version 0.4.1
|
11
|
+
|
12
|
+
### v0.19.0 (2021-12-14)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
3
16
|
### v0.18.0 (2021-10-22)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20211016
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/appengine_v1"
|
|
51
51
|
client = Google::Apis::AppengineV1::AppengineService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -809,8 +809,7 @@ module Google
|
|
809
809
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
810
810
|
# messages in your APIs. A typical example is to use it as the request or the
|
811
811
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
812
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
813
|
-
# Empty is empty JSON object ``.
|
812
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
814
813
|
class Empty
|
815
814
|
include Google::Apis::Core::Hashable
|
816
815
|
|
@@ -2715,6 +2714,13 @@ module Google
|
|
2715
2714
|
# @return [Google::Apis::AppengineV1::ApiConfigHandler]
|
2716
2715
|
attr_accessor :api_config
|
2717
2716
|
|
2717
|
+
# Allows App Engine second generation runtimes to access the legacy bundled
|
2718
|
+
# services.
|
2719
|
+
# Corresponds to the JSON property `appEngineApis`
|
2720
|
+
# @return [Boolean]
|
2721
|
+
attr_accessor :app_engine_apis
|
2722
|
+
alias_method :app_engine_apis?, :app_engine_apis
|
2723
|
+
|
2718
2724
|
# Automatic scaling is based on request rate, response latencies, and other
|
2719
2725
|
# application metrics.
|
2720
2726
|
# Corresponds to the JSON property `automaticScaling`
|
@@ -2957,6 +2963,7 @@ module Google
|
|
2957
2963
|
# Update properties of this object
|
2958
2964
|
def update!(**args)
|
2959
2965
|
@api_config = args[:api_config] if args.key?(:api_config)
|
2966
|
+
@app_engine_apis = args[:app_engine_apis] if args.key?(:app_engine_apis)
|
2960
2967
|
@automatic_scaling = args[:automatic_scaling] if args.key?(:automatic_scaling)
|
2961
2968
|
@basic_scaling = args[:basic_scaling] if args.key?(:basic_scaling)
|
2962
2969
|
@beta_settings = args[:beta_settings] if args.key?(:beta_settings)
|
@@ -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.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220509"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1142,6 +1142,7 @@ module Google
|
|
1142
1142
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1143
1143
|
property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1::ApiConfigHandler, decorator: Google::Apis::AppengineV1::ApiConfigHandler::Representation
|
1144
1144
|
|
1145
|
+
property :app_engine_apis, as: 'appEngineApis'
|
1145
1146
|
property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1::AutomaticScaling, decorator: Google::Apis::AppengineV1::AutomaticScaling::Representation
|
1146
1147
|
|
1147
1148
|
property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1::BasicScaling, decorator: Google::Apis::AppengineV1::BasicScaling::Representation
|
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.21.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:
|
11
|
+
date: 2022-05-16 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.21.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for App Engine Admin API V1
|