Class: Google::Cloud::GDCHardwareManagement::V1alpha::GetOrderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::GetOrderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A request to get an order.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
71 72 73 74 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 71 class GetOrderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |