Class: Google::Cloud::Compute::V1::GetRegionDiskTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetRegionDiskTypeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionDiskTypes.Get. See the method description for details.
Instance Attribute Summary collapse
-
#disk_type ⇒ ::String
Name of the disk type to return.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
The name of the region for this request.
Instance Attribute Details
#disk_type ⇒ ::String
Returns Name of the disk type to return.
9975 9976 9977 9978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9975 class GetRegionDiskTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9975 9976 9977 9978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9975 class GetRegionDiskTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns The name of the region for this request.
9975 9976 9977 9978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9975 class GetRegionDiskTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |