Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1TableSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1TableSpec
- 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 spec.
Instance Attribute Summary collapse
-
#grouped_entry ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1TableSpec
constructor
A new instance of GoogleCloudDatacatalogV1beta1TableSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1TableSpec
Returns a new instance of GoogleCloudDatacatalogV1beta1TableSpec.
3427 3428 3429 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 3427 def initialize(**args) update!(**args) end |
Instance Attribute Details
#grouped_entry ⇒ String
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.
Corresponds to the JSON property
groupedEntry`
3425 3426 3427 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 3425 def grouped_entry @grouped_entry end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3432 3433 3434 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 3432 def update!(**args) @grouped_entry = args[:grouped_entry] if args.key?(:grouped_entry) end |