Class: Google::Cloud::Compute::V1::GetInterconnectLocationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetInterconnectLocationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InterconnectLocations.Get. See the method description for details.
Instance Attribute Summary collapse
-
#interconnect_location ⇒ ::String
Name of the interconnect location to return.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#interconnect_location ⇒ ::String
Returns Name of the interconnect location to return.
9597 9598 9599 9600 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9597 class GetInterconnectLocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9597 9598 9599 9600 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9597 class GetInterconnectLocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |