GDC Hardware Management v1alpha API - Class GetHardwareRequest (1.0.0-alpha01)

public sealed class GetHardwareRequest : IMessage<GetHardwareRequest>, IEquatable<GetHardwareRequest>, IDeepCloneable<GetHardwareRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetHardwareRequest.

A request to get hardware.

Inheritance

object > GetHardwareRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

GetHardwareRequest()

public GetHardwareRequest()

GetHardwareRequest(GetHardwareRequest)

public GetHardwareRequest(GetHardwareRequest other)
Parameter
Name Description
other GetHardwareRequest

Properties

HardwareName

public HardwareName HardwareName { get; set; }

HardwareName-typed view over the Name resource name property.

Property Value
Type Description
HardwareName

Name

public string Name { get; set; }

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

Property Value
Type Description
string