google-apis-appengine_v1 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 620da88f2e217c69ecc181566fbb7058eea68c05224b423ee432fbc7796da70f
|
4
|
+
data.tar.gz: 130d8e5d8198a3a49ed7c0d6a791edfccfe0495a8c6d39ced039e071f3a338b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83a196fb7bb1a368bb8c1ad806c92f987d5fbaadc5aecebc7d794a76a92d36a36b82894d9ee0476b833a63bd89c1e87b268b5b932ac76c0c82d8f5d2f28f6f98
|
7
|
+
data.tar.gz: aded44b6afdb37fdcffb425515e5b908fb00b53a011848eadc5d0d4b26ebdcd59dbdac23ffb2d375deed83e154210e99f8ddf5ca70e9ccea58679882285c2f55
|
data/CHANGELOG.md
CHANGED
@@ -1627,6 +1627,13 @@ module Google
|
|
1627
1627
|
attr_accessor :flexible_environment_available
|
1628
1628
|
alias_method :flexible_environment_available?, :flexible_environment_available
|
1629
1629
|
|
1630
|
+
# Output only. Search API (https://cloud.google.com/appengine/docs/standard/
|
1631
|
+
# python/search) is available in the given location.
|
1632
|
+
# Corresponds to the JSON property `searchApiAvailable`
|
1633
|
+
# @return [Boolean]
|
1634
|
+
attr_accessor :search_api_available
|
1635
|
+
alias_method :search_api_available?, :search_api_available
|
1636
|
+
|
1630
1637
|
# App Engine standard environment is available in the given location.@OutputOnly
|
1631
1638
|
# Corresponds to the JSON property `standardEnvironmentAvailable`
|
1632
1639
|
# @return [Boolean]
|
@@ -1640,6 +1647,7 @@ module Google
|
|
1640
1647
|
# Update properties of this object
|
1641
1648
|
def update!(**args)
|
1642
1649
|
@flexible_environment_available = args[:flexible_environment_available] if args.key?(:flexible_environment_available)
|
1650
|
+
@search_api_available = args[:search_api_available] if args.key?(:search_api_available)
|
1643
1651
|
@standard_environment_available = args[:standard_environment_available] if args.key?(:standard_environment_available)
|
1644
1652
|
end
|
1645
1653
|
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.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210219"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -873,6 +873,7 @@ module Google
|
|
873
873
|
# @private
|
874
874
|
class Representation < Google::Apis::Core::JsonRepresentation
|
875
875
|
property :flexible_environment_available, as: 'flexibleEnvironmentAvailable'
|
876
|
+
property :search_api_available, as: 'searchApiAvailable'
|
876
877
|
property :standard_environment_available, as: 'standardEnvironmentAvailable'
|
877
878
|
end
|
878
879
|
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.2.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-01
|
11
|
+
date: 2021-03-01 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.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.2.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: []
|
@@ -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.
|
72
|
+
rubygems_version: 3.2.11
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for App Engine Admin API V1
|