public sealed class UpdateFloorSettingRequest : IMessage<UpdateFloorSettingRequest>, IEquatable<UpdateFloorSettingRequest>, IDeepCloneable<UpdateFloorSettingRequest>, IBufferMessage, IMessageReference documentation and code samples for the Model Armor v1 API class UpdateFloorSettingRequest.
Message for Updating a Floor Setting
Implements
IMessageUpdateFloorSettingRequest, IEquatableUpdateFloorSettingRequest, IDeepCloneableUpdateFloorSettingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.dll
Constructors
UpdateFloorSettingRequest()
public UpdateFloorSettingRequest()UpdateFloorSettingRequest(UpdateFloorSettingRequest)
public UpdateFloorSettingRequest(UpdateFloorSettingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateFloorSettingRequest |
Properties
FloorSetting
public FloorSetting FloorSetting { get; set; }Required. The floor setting being updated.
| Property Value | |
|---|---|
| Type | Description |
FloorSetting |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Field mask is used to specify the fields to be overwritten in the FloorSetting resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|