Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TableSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TableSpec
- 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
-
#grouped_entry ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1TableSpec
constructor
A new instance of GoogleCloudDatacatalogV1TableSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1TableSpec
Returns a new instance of GoogleCloudDatacatalogV1TableSpec.
1547 1548 1549 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1547 def initialize(**args) update!(**args) end |
Instance Attribute Details
#grouped_entry ⇒ String
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`
1545 1546 1547 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1545 def grouped_entry @grouped_entry end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1552 1553 1554 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1552 def update!(**args) @grouped_entry = args[:grouped_entry] if args.key?(:grouped_entry) end |