Enum Domain.Signal (3.78.0)

public enum Domain.Signal extends Enum<Domain.Signal> implements ProtocolMessageEnum

The signal used to determine the category. This list may increase over time.

Protobuf enum google.privacy.dlp.v2.Domain.Signal

Implements

ProtocolMessageEnum

Static Fields

Name Description
MODEL

One or more machine learning models are present.

MODEL = 1;

MODEL_VALUE

One or more machine learning models are present.

MODEL = 1;

SERVICE

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

SERVICE = 6;

SERVICE_VALUE

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

SERVICE = 6;

SIGNAL_UNSPECIFIED

Unused.

SIGNAL_UNSPECIFIED = 0;

SIGNAL_UNSPECIFIED_VALUE

Unused.

SIGNAL_UNSPECIFIED = 0;

SOURCE_CODE

Source code is present.

SOURCE_CODE = 5;

SOURCE_CODE_VALUE

Source code is present.

SOURCE_CODE = 5;

TEXT_EMBEDDING

A table appears to be a text embedding.

TEXT_EMBEDDING = 2;

TEXT_EMBEDDING_VALUE

A table appears to be a text embedding.

TEXT_EMBEDDING = 2;

UNRECOGNIZED
VECTOR_PLUGIN

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

VECTOR_PLUGIN = 4;

VECTOR_PLUGIN_VALUE

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

VECTOR_PLUGIN = 4;

VERTEX_PLUGIN

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

VERTEX_PLUGIN = 3;

VERTEX_PLUGIN_VALUE

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

VERTEX_PLUGIN = 3;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()