Google Cloud Model Armor V1 Client - Class FilterMatchState (0.4.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FILTER_MATCH_STATE_UNSPECIFIED

Value: 0

Unused

Generated from protobuf enum FILTER_MATCH_STATE_UNSPECIFIED = 0;

NO_MATCH_FOUND

Value: 1

Matching criteria is not achieved for filters.

Generated from protobuf enum NO_MATCH_FOUND = 1;

MATCH_FOUND

Value: 2

Matching criteria is achieved for the filter.

Generated from protobuf enum MATCH_FOUND = 2;