google-apis-appengine_v1 0.3.0 → 0.4.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: 5e41d61dd92643fd277cbb8dec048b5cc33dcf1fb30b4af56d93a5ab39518d5f
|
4
|
+
data.tar.gz: fdfd80a643a24e21e9ab8eb0413632c2de26240bfd014c51499fade7975fc397
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ef84770b20381009c7bfb56731bca4594cb3fc7801295f2dec40ad372d6f3af8e4fe5c771f599e6ab5c12990d977c9fa0e2b8dbafdae5b45cfbfac88351369e
|
7
|
+
data.tar.gz: 5229a563bcb54511b4defa06744c0408b94b168cdd3aa5982403e5f4fc193c1a626c5034482663548b50abd26e019ce79c33050a2f7c253bfe26667ab315689f
|
data/CHANGELOG.md
CHANGED
@@ -2849,6 +2849,13 @@ module Google
|
|
2849
2849
|
# @return [String]
|
2850
2850
|
attr_accessor :runtime_main_executable_path
|
2851
2851
|
|
2852
|
+
# The identity that the deployed version will run as. Admin API will use the App
|
2853
|
+
# Engine Appspot service account as default if this field is neither provided in
|
2854
|
+
# app.yaml file nor through CLI flag.
|
2855
|
+
# Corresponds to the JSON property `serviceAccount`
|
2856
|
+
# @return [String]
|
2857
|
+
attr_accessor :service_account
|
2858
|
+
|
2852
2859
|
# Current serving status of this version. Only the versions with a SERVING
|
2853
2860
|
# status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an
|
2854
2861
|
# invalid value. Defaults to SERVING.
|
@@ -2923,6 +2930,7 @@ module Google
|
|
2923
2930
|
@runtime_api_version = args[:runtime_api_version] if args.key?(:runtime_api_version)
|
2924
2931
|
@runtime_channel = args[:runtime_channel] if args.key?(:runtime_channel)
|
2925
2932
|
@runtime_main_executable_path = args[:runtime_main_executable_path] if args.key?(:runtime_main_executable_path)
|
2933
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
2926
2934
|
@serving_status = args[:serving_status] if args.key?(:serving_status)
|
2927
2935
|
@threadsafe = args[:threadsafe] if args.key?(:threadsafe)
|
2928
2936
|
@version_url = args[:version_url] if args.key?(:version_url)
|
@@ -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.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
|
@@ -1170,6 +1170,7 @@ module Google
|
|
1170
1170
|
property :runtime_api_version, as: 'runtimeApiVersion'
|
1171
1171
|
property :runtime_channel, as: 'runtimeChannel'
|
1172
1172
|
property :runtime_main_executable_path, as: 'runtimeMainExecutablePath'
|
1173
|
+
property :service_account, as: 'serviceAccount'
|
1173
1174
|
property :serving_status, as: 'servingStatus'
|
1174
1175
|
property :threadsafe, as: 'threadsafe'
|
1175
1176
|
property :version_url, as: 'versionUrl'
|
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.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_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.4.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|