Enum Domain.Signal (3.92.0)

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

The signal used to determine the category. New values may be added in the future.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
EMBEDDING

A table appears to contain embeddings of any type (for example, text, image, multimodal). The TEXT_EMBEDDING signal might also be present if the table contains text embeddings.

EMBEDDING = 7;

EMBEDDING_VALUE

A table appears to contain embeddings of any type (for example, text, image, multimodal). The TEXT_EMBEDDING signal might also be present if the table contains text embeddings.

EMBEDDING = 7;

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 contain text embeddings.

TEXT_EMBEDDING = 2;

TEXT_EMBEDDING_VALUE

A table appears to contain text embeddings.

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()