Class: Google::Cloud::Compute::V1::GetProjectViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetProjectViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for ProjectViews.Get. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Required.
-
#region ⇒ ::String
Required.
Instance Attribute Details
#project ⇒ ::String
Returns Required. Project ID for this request. This is part of the URL path.
25383 25384 25385 25386 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25383 class GetProjectViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Required. Name of the region for this request. This is part of the URL path.
25383 25384 25385 25386 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25383 class GetProjectViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |