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