google-apis-appengine_v1 0.12.0 → 0.13.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: a116e79534b34dd7fb88455f1abc282265314fa0716a9976b95908fc398e90f5
4
- data.tar.gz: e2102a987663f4b9494c9986167d8f9a08d12b3a932f0f6c738d98b8ccca5801
3
+ metadata.gz: 8ae824296d02ac0b8a2369b149cc5f6c1c04f33b42f489bcdebc6c5dd1cd9bd2
4
+ data.tar.gz: 2e1495618edcaf76f74ab98defce659091d15e78b506f09be1a01f9459563743
5
5
  SHA512:
6
- metadata.gz: bdefd88ba0a27817020873c31369b60f27c2c77cda3313bcc6d77216052c4ef00b02bae7fba5bd49cba92eb24c53cc28de0dd5b443a890a73f3820978ff12e15
7
- data.tar.gz: de71f3dccbdd35be75274d6ed7e39f0625eccd069564a9f40ae69d095941e6b49d551d04080f44c99052ed47dc00f32d3227619a593530aec1c92b6bc2392aef
6
+ metadata.gz: 30d6f86f8ba3ed6ffafef1a872d27c6a6962a123e481d57f5a7a060bad3f2c74765252c5116d954747adb4eb051b753c1a1a1b06859b1528dec1682408107064
7
+ data.tar.gz: 94c8b50a01d929cbda535b1b8b4820b519d11243b5f4187c302fc1dab04991121e0a290e2b61064ebaf86c572307e4d9418c1995b6e419de287a4e88bf21121f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.13.0 (2021-08-20)
4
+
5
+ * Regenerated from discovery document revision 20210816
6
+
3
7
  ### v0.12.0 (2021-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210618
@@ -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 Platform data
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 Platform services
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.12.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 = "20210618"
25
+ REVISION = "20210816"
26
26
  end
27
27
  end
28
28
  end
@@ -485,6 +485,7 @@ module Google
485
485
  property :id, as: 'id'
486
486
  property :location_id, as: 'locationId'
487
487
  property :name, as: 'name'
488
+ property :service_account, as: 'serviceAccount'
488
489
  property :serving_status, as: 'servingStatus'
489
490
  end
490
491
  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.12.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-07-05 00:00:00.000000000 Z
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.12.0
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: []