Class: Google::Cloud::AppEngine::V1::LocationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#flexible_environment_available::Boolean

Returns App Engine flexible environment is available in the given location.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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