EntryBigqueryTableSpecTableSpec

data class EntryBigqueryTableSpecTableSpec(val groupedEntry: String? = null)

Constructors

Link copied to clipboard
constructor(groupedEntry: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupedEntry: String? = null

(Output) If the table is a dated shard, i.e., with name pattern prefixYYYYMMDD, groupedEntry is the Data Catalog resource name of the date sharded grouped entry, for example, projects/{project_id}/locations/{location}/entrygroups/{entryGroupId}/entries/{entryId}. Otherwise, groupedEntry is empty.