Model Armor v1beta API - Class FloorSetting (1.0.0-beta01)

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

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

Message describing FloorSetting resource

Inheritance

object > FloorSetting

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

Google.Cloud.ModelArmor.V1Beta.dll

Constructors

FloorSetting()

public FloorSetting()

FloorSetting(FloorSetting)

public FloorSetting(FloorSetting other)
Parameter
Name Description
other FloorSetting

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. [Output only] Create timestamp

Property Value
Type Description
Timestamp

EnableFloorSettingEnforcement

public bool EnableFloorSettingEnforcement { get; set; }

Optional. Floor Settings enforcement status.

Property Value
Type Description
bool

FilterConfig

public FilterConfig FilterConfig { get; set; }

Required. ModelArmor filter configuration.

Property Value
Type Description
FilterConfig

FloorSettingName

public FloorSettingName FloorSettingName { get; set; }

FloorSettingName-typed view over the Name resource name property.

Property Value
Type Description
FloorSettingName

HasEnableFloorSettingEnforcement

public bool HasEnableFloorSettingEnforcement { get; }

Gets whether the "enable_floor_setting_enforcement" field is set

Property Value
Type Description
bool

Name

public string Name { get; set; }

Identifier. The resource name.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. [Output only] Update timestamp

Property Value
Type Description
Timestamp