public sealed class GetHardwareRequest : IMessage<GetHardwareRequest>, IEquatable<GetHardwareRequest>, IDeepCloneable<GetHardwareRequest>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class GetHardwareRequest.
A request to get hardware.
Implements
IMessageGetHardwareRequest, IEquatableGetHardwareRequest, IDeepCloneableGetHardwareRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
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 |
|