GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TableSpec (google_api_data_catalog v0.25.0) View Source
Normal BigQuery table spec.
Attributes
-
groupedEntry
(type:String.t
, default:nil
) - Output only. If the table is a dated shard, i.e., with name pattern[prefix]YYYYMMDD
,grouped_entry
is the Data Catalog resource name of the date sharded grouped entry, for example,projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}
. Otherwise,grouped_entry
is empty.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TableSpec{ groupedEntry: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.