Class: Google::Cloud::CapacityPlanner::V1beta::LocationIdentifier::LinkedLocation
- Inherits:
-
Object
- Object
- Google::Cloud::CapacityPlanner::V1beta::LocationIdentifier::LinkedLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/location.rb
Instance Attribute Summary collapse
- #label ⇒ ::String
-
#location ⇒ ::String
Required.
-
#location_level ⇒ ::Google::Cloud::CapacityPlanner::V1beta::LocationLevel
The location level such as a region.
Instance Attribute Details
#label ⇒ ::String
47 48 49 50 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/location.rb', line 47 class LinkedLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Required. The linked cloud location.
47 48 49 50 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/location.rb', line 47 class LinkedLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location_level ⇒ ::Google::Cloud::CapacityPlanner::V1beta::LocationLevel
Returns The location level such as a region.
47 48 49 50 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/location.rb', line 47 class LinkedLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |