public enum EntryTypeEntry resources in Data Catalog can be of different types e.g. a BigQuery
Table entry is of type TABLE. This enum describes all the possible types
Data Catalog contains.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Fields |
|
|---|---|
| Name | Description |
Database |
A database. |
DataStream |
An entry type which is used for streaming entries. Example: Pub/Sub topic. |
Fileset |
An entry type which is a set of files or objects. Example: Cloud Storage fileset. |
Model |
Output only. The type of models, examples include https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro |
Service |
A service, for example, a Dataproc Metastore service. |
Table |
Output only. The type of entry that has a GoogleSQL schema, including logical views. |
Unspecified |
Default unknown type. |