Class: Google::Cloud::EdgeContainer::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Metadata for a given [google.cloud.location.Location][google.cloud.location.Location].
Defined Under Namespace
Classes: AvailableZonesEntry
Instance Attribute Summary collapse
-
#available_zones ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::EdgeContainer::V1::ZoneMetadata}
The set of available Google Distributed Cloud Edge zones in the location.
Instance Attribute Details
#available_zones ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::EdgeContainer::V1::ZoneMetadata}
Returns The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone.
776 777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 776 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::EdgeContainer::V1::ZoneMetadata] class AvailableZonesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |