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.



1967
1968
1969
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1967

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)


1965
1966
1967
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1965

def grouped_entry
  @grouped_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1972
1973
1974
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1972

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