Interface SdpBasicConfigOrBuilder (0.1.0)

public interface SdpBasicConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilterEnforcement()

public abstract SdpBasicConfig.SdpBasicConfigEnforcement getFilterEnforcement()

Optional. Tells whether the Sensitive Data Protection basic config is enabled or disabled.

.google.cloud.modelarmor.v1.SdpBasicConfig.SdpBasicConfigEnforcement filter_enforcement = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SdpBasicConfig.SdpBasicConfigEnforcement

The filterEnforcement.

getFilterEnforcementValue()

public abstract int getFilterEnforcementValue()

Optional. Tells whether the Sensitive Data Protection basic config is enabled or disabled.

.google.cloud.modelarmor.v1.SdpBasicConfig.SdpBasicConfigEnforcement filter_enforcement = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for filterEnforcement.