google-apis-appengine_v1 0.46.0 → 0.47.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: d8c4e49a6a4027a9695c25ecb58a652b5c47eb8c06ddf14d8234edca3629e2b4
|
|
4
|
+
data.tar.gz: 6ef1453a988652b57afc75507465279e3f44cde2393427076507c4805b1605b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80eb6380845bed7f30237c046a48f796cde1042a50ea1d9da078dbe9735b0eabb9d802051dacd3c4e9d2441a03eb7ca07d21d8e26a47d1f3e88e27f357c3d486
|
|
7
|
+
data.tar.gz: 84f9a8909ded65eff2423a8cf9e09834a5cfe5dface1e0d4947e60413f8864f1d11dfb21f2eae43c17a9559b784e63c866ae329f5e76c23ce7468745fc34eef7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.47.0 (2024-02-18)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240212
|
|
6
|
+
* Regenerated using generator version 0.13.1
|
|
7
|
+
|
|
3
8
|
### v0.46.0 (2024-01-23)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20231107
|
|
@@ -2648,6 +2648,11 @@ module Google
|
|
|
2648
2648
|
# @return [String]
|
|
2649
2649
|
attr_accessor :stage
|
|
2650
2650
|
|
|
2651
|
+
# Supported operating systems for the runtime, e.g., 'ubuntu22', etc.
|
|
2652
|
+
# Corresponds to the JSON property `supportedOperatingSystems`
|
|
2653
|
+
# @return [Array<String>]
|
|
2654
|
+
attr_accessor :supported_operating_systems
|
|
2655
|
+
|
|
2651
2656
|
# Warning messages, e.g., a deprecation warning.
|
|
2652
2657
|
# Corresponds to the JSON property `warnings`
|
|
2653
2658
|
# @return [Array<String>]
|
|
@@ -2665,6 +2670,7 @@ module Google
|
|
|
2665
2670
|
@environment = args[:environment] if args.key?(:environment)
|
|
2666
2671
|
@name = args[:name] if args.key?(:name)
|
|
2667
2672
|
@stage = args[:stage] if args.key?(:stage)
|
|
2673
|
+
@supported_operating_systems = args[:supported_operating_systems] if args.key?(:supported_operating_systems)
|
|
2668
2674
|
@warnings = args[:warnings] if args.key?(:warnings)
|
|
2669
2675
|
end
|
|
2670
2676
|
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.47.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.13.
|
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240212"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1177,6 +1177,7 @@ module Google
|
|
|
1177
1177
|
property :environment, as: 'environment'
|
|
1178
1178
|
property :name, as: 'name'
|
|
1179
1179
|
property :stage, as: 'stage'
|
|
1180
|
+
collection :supported_operating_systems, as: 'supportedOperatingSystems'
|
|
1180
1181
|
collection :warnings, as: 'warnings'
|
|
1181
1182
|
end
|
|
1182
1183
|
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.47.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: 2024-
|
|
11
|
+
date: 2024-02-18 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/main/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.47.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|