Class: Google::Cloud::NetworkConnectivity::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
Metadata about locations
Instance Attribute Summary collapse
-
#location_features ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::LocationFeature>
List of supported features.
Instance Attribute Details
#location_features ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::LocationFeature>
Returns List of supported features.
1047 1048 1049 1050 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1047 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |