Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1TableSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1TableSpec
- 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
-
#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.
1892 1893 1894 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1892 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`
1890 1891 1892 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1890 def grouped_entry @grouped_entry end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1897 1898 1899 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1897 def update!(**args) @grouped_entry = args[:grouped_entry] if args.key?(:grouped_entry) end |