google-apis-appengine_v1 0.12.0 → 0.13.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: 8ae824296d02ac0b8a2369b149cc5f6c1c04f33b42f489bcdebc6c5dd1cd9bd2
|
4
|
+
data.tar.gz: 2e1495618edcaf76f74ab98defce659091d15e78b506f09be1a01f9459563743
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30d6f86f8ba3ed6ffafef1a872d27c6a6962a123e481d57f5a7a060bad3f2c74765252c5116d954747adb4eb051b753c1a1a1b06859b1528dec1682408107064
|
7
|
+
data.tar.gz: 94c8b50a01d929cbda535b1b8b4820b519d11243b5f4187c302fc1dab04991121e0a290e2b61064ebaf86c572307e4d9418c1995b6e419de287a4e88bf21121f
|
data/CHANGELOG.md
CHANGED
@@ -32,10 +32,10 @@ module Google
|
|
32
32
|
# View and manage your applications deployed on Google App Engine
|
33
33
|
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
|
34
34
|
|
35
|
-
# See, edit, configure, and delete your Google Cloud
|
35
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
36
36
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
37
37
|
|
38
|
-
# View your data across Google Cloud
|
38
|
+
# View your data across Google Cloud services and see the email address of your Google Account
|
39
39
|
AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
|
40
40
|
end
|
41
41
|
end
|
@@ -171,6 +171,13 @@ module Google
|
|
171
171
|
# @return [String]
|
172
172
|
attr_accessor :name
|
173
173
|
|
174
|
+
# The service account associated with the application. This is the app-level
|
175
|
+
# default identity. If no identity provided during create version, Admin API
|
176
|
+
# will fallback to this one.
|
177
|
+
# Corresponds to the JSON property `serviceAccount`
|
178
|
+
# @return [String]
|
179
|
+
attr_accessor :service_account
|
180
|
+
|
174
181
|
# Serving status of this application.
|
175
182
|
# Corresponds to the JSON property `servingStatus`
|
176
183
|
# @return [String]
|
@@ -195,6 +202,7 @@ module Google
|
|
195
202
|
@id = args[:id] if args.key?(:id)
|
196
203
|
@location_id = args[:location_id] if args.key?(:location_id)
|
197
204
|
@name = args[:name] if args.key?(:name)
|
205
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
198
206
|
@serving_status = args[:serving_status] if args.key?(:serving_status)
|
199
207
|
end
|
200
208
|
end
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210816"
|
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.13.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-
|
11
|
+
date: 2021-08-23 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/master/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.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|