public sealed class UpdateHardwareGroupRequest : IMessage<UpdateHardwareGroupRequest>, IEquatable<UpdateHardwareGroupRequest>, IDeepCloneable<UpdateHardwareGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateHardwareGroupRequest.
A request to update a hardware group.
Implements
IMessageUpdateHardwareGroupRequest, IEquatableUpdateHardwareGroupRequest, IDeepCloneableUpdateHardwareGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
UpdateHardwareGroupRequest()
public UpdateHardwareGroupRequest()UpdateHardwareGroupRequest(UpdateHardwareGroupRequest)
public UpdateHardwareGroupRequest(UpdateHardwareGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateHardwareGroupRequest |
Properties
HardwareGroup
public HardwareGroup HardwareGroup { get; set; }Required. The hardware group to update.
| Property Value | |
|---|---|
| Type | Description |
HardwareGroup |
|
RequestId
public string RequestId { get; set; }Optional. An optional unique identifier for this request. See AIP-155.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|