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
Implements
IMessageFloorSetting, IEquatableFloorSetting, IDeepCloneableFloorSetting, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1BetaAssembly
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 |