Class: Google::Cloud::Compute::V1::RoutersPreviewResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RoutersPreviewResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#resource ⇒ ::Google::Cloud::Compute::V1::Router
Preview of given router.
Instance Attribute Details
#resource ⇒ ::Google::Cloud::Compute::V1::Router
Returns Preview of given router.
27926 27927 27928 27929 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27926 class RoutersPreviewResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |