Class: Google::Cloud::AppEngine::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/location.rb
Overview
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
Instance Attribute Summary collapse
-
#flexible_environment_available ⇒ ::Boolean
App Engine flexible environment is available in the given location.
-
#search_api_available ⇒ ::Boolean
readonly
Output only.
-
#standard_environment_available ⇒ ::Boolean
App Engine standard environment is available in the given location.
Instance Attribute Details
#flexible_environment_available ⇒ ::Boolean
Returns App Engine flexible environment is available in the given location.
35 36 37 38 |
# File 'proto_docs/google/appengine/v1/location.rb', line 35 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_api_available ⇒ ::Boolean (readonly)
Returns Output only. Search API is available in the given location.
35 36 37 38 |
# File 'proto_docs/google/appengine/v1/location.rb', line 35 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#standard_environment_available ⇒ ::Boolean
Returns App Engine standard environment is available in the given location.
35 36 37 38 |
# File 'proto_docs/google/appengine/v1/location.rb', line 35 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |