App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::LocationMetadata (v0.3.6)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::LocationMetadata.

Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#flexible_environment_available

def flexible_environment_available() -> ::Boolean
Returns
  • (::Boolean) — App Engine flexible environment is available in the given location.

#flexible_environment_available=

def flexible_environment_available=(value) -> ::Boolean
Parameter
  • value (::Boolean) — App Engine flexible environment is available in the given location.
Returns
  • (::Boolean) — App Engine flexible environment is available in the given location.

#search_api_available

def search_api_available() -> ::Boolean
Returns
  • (::Boolean) — Output only. Search API is available in the given location.

#standard_environment_available

def standard_environment_available() -> ::Boolean
Returns
  • (::Boolean) — App Engine standard environment is available in the given location.

#standard_environment_available=

def standard_environment_available=(value) -> ::Boolean
Parameter
  • value (::Boolean) — App Engine standard environment is available in the given location.
Returns
  • (::Boolean) — App Engine standard environment is available in the given location.