Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1TableSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb

Overview

Normal BigQuery table specification.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1TableSpec

Returns a new instance of GoogleCloudDatacatalogV1TableSpec.



1844
1845
1846
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1844

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#grouped_entryString

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_entryis empty. Corresponds to the JSON propertygroupedEntry`

Returns:

  • (String)


1842
1843
1844
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1842

def grouped_entry
  @grouped_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1849
1850
1851
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1849

def update!(**args)
  @grouped_entry = args[:grouped_entry] if args.key?(:grouped_entry)
end