class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TableSpec
Normal BigQuery table specification.
Attributes
grouped_entry[RW]
Output only. If the table is date-sharded, that is, it matches the `[prefix] YYYYMMDD` name pattern, this field 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. Corresponds to the JSON property `groupedEntry` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datacatalog_v1/classes.rb, line 1657 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datacatalog_v1/classes.rb, line 1662 def update!(**args) @grouped_entry = args[:grouped_entry] if args.key?(:grouped_entry) end