type property

String? type
getter/setter pair

The type of the entry.

Only used for Entries with types in the EntryType enum. Possible string values are:

  • "ENTRY_TYPE_UNSPECIFIED" : Default unknown type.
  • "TABLE" : Output only. The type of entry that has a GoogleSQL schema, including logical views.
  • "MODEL" : Output only. The type of models. https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro
  • "DATA_STREAM" : Output only. 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.

Implementation

core.String? type;