Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TableSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/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.



2985
2986
2987
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2985

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)


2983
2984
2985
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2983

def grouped_entry
  @grouped_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2990
2991
2992
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2990

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