public enum EntryType extends Enum<EntryType> implements ProtocolMessageEnum Entry 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.
Protobuf enum google.cloud.datacatalog.v1beta1.EntryType
Implements
ProtocolMessageEnumFields
| Name | Description |
| DATA_STREAM | Output only. An entry type which is used for streaming entries. Example: Pub/Sub topic. |
| DATA_STREAM_VALUE | Output only. An entry type which is used for streaming entries. Example: Pub/Sub topic. |
| ENTRY_TYPE_UNSPECIFIED | Default unknown type. |
| ENTRY_TYPE_UNSPECIFIED_VALUE | Default unknown type. |
| FILESET | An entry type which is a set of files or objects. Example: Cloud Storage fileset. |
| FILESET_VALUE | An entry type which is a set of files or objects. Example: Cloud Storage fileset. |
| MODEL | Output only. The type of models. https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro |
| MODEL_VALUE | Output only. The type of models. https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro |
| TABLE | Output only. The type of entry that has a GoogleSQL schema, including logical views. |
| TABLE_VALUE | Output only. The type of entry that has a GoogleSQL schema, including logical views. |
| UNRECOGNIZED |
Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | (deprecated) Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |