Reference documentation and code samples for the Google Cloud Model Armor V1 Client class FilterMatchState.
Option to specify filter match state.
Protobuf type google.cloud.modelarmor.v1.FilterMatchState
Namespace
Google \ Cloud \ ModelArmor \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FILTER_MATCH_STATE_UNSPECIFIED
Value: 0Unused
Generated from protobuf enum FILTER_MATCH_STATE_UNSPECIFIED = 0;
NO_MATCH_FOUND
Value: 1Matching criteria is not achieved for filters.
Generated from protobuf enum NO_MATCH_FOUND = 1;
MATCH_FOUND
Value: 2Matching criteria is achieved for the filter.
Generated from protobuf enum MATCH_FOUND = 2;