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

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

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

A request to update a hardware group.

Inheritance

object > UpdateHardwareGroupRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

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