Send feedback
Class AiPlatformFloorSetting (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class AiPlatformFloorSetting extends GeneratedMessageV3 implements AiPlatformFloorSettingOrBuilder
message describing AiPlatformFloorSetting
Protobuf type google.cloud.modelarmor.v1.AiPlatformFloorSetting
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ENABLE_CLOUD_LOGGING_FIELD_NUMBER
Field Value
Type
Description
int
public static final int INSPECT_AND_BLOCK_FIELD_NUMBER
Field Value
Type
Description
int
public static final int INSPECT_ONLY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static AiPlatformFloorSetting getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static AiPlatformFloorSetting . Builder newBuilder ()
public static AiPlatformFloorSetting . Builder newBuilder ( AiPlatformFloorSetting prototype )
public static AiPlatformFloorSetting parseDelimitedFrom ( InputStream input )
public static AiPlatformFloorSetting parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static AiPlatformFloorSetting parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static AiPlatformFloorSetting parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static AiPlatformFloorSetting parseFrom ( ByteString data )
public static AiPlatformFloorSetting parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AiPlatformFloorSetting parseFrom ( CodedInputStream input )
public static AiPlatformFloorSetting parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AiPlatformFloorSetting parseFrom ( InputStream input )
public static AiPlatformFloorSetting parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static AiPlatformFloorSetting parseFrom ( ByteBuffer data )
public static AiPlatformFloorSetting parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<AiPlatformFloorSetting> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public AiPlatformFloorSetting getDefaultInstanceForType ()
public boolean getEnableCloudLogging ()
Optional. If true, log Model Armor filter results to Cloud Logging.
bool enable_cloud_logging = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The enableCloudLogging.
public AiPlatformFloorSetting . EnforcementTypeCase getEnforcementTypeCase ()
public boolean getInspectAndBlock ()
Optional. If true, Model Armor filters will be run in inspect and block
mode. Requests that trip Model Armor filters will be blocked.
bool inspect_and_block = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The inspectAndBlock.
public boolean getInspectOnly ()
Optional. If true, Model Armor filters will be run in inspect only mode.
No action will be taken on the request.
bool inspect_only = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The inspectOnly.
public Parser<AiPlatformFloorSetting> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean hasInspectAndBlock ()
Optional. If true, Model Armor filters will be run in inspect and block
mode. Requests that trip Model Armor filters will be blocked.
bool inspect_and_block = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the inspectAndBlock field is set.
public boolean hasInspectOnly ()
Optional. If true, Model Armor filters will be run in inspect only mode.
No action will be taken on the request.
bool inspect_only = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the inspectOnly field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public AiPlatformFloorSetting . Builder newBuilderForType ()
protected AiPlatformFloorSetting . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public AiPlatformFloorSetting . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-02 UTC."],[],[]]