Package com.google.cloud.datacatalog.v1
Enum EntryType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<EntryType>
@Generated
public enum EntryType
extends Enum<EntryType>
implements com.google.protobuf.ProtocolMessageEnum
Metadata automatically ingested from Google Cloud resources like BigQuery tables or Pub/Sub topics always uses enum values from `EntryType` as the type of entry. Other sources of metadata like Hive or Oracle databases can identify the type by either using one of the enum values from `EntryType` (for example, `FILESET` for a Cloud Storage fileset) or specifying a custom value using the [`Entry`](#resource:-entry) field `user_specified_type`. For more information, see [Surface files from Cloud Storage with fileset entries](/data-catalog/docs/how-to/filesets) or [Create custom entries for your data sources](/data-catalog/docs/how-to/custom-entries).Protobuf enum
google.cloud.datacatalog.v1.EntryType-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA group of servers that work together.A Dashboard, for example from Looker.Connection to a data source.An entry type for streaming entries.A database.Schema within a relational database.Default unknown type.A Looker Explore.Feature Group resource in Vertex AI Feature Store.Feature Online Store resource in Vertex AI Feature Store.Feature View resource in Vertex AI Feature Store.An entry type for a set of files or objects.A Dataplex lake.A Looker Look.The type of models.Routine, for example, a BigQuery routine.A service, for example, a Dataproc Metastore service.The entry type that has a GoogleSQL schema, including logical views.A Dataplex zone. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA group of servers that work together.static final intA Dashboard, for example from Looker.static final intConnection to a data source.static final intAn entry type for streaming entries.static final intSchema within a relational database.static final intA database.static final intDefault unknown type.static final intA Looker Explore.static final intFeature Group resource in Vertex AI Feature Store.static final intFeature Online Store resource in Vertex AI Feature Store.static final intFeature View resource in Vertex AI Feature Store.static final intAn entry type for a set of files or objects.static final intA Dataplex lake.static final intA Looker Look.static final intThe type of models.static final intRoutine, for example, a BigQuery routine.static final intA service, for example, a Dataproc Metastore service.static final intThe entry type that has a GoogleSQL schema, including logical views.static final intA Dataplex zone. -
Method Summary
Modifier and TypeMethodDescriptionstatic EntryTypeforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<EntryType>static EntryTypevalueOf(int value) Deprecated.static EntryTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static EntryTypeReturns the enum constant of this type with the specified name.static EntryType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ENTRY_TYPE_UNSPECIFIED
Default unknown type.
ENTRY_TYPE_UNSPECIFIED = 0; -
TABLE
The entry type that has a GoogleSQL schema, including logical views.
TABLE = 2; -
MODEL
The type of models. For more information, see [Supported models in BigQuery ML](/bigquery/docs/bqml-introduction#supported_models).
MODEL = 5; -
DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
DATA_STREAM = 3; -
FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
FILESET = 4; -
CLUSTER
A group of servers that work together. For example, a Kafka cluster.
CLUSTER = 6; -
DATABASE
A database.
DATABASE = 7; -
DATA_SOURCE_CONNECTION
Connection to a data source. For example, a BigQuery connection.
DATA_SOURCE_CONNECTION = 8; -
ROUTINE
Routine, for example, a BigQuery routine.
ROUTINE = 9; -
LAKE
A Dataplex lake.
LAKE = 10; -
ZONE
A Dataplex zone.
ZONE = 11; -
SERVICE
A service, for example, a Dataproc Metastore service.
SERVICE = 14; -
DATABASE_SCHEMA
Schema within a relational database.
DATABASE_SCHEMA = 15; -
DASHBOARD
A Dashboard, for example from Looker.
DASHBOARD = 16; -
EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
EXPLORE = 17; -
LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
LOOK = 18; -
FEATURE_ONLINE_STORE
Feature Online Store resource in Vertex AI Feature Store.
FEATURE_ONLINE_STORE = 19; -
FEATURE_VIEW
Feature View resource in Vertex AI Feature Store.
FEATURE_VIEW = 20; -
FEATURE_GROUP
Feature Group resource in Vertex AI Feature Store.
FEATURE_GROUP = 21; -
UNRECOGNIZED
-
-
Field Details
-
ENTRY_TYPE_UNSPECIFIED_VALUE
public static final int ENTRY_TYPE_UNSPECIFIED_VALUEDefault unknown type.
ENTRY_TYPE_UNSPECIFIED = 0;- See Also:
-
TABLE_VALUE
public static final int TABLE_VALUEThe entry type that has a GoogleSQL schema, including logical views.
TABLE = 2;- See Also:
-
MODEL_VALUE
public static final int MODEL_VALUEThe type of models. For more information, see [Supported models in BigQuery ML](/bigquery/docs/bqml-introduction#supported_models).
MODEL = 5;- See Also:
-
DATA_STREAM_VALUE
public static final int DATA_STREAM_VALUEAn entry type for streaming entries. For example, a Pub/Sub topic.
DATA_STREAM = 3;- See Also:
-
FILESET_VALUE
public static final int FILESET_VALUEAn entry type for a set of files or objects. For example, a Cloud Storage fileset.
FILESET = 4;- See Also:
-
CLUSTER_VALUE
public static final int CLUSTER_VALUEA group of servers that work together. For example, a Kafka cluster.
CLUSTER = 6;- See Also:
-
DATABASE_VALUE
public static final int DATABASE_VALUEA database.
DATABASE = 7;- See Also:
-
DATA_SOURCE_CONNECTION_VALUE
public static final int DATA_SOURCE_CONNECTION_VALUEConnection to a data source. For example, a BigQuery connection.
DATA_SOURCE_CONNECTION = 8;- See Also:
-
ROUTINE_VALUE
public static final int ROUTINE_VALUERoutine, for example, a BigQuery routine.
ROUTINE = 9;- See Also:
-
LAKE_VALUE
public static final int LAKE_VALUEA Dataplex lake.
LAKE = 10;- See Also:
-
ZONE_VALUE
public static final int ZONE_VALUEA Dataplex zone.
ZONE = 11;- See Also:
-
SERVICE_VALUE
public static final int SERVICE_VALUEA service, for example, a Dataproc Metastore service.
SERVICE = 14;- See Also:
-
DATABASE_SCHEMA_VALUE
public static final int DATABASE_SCHEMA_VALUESchema within a relational database.
DATABASE_SCHEMA = 15;- See Also:
-
DASHBOARD_VALUE
public static final int DASHBOARD_VALUEA Dashboard, for example from Looker.
DASHBOARD = 16;- See Also:
-
EXPLORE_VALUE
public static final int EXPLORE_VALUEA Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
EXPLORE = 17;- See Also:
-
LOOK_VALUE
public static final int LOOK_VALUEA Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
LOOK = 18;- See Also:
-
FEATURE_ONLINE_STORE_VALUE
public static final int FEATURE_ONLINE_STORE_VALUEFeature Online Store resource in Vertex AI Feature Store.
FEATURE_ONLINE_STORE = 19;- See Also:
-
FEATURE_VIEW_VALUE
public static final int FEATURE_VIEW_VALUEFeature View resource in Vertex AI Feature Store.
FEATURE_VIEW = 20;- See Also:
-
FEATURE_GROUP_VALUE
public static final int FEATURE_GROUP_VALUEFeature Group resource in Vertex AI Feature Store.
FEATURE_GROUP = 21;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-