public interface TableSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupedEntry()
Output only.
|
com.google.protobuf.ByteString |
getGroupedEntryBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGroupedEntry()
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, e.g.
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}
/entries/{entry_id}.
Otherwise, grouped_entry will be empty.
string grouped_entry = 1;com.google.protobuf.ByteString getGroupedEntryBytes()
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, e.g.
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}
/entries/{entry_id}.
Otherwise, grouped_entry will be empty.
string grouped_entry = 1;Copyright © 2019 Google LLC. All rights reserved.