Class: Google::Cloud::Compute::V1::GetXpnHostProjectRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetXpnHostProjectRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Projects.GetXpnHost. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
10731 10732 10733 10734 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10731 class GetXpnHostProjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |