public sealed class UpdateSiteRequest : IMessage<UpdateSiteRequest>, IEquatable<UpdateSiteRequest>, IDeepCloneable<UpdateSiteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateSiteRequest.
A request to update a site.
Implements
IMessageUpdateSiteRequest, IEquatableUpdateSiteRequest, IDeepCloneableUpdateSiteRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
UpdateSiteRequest()
public UpdateSiteRequest()
UpdateSiteRequest(UpdateSiteRequest)
public UpdateSiteRequest(UpdateSiteRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateSiteRequest |
Properties
RequestId
public string RequestId { get; set; }
Optional. An optional unique identifier for this request. See AIP-155.
Property Value | |
---|---|
Type | Description |
string |
Site
public Site Site { get; set; }
Required. The site to update.
Property Value | |
---|---|
Type | Description |
Site |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, 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 |