Class: Google::Cloud::Compute::V1::GetNetworkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetNetworkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Networks.Get. See the method description for details.
Instance Attribute Summary collapse
-
#network ⇒ ::String
Name of the network to return.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#network ⇒ ::String
Returns Name of the network to return.
9804 9805 9806 9807 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9804 class GetNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9804 9805 9806 9807 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9804 class GetNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |