google-apis-appengine_v1 0.19.0 → 0.20.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: 225d18b14d83a2b3c5101c634aaa5bb121e2daf7ef0e0e8a7df808b62e4f5ff2
|
|
4
|
+
data.tar.gz: e97c54c259fb5581b1ce3339f636fbb75f032cad73714405d6f3d1ef0ca24a4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44361827c7a096dddde2eae0edd728654e3b8d5cfb888cf9bdb8a9636f8a64d3e49185724f9f439ae2301c329be2d5dfec88043826a373287dbb023228bdb480
|
|
7
|
+
data.tar.gz: 005a6baf4924599f89dd7f4da9b2fa82116593c19ee394fc12dd3dd658cddf253be1f2145d3035d5dc806b92637554dff88788b906c220e694fb2b58b5963646
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
+
# app_engine_apis allows second generation runtimes to access the App Engine
|
|
2718
|
+
# APIs.
|
|
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.20.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 = "20220326"
|
|
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.20.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-04-04 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.20.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.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
|