Reference documentation and code samples for the Data Loss Prevention V2 Client class Signal.
The signal used to determine the category.
This list may increase over time.
Protobuf type google.privacy.dlp.v2.Domain.Signal
Namespace
Google \ Cloud \ Dlp \ V2 \ DomainMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SIGNAL_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum SIGNAL_UNSPECIFIED = 0;
MODEL
Value: 1One or more machine learning models are present.
Generated from protobuf enum MODEL = 1;
TEXT_EMBEDDING
Value: 2A table appears to be a text embedding.
Generated from protobuf enum TEXT_EMBEDDING = 2;
VERTEX_PLUGIN
Value: 3The Cloud SQL Vertex AI plugin is installed on the database.
Generated from protobuf enum VERTEX_PLUGIN = 3;
VECTOR_PLUGIN
Value: 4Support for Cloud SQL vector embeddings is enabled on the database.
Generated from protobuf enum VECTOR_PLUGIN = 4;
SOURCE_CODE
Value: 5Source code is present.
Generated from protobuf enum SOURCE_CODE = 5;
SERVICE
Value: 6If the service determines the category type. For example, Vertex AI
assets would always have a Category of AI.
Generated from protobuf enum SERVICE = 6;