google-apis-appengine_v1beta 0.42.0 → 0.43.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: 6ca084db32eb6925884a1df46d5f11c86433ff08510887205d9ae17cf83c7531
|
|
4
|
+
data.tar.gz: 272a2fa0d39efab8ac0de84aef81ac1e9c0ba90e78e52a9fe14c61d22af0bfb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71bc7a969c855cc7a566dc532955af84f242e7cd85126e0c6f7540fca715e3d5510c789a801845e9f6e1c989c683f3ab3a279986e676e9cb2f92ae8f3bbcc70c
|
|
7
|
+
data.tar.gz: dcdb0e1326bd9d217fd4a80a2dd2e7f9fc8f68933fa16f7ee164707754941d26d67f91ed4fefae778886e76215e9696380cadfacc1ff7e1c0d995fedf79a836d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.43.0 (2024-02-18)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240212
|
|
6
|
+
* Regenerated using generator version 0.13.1
|
|
7
|
+
|
|
3
8
|
### v0.42.0 (2024-01-23)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20231107
|
|
@@ -2727,6 +2727,11 @@ module Google
|
|
|
2727
2727
|
# @return [String]
|
|
2728
2728
|
attr_accessor :stage
|
|
2729
2729
|
|
|
2730
|
+
# Supported operating systems for the runtime, e.g., 'ubuntu22', etc.
|
|
2731
|
+
# Corresponds to the JSON property `supportedOperatingSystems`
|
|
2732
|
+
# @return [Array<String>]
|
|
2733
|
+
attr_accessor :supported_operating_systems
|
|
2734
|
+
|
|
2730
2735
|
# Warning messages, e.g., a deprecation warning.
|
|
2731
2736
|
# Corresponds to the JSON property `warnings`
|
|
2732
2737
|
# @return [Array<String>]
|
|
@@ -2744,6 +2749,7 @@ module Google
|
|
|
2744
2749
|
@environment = args[:environment] if args.key?(:environment)
|
|
2745
2750
|
@name = args[:name] if args.key?(:name)
|
|
2746
2751
|
@stage = args[:stage] if args.key?(:stage)
|
|
2752
|
+
@supported_operating_systems = args[:supported_operating_systems] if args.key?(:supported_operating_systems)
|
|
2747
2753
|
@warnings = args[:warnings] if args.key?(:warnings)
|
|
2748
2754
|
end
|
|
2749
2755
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1beta
|
|
18
18
|
# Version of the google-apis-appengine_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.43.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
|
|
@@ -1211,6 +1211,7 @@ module Google
|
|
|
1211
1211
|
property :environment, as: 'environment'
|
|
1212
1212
|
property :name, as: 'name'
|
|
1213
1213
|
property :stage, as: 'stage'
|
|
1214
|
+
collection :supported_operating_systems, as: 'supportedOperatingSystems'
|
|
1214
1215
|
collection :warnings, as: 'warnings'
|
|
1215
1216
|
end
|
|
1216
1217
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-appengine_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.43.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_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.43.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|