Model Armor v1beta API - Class UpdateFloorSettingRequest (1.0.0-beta02)

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

Reference documentation and code samples for the Model Armor v1beta API class UpdateFloorSettingRequest.

Message for Updating a Floor Setting

Inheritance

object > UpdateFloorSettingRequest

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

Google.Cloud.ModelArmor.V1Beta.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