public interface DataplexTableSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataplexSpec |
getDataplexSpec()
Common Dataplex fields.
|
DataplexSpecOrBuilder |
getDataplexSpecOrBuilder()
Common Dataplex fields.
|
DataplexExternalTable |
getExternalTables(int index)
List of external tables registered by Dataplex in other systems based on
the same underlying data.
|
int |
getExternalTablesCount()
List of external tables registered by Dataplex in other systems based on
the same underlying data.
|
List<DataplexExternalTable> |
getExternalTablesList()
List of external tables registered by Dataplex in other systems based on
the same underlying data.
|
DataplexExternalTableOrBuilder |
getExternalTablesOrBuilder(int index)
List of external tables registered by Dataplex in other systems based on
the same underlying data.
|
List<? extends DataplexExternalTableOrBuilder> |
getExternalTablesOrBuilderList()
List of external tables registered by Dataplex in other systems based on
the same underlying data.
|
boolean |
getUserManaged()
Indicates if the table schema is managed by the user or not.
|
boolean |
hasDataplexSpec()
Common Dataplex fields.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DataplexExternalTable> getExternalTablesList()
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;DataplexExternalTable getExternalTables(int index)
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;int getExternalTablesCount()
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;List<? extends DataplexExternalTableOrBuilder> getExternalTablesOrBuilderList()
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;DataplexExternalTableOrBuilder getExternalTablesOrBuilder(int index)
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;boolean hasDataplexSpec()
Common Dataplex fields.
.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;DataplexSpec getDataplexSpec()
Common Dataplex fields.
.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;DataplexSpecOrBuilder getDataplexSpecOrBuilder()
Common Dataplex fields.
.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;boolean getUserManaged()
Indicates if the table schema is managed by the user or not.
bool user_managed = 3;Copyright © 2023 Google LLC. All rights reserved.