google-apis-appengine_v1 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: 831059cd7b868ab0585fc032e243ed44e4818ad7cd0004a3a8a075db2670dd40
4
- data.tar.gz: 6cc0ca56dad8951e322fccb87678d9d6b3eec3edd894fb8814b5bdfffc55706d
3
+ metadata.gz: 5e41d61dd92643fd277cbb8dec048b5cc33dcf1fb30b4af56d93a5ab39518d5f
4
+ data.tar.gz: fdfd80a643a24e21e9ab8eb0413632c2de26240bfd014c51499fade7975fc397
5
5
  SHA512:
6
- metadata.gz: 8c4864ba42ed3393b82b30d9104d63c000115bc5fa1a50ef557fef901a5200fe0d981569adbf5c170179c9fc20e9b4b9bee2abb6355a793f175e51a1d95b6453
7
- data.tar.gz: f1cb9b93208598a53a8136725faf6019e724f7ea45b7f8c80063a36ac215a463288ca113947d37bc8f410a042fd962cbb48d7b84a01dcebf9d2c7a1e18a831bc
6
+ metadata.gz: 5ef84770b20381009c7bfb56731bca4594cb3fc7801295f2dec40ad372d6f3af8e4fe5c771f599e6ab5c12990d977c9fa0e2b8dbafdae5b45cfbfac88351369e
7
+ data.tar.gz: 5229a563bcb54511b4defa06744c0408b94b168cdd3aa5982403e5f4fc193c1a626c5034482663548b50abd26e019ce79c33050a2f7c253bfe26667ab315689f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.4.0 (2021-03-12)
4
+
5
+ * Regenerated from discovery document revision 20210308
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -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.3.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210219"
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.3.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-08 00:00:00.000000000 Z
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.3.0
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: []