Class: Google::Cloud::GDCHardwareManagement::V1alpha::GetSkuRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the SKU. Format: projects/{project}/locations/{location}/skus/{sku}.

Returns:

  • (::String)

    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