google-apis-appengine_v1 0.43.0 → 0.44.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: adc29ce5e4fd81f1e71e0b24f04dc42e95f07f25520911de15e10c9552ca932f
|
|
4
|
+
data.tar.gz: 3d49bea25761cfb984249cc1c9c52f798d7f58378257fbfcec7882a7b7f1f450
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c604640ac3d72231a4d3b87af8934c83d570ae5faf09c975adced61cb8762209c33066798f20ea046d934b4501810b80da178d4ec1e6335d9417bb31dc3bad29
|
|
7
|
+
data.tar.gz: 5248a920f86e4582715076530da5aff59d3da81dc9310fa0ea964c8093f1e4024d705c3fe1e8a1ec8c01571c0eb79dc6f2af438a31ed8c7935d1f786ac7e0a6e
|
data/CHANGELOG.md
CHANGED
|
@@ -3055,6 +3055,13 @@ module Google
|
|
|
3055
3055
|
# @return [Google::Apis::AppengineV1::FlexibleRuntimeSettings]
|
|
3056
3056
|
attr_accessor :flexible_runtime_settings
|
|
3057
3057
|
|
|
3058
|
+
# Additional Google Generated Customer Metadata, this field won't be provided by
|
|
3059
|
+
# default and can be requested by setting the IncludeExtraData field in
|
|
3060
|
+
# GetVersionRequest
|
|
3061
|
+
# Corresponds to the JSON property `generatedCustomerMetadata`
|
|
3062
|
+
# @return [Hash<String,Object>]
|
|
3063
|
+
attr_accessor :generated_customer_metadata
|
|
3064
|
+
|
|
3058
3065
|
# An ordered list of URL-matching patterns that should be applied to incoming
|
|
3059
3066
|
# requests. The first matching URL handles the request and other request
|
|
3060
3067
|
# handlers are not attempted.Only returned in GET requests if view=FULL is set.
|
|
@@ -3225,6 +3232,7 @@ module Google
|
|
|
3225
3232
|
@env_variables = args[:env_variables] if args.key?(:env_variables)
|
|
3226
3233
|
@error_handlers = args[:error_handlers] if args.key?(:error_handlers)
|
|
3227
3234
|
@flexible_runtime_settings = args[:flexible_runtime_settings] if args.key?(:flexible_runtime_settings)
|
|
3235
|
+
@generated_customer_metadata = args[:generated_customer_metadata] if args.key?(:generated_customer_metadata)
|
|
3228
3236
|
@handlers = args[:handlers] if args.key?(:handlers)
|
|
3229
3237
|
@health_check = args[:health_check] if args.key?(:health_check)
|
|
3230
3238
|
@id = args[:id] if args.key?(:id)
|
|
@@ -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.44.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231024"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1253,6 +1253,7 @@ module Google
|
|
|
1253
1253
|
|
|
1254
1254
|
property :flexible_runtime_settings, as: 'flexibleRuntimeSettings', class: Google::Apis::AppengineV1::FlexibleRuntimeSettings, decorator: Google::Apis::AppengineV1::FlexibleRuntimeSettings::Representation
|
|
1255
1255
|
|
|
1256
|
+
hash :generated_customer_metadata, as: 'generatedCustomerMetadata'
|
|
1256
1257
|
collection :handlers, as: 'handlers', class: Google::Apis::AppengineV1::UrlMap, decorator: Google::Apis::AppengineV1::UrlMap::Representation
|
|
1257
1258
|
|
|
1258
1259
|
property :health_check, as: 'healthCheck', class: Google::Apis::AppengineV1::HealthCheck, decorator: Google::Apis::AppengineV1::HealthCheck::Representation
|
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.44.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: 2023-10-
|
|
11
|
+
date: 2023-10-29 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.44.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: []
|