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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MODEL |
One or more machine learning models are present. |
MODEL_VALUE |
One or more machine learning models are present. |
SERVICE |
If the service determines the category type. For example, Vertex AI
assets would always have a |
SERVICE_VALUE |
If the service determines the category type. For example, Vertex AI
assets would always have a |
SIGNAL_UNSPECIFIED |
Unused. |
SIGNAL_UNSPECIFIED_VALUE |
Unused. |
SOURCE_CODE |
Source code is present. |
SOURCE_CODE_VALUE |
Source code is present. |
TEXT_EMBEDDING |
A table appears to be a text embedding. |
TEXT_EMBEDDING_VALUE |
A table appears to be a text embedding. |
UNRECOGNIZED |
|
VECTOR_PLUGIN |
Support for Cloud SQL vector embeddings is enabled on the database. |
VECTOR_PLUGIN_VALUE |
Support for Cloud SQL vector embeddings is enabled on the database. |
VERTEX_PLUGIN |
The Cloud SQL Vertex AI plugin is installed on the database. |
VERTEX_PLUGIN_VALUE |
The Cloud SQL Vertex AI plugin is installed on the database. |
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() |