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.
1282 1283 1284 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1282 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 propertygroupedEntry`
1280 1281 1282 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1280 def grouped_entry @grouped_entry end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1287 1288 1289 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1287 def update!(**args) @grouped_entry = args[:grouped_entry] if args.key?(:grouped_entry) end |