Class: Google::Cloud::GDCHardwareManagement::V1alpha::GetSkuRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::GetSkuRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A request to get an SKU.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the SKU.
Format: projects/{project}/locations/{location}/skus/{sku}.
730 731 732 733 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 730 class GetSkuRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |