Data Loss Prevention V2 Client - Class Signal (2.7.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SIGNAL_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum SIGNAL_UNSPECIFIED = 0;

MODEL

Value: 1

One or more machine learning models are present.

Generated from protobuf enum MODEL = 1;

TEXT_EMBEDDING

Value: 2

A table appears to be a text embedding.

Generated from protobuf enum TEXT_EMBEDDING = 2;

VERTEX_PLUGIN

Value: 3

The Cloud SQL Vertex AI plugin is installed on the database.

Generated from protobuf enum VERTEX_PLUGIN = 3;

VECTOR_PLUGIN

Value: 4

Support for Cloud SQL vector embeddings is enabled on the database.

Generated from protobuf enum VECTOR_PLUGIN = 4;

SOURCE_CODE

Value: 5

Source code is present.

Generated from protobuf enum SOURCE_CODE = 5;

SERVICE

Value: 6

If the service determines the category type. For example, Vertex AI assets would always have a Category of AI.

Generated from protobuf enum SERVICE = 6;