google-apis-appengine_v1alpha 0.5.0 → 0.6.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: f05cb7c88440c81272e34f9343a4c6eead75735eadf101ecaf55e8161bc4c48d
|
4
|
+
data.tar.gz: caf4b7628c3ec71726b2d19b0ad53c3acf7a663800158771453c3f46c09e02ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8b786370b93fc353c610feccb2fa931c89fa2399b4eff5c41e1d25af46775af37a1eafa526bd06c3b372649f9f0a535ea248d91d15525d66a4a69a361d8549a
|
7
|
+
data.tar.gz: 3a2a8a1ba244fbf674206ad6467b5cd0d8e9cef958824fe84b699bf9d15d6811fbae24d83343fd3a8e459b2e450a4511707175be6b488ddd018ad082ac4a9e30
|
data/CHANGELOG.md
CHANGED
@@ -285,6 +285,41 @@ module Google
|
|
285
285
|
end
|
286
286
|
end
|
287
287
|
|
288
|
+
# Metadata for the given google.cloud.location.Location.
|
289
|
+
class GoogleAppengineV1betaLocationMetadata
|
290
|
+
include Google::Apis::Core::Hashable
|
291
|
+
|
292
|
+
# App Engine flexible environment is available in the given location.@OutputOnly
|
293
|
+
# Corresponds to the JSON property `flexibleEnvironmentAvailable`
|
294
|
+
# @return [Boolean]
|
295
|
+
attr_accessor :flexible_environment_available
|
296
|
+
alias_method :flexible_environment_available?, :flexible_environment_available
|
297
|
+
|
298
|
+
# Output only. Search API (https://cloud.google.com/appengine/docs/standard/
|
299
|
+
# python/search) is available in the given location.
|
300
|
+
# Corresponds to the JSON property `searchApiAvailable`
|
301
|
+
# @return [Boolean]
|
302
|
+
attr_accessor :search_api_available
|
303
|
+
alias_method :search_api_available?, :search_api_available
|
304
|
+
|
305
|
+
# App Engine standard environment is available in the given location.@OutputOnly
|
306
|
+
# Corresponds to the JSON property `standardEnvironmentAvailable`
|
307
|
+
# @return [Boolean]
|
308
|
+
attr_accessor :standard_environment_available
|
309
|
+
alias_method :standard_environment_available?, :standard_environment_available
|
310
|
+
|
311
|
+
def initialize(**args)
|
312
|
+
update!(**args)
|
313
|
+
end
|
314
|
+
|
315
|
+
# Update properties of this object
|
316
|
+
def update!(**args)
|
317
|
+
@flexible_environment_available = args[:flexible_environment_available] if args.key?(:flexible_environment_available)
|
318
|
+
@search_api_available = args[:search_api_available] if args.key?(:search_api_available)
|
319
|
+
@standard_environment_available = args[:standard_environment_available] if args.key?(:standard_environment_available)
|
320
|
+
end
|
321
|
+
end
|
322
|
+
|
288
323
|
# Response message for AuthorizedCertificates.ListAuthorizedCertificates.
|
289
324
|
class ListAuthorizedCertificatesResponse
|
290
325
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AppengineV1alpha
|
18
18
|
# Version of the google-apis-appengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210410"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class GoogleAppengineV1betaLocationMetadata
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class ListAuthorizedCertificatesResponse
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -232,6 +238,15 @@ module Google
|
|
232
238
|
end
|
233
239
|
end
|
234
240
|
|
241
|
+
class GoogleAppengineV1betaLocationMetadata
|
242
|
+
# @private
|
243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
244
|
+
property :flexible_environment_available, as: 'flexibleEnvironmentAvailable'
|
245
|
+
property :search_api_available, as: 'searchApiAvailable'
|
246
|
+
property :standard_environment_available, as: 'standardEnvironmentAvailable'
|
247
|
+
end
|
248
|
+
end
|
249
|
+
|
235
250
|
class ListAuthorizedCertificatesResponse
|
236
251
|
# @private
|
237
252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -513,7 +513,7 @@ module Google
|
|
513
513
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
514
514
|
# AIP-160 (https://google.aip.dev/160).
|
515
515
|
# @param [Fixnum] page_size
|
516
|
-
# The maximum number of results to return. If not set, the service
|
516
|
+
# The maximum number of results to return. If not set, the service selects a
|
517
517
|
# default.
|
518
518
|
# @param [String] page_token
|
519
519
|
# A page token received from the next_page_token field in the response. Send
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-appengine_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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-
|
11
|
+
date: 2021-05-18 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_v1alpha/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1alpha
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for App Engine Admin API V1alpha
|