Class: Google::Cloud::DataCatalog::V1::TableSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::TableSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/table_spec.rb
Overview
Normal BigQuery table specification.
Instance Attribute Summary collapse
-
#grouped_entry ⇒ ::String
readonly
Output only.
Instance Attribute Details
#grouped_entry ⇒ ::String (readonly)
Returns 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_entry
is empty.
60 61 62 63 |
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 60 class TableSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |