google-apis-appengine_v1beta 0.3.0 → 0.4.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: 224ae424b5ad4865cc2824cbbe998828d31bdd7983f90ccd9791f03ee5d19594
|
|
4
|
+
data.tar.gz: cf636c5bbfa613e19c7069d180530a5b2606c11c4736205687e2bb6f1292ca2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e8723b53fd58fe18e2dd12d40d30bec8b131f4219bef5e24dbf3fcc07aed61b4a68849ea8ec618471dec3e5116e2400c3f6b6715687686d14dd34e8bb9b9a1c
|
|
7
|
+
data.tar.gz: 0ccd28a39c6289664ae7e188387172ccd4d869e22c60099ff364a120eb7778f022a0c2b47dcef251499e5654ddbde79d730e97b326727a9436b7cbe2aa993bb0
|
data/CHANGELOG.md
CHANGED
|
@@ -2736,7 +2736,7 @@ module Google
|
|
|
2736
2736
|
# @return [Google::Apis::AppengineV1beta::ApiConfigHandler]
|
|
2737
2737
|
attr_accessor :api_config
|
|
2738
2738
|
|
|
2739
|
-
# app_engine_apis allows
|
|
2739
|
+
# app_engine_apis allows second generation runtimes to access the App Engine
|
|
2740
2740
|
# APIs.
|
|
2741
2741
|
# Corresponds to the JSON property `appEngineApis`
|
|
2742
2742
|
# @return [Boolean]
|
|
@@ -2935,6 +2935,13 @@ module Google
|
|
|
2935
2935
|
# @return [String]
|
|
2936
2936
|
attr_accessor :runtime_main_executable_path
|
|
2937
2937
|
|
|
2938
|
+
# The identity that the deployed version will run as. Admin API will use the App
|
|
2939
|
+
# Engine Appspot service account as default if this field is neither provided in
|
|
2940
|
+
# app.yaml file nor through CLI flag.
|
|
2941
|
+
# Corresponds to the JSON property `serviceAccount`
|
|
2942
|
+
# @return [String]
|
|
2943
|
+
attr_accessor :service_account
|
|
2944
|
+
|
|
2938
2945
|
# Current serving status of this version. Only the versions with a SERVING
|
|
2939
2946
|
# status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an
|
|
2940
2947
|
# invalid value. Defaults to SERVING.
|
|
@@ -3010,6 +3017,7 @@ module Google
|
|
|
3010
3017
|
@runtime_api_version = args[:runtime_api_version] if args.key?(:runtime_api_version)
|
|
3011
3018
|
@runtime_channel = args[:runtime_channel] if args.key?(:runtime_channel)
|
|
3012
3019
|
@runtime_main_executable_path = args[:runtime_main_executable_path] if args.key?(:runtime_main_executable_path)
|
|
3020
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
|
3013
3021
|
@serving_status = args[:serving_status] if args.key?(:serving_status)
|
|
3014
3022
|
@threadsafe = args[:threadsafe] if args.key?(:threadsafe)
|
|
3015
3023
|
@version_url = args[:version_url] if args.key?(:version_url)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1beta
|
|
18
18
|
# Version of the google-apis-appengine_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210308"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1205,6 +1205,7 @@ module Google
|
|
|
1205
1205
|
property :runtime_api_version, as: 'runtimeApiVersion'
|
|
1206
1206
|
property :runtime_channel, as: 'runtimeChannel'
|
|
1207
1207
|
property :runtime_main_executable_path, as: 'runtimeMainExecutablePath'
|
|
1208
|
+
property :service_account, as: 'serviceAccount'
|
|
1208
1209
|
property :serving_status, as: 'servingStatus'
|
|
1209
1210
|
property :threadsafe, as: 'threadsafe'
|
|
1210
1211
|
property :version_url, as: 'versionUrl'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-appengine_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.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: 2021-03-
|
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.4.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|