Class: Google::Cloud::GDCHardwareManagement::V1alpha::GetHardwareRequest

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 hardware.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    Required. The name of the hardware. Format: projects/{project}/locations/{location}/hardware/{hardware}



470
471
472
473
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 470

class GetHardwareRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end