Enum EntryType

java.lang.Object
java.lang.Enum<EntryType>
com.google.cloud.datacatalog.v1.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 Details

    • ENTRY_TYPE_UNSPECIFIED

      public static final EntryType ENTRY_TYPE_UNSPECIFIED
       Default unknown type.
       
      ENTRY_TYPE_UNSPECIFIED = 0;
    • TABLE

      public static final EntryType TABLE
       The entry type that has a GoogleSQL schema, including
       logical views.
       
      TABLE = 2;
    • MODEL

      public static final EntryType MODEL
       The type of models.
      
       For more information, see [Supported models in BigQuery
       ML](/bigquery/docs/bqml-introduction#supported_models).
       
      MODEL = 5;
    • DATA_STREAM

      public static final EntryType DATA_STREAM
       An entry type for streaming entries. For example, a Pub/Sub topic.
       
      DATA_STREAM = 3;
    • FILESET

      public static final EntryType FILESET
       An entry type for a set of files or objects. For example, a
       Cloud Storage fileset.
       
      FILESET = 4;
    • CLUSTER

      public static final EntryType CLUSTER
       A group of servers that work together. For example, a Kafka cluster.
       
      CLUSTER = 6;
    • DATABASE

      public static final EntryType DATABASE
       A database.
       
      DATABASE = 7;
    • DATA_SOURCE_CONNECTION

      public static final EntryType DATA_SOURCE_CONNECTION
       Connection to a data source. For example, a BigQuery
       connection.
       
      DATA_SOURCE_CONNECTION = 8;
    • ROUTINE

      public static final EntryType ROUTINE
       Routine, for example, a BigQuery routine.
       
      ROUTINE = 9;
    • LAKE

      public static final EntryType LAKE
       A Dataplex lake.
       
      LAKE = 10;
    • ZONE

      public static final EntryType ZONE
       A Dataplex zone.
       
      ZONE = 11;
    • SERVICE

      public static final EntryType SERVICE
       A service, for example, a Dataproc Metastore service.
       
      SERVICE = 14;
    • DATABASE_SCHEMA

      public static final EntryType DATABASE_SCHEMA
       Schema within a relational database.
       
      DATABASE_SCHEMA = 15;
    • DASHBOARD

      public static final EntryType DASHBOARD
       A Dashboard, for example from Looker.
       
      DASHBOARD = 16;
    • EXPLORE

      public static final EntryType 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

      public static final EntryType 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

      public static final EntryType FEATURE_ONLINE_STORE
       Feature Online Store resource in Vertex AI Feature Store.
       
      FEATURE_ONLINE_STORE = 19;
    • FEATURE_VIEW

      public static final EntryType FEATURE_VIEW
       Feature View resource in Vertex AI Feature Store.
       
      FEATURE_VIEW = 20;
    • FEATURE_GROUP

      public static final EntryType FEATURE_GROUP
       Feature Group resource in Vertex AI Feature Store.
       
      FEATURE_GROUP = 21;
    • UNRECOGNIZED

      public static final EntryType UNRECOGNIZED
  • Field Details

    • ENTRY_TYPE_UNSPECIFIED_VALUE

      public static final int ENTRY_TYPE_UNSPECIFIED_VALUE
       Default unknown type.
       
      ENTRY_TYPE_UNSPECIFIED = 0;
      See Also:
    • TABLE_VALUE

      public static final int TABLE_VALUE
       The entry type that has a GoogleSQL schema, including
       logical views.
       
      TABLE = 2;
      See Also:
    • MODEL_VALUE

      public static final int MODEL_VALUE
       The 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_VALUE
       An entry type for streaming entries. For example, a Pub/Sub topic.
       
      DATA_STREAM = 3;
      See Also:
    • FILESET_VALUE

      public static final int FILESET_VALUE
       An 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_VALUE
       A group of servers that work together. For example, a Kafka cluster.
       
      CLUSTER = 6;
      See Also:
    • DATABASE_VALUE

      public static final int DATABASE_VALUE
       A database.
       
      DATABASE = 7;
      See Also:
    • DATA_SOURCE_CONNECTION_VALUE

      public static final int DATA_SOURCE_CONNECTION_VALUE
       Connection to a data source. For example, a BigQuery
       connection.
       
      DATA_SOURCE_CONNECTION = 8;
      See Also:
    • ROUTINE_VALUE

      public static final int ROUTINE_VALUE
       Routine, for example, a BigQuery routine.
       
      ROUTINE = 9;
      See Also:
    • LAKE_VALUE

      public static final int LAKE_VALUE
       A Dataplex lake.
       
      LAKE = 10;
      See Also:
    • ZONE_VALUE

      public static final int ZONE_VALUE
       A Dataplex zone.
       
      ZONE = 11;
      See Also:
    • SERVICE_VALUE

      public static final int SERVICE_VALUE
       A service, for example, a Dataproc Metastore service.
       
      SERVICE = 14;
      See Also:
    • DATABASE_SCHEMA_VALUE

      public static final int DATABASE_SCHEMA_VALUE
       Schema within a relational database.
       
      DATABASE_SCHEMA = 15;
      See Also:
    • DASHBOARD_VALUE

      public static final int DASHBOARD_VALUE
       A Dashboard, for example from Looker.
       
      DASHBOARD = 16;
      See Also:
    • EXPLORE_VALUE

      public static final int EXPLORE_VALUE
       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;
      See Also:
    • LOOK_VALUE

      public static final int LOOK_VALUE
       A 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_VALUE
       Feature Online Store resource in Vertex AI Feature Store.
       
      FEATURE_ONLINE_STORE = 19;
      See Also:
    • FEATURE_VIEW_VALUE

      public static final int FEATURE_VIEW_VALUE
       Feature View resource in Vertex AI Feature Store.
       
      FEATURE_VIEW = 20;
      See Also:
    • FEATURE_GROUP_VALUE

      public static final int FEATURE_GROUP_VALUE
       Feature Group resource in Vertex AI Feature Store.
       
      FEATURE_GROUP = 21;
      See Also:
  • Method Details

    • values

      public static EntryType[] 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

      public static EntryType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static EntryType valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static EntryType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<EntryType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static EntryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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 name
      NullPointerException - if the argument is null