Package com.google.cloud.datacatalog.v1
Interface DataplexTableSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataplexTableSpec,DataplexTableSpec.Builder
@Generated
public interface DataplexTableSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCommon Dataplex fields.Common Dataplex fields.getExternalTables(int index) List of external tables registered by Dataplex in other systems based on the same underlying data.intList of external tables registered by Dataplex in other systems based on the same underlying data.List of external tables registered by Dataplex in other systems based on the same underlying data.getExternalTablesOrBuilder(int index) List of external tables registered by Dataplex in other systems based on the same underlying data.List<? extends DataplexExternalTableOrBuilder>List of external tables registered by Dataplex in other systems based on the same underlying data.booleanIndicates if the table schema is managed by the user or not.booleanCommon Dataplex fields.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExternalTablesList
List<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; -
getExternalTables
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; -
getExternalTablesCount
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; -
getExternalTablesOrBuilderList
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; -
getExternalTablesOrBuilder
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; -
hasDataplexSpec
boolean hasDataplexSpec()Common Dataplex fields.
.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;- Returns:
- Whether the dataplexSpec field is set.
-
getDataplexSpec
DataplexSpec getDataplexSpec()Common Dataplex fields.
.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;- Returns:
- The dataplexSpec.
-
getDataplexSpecOrBuilder
DataplexSpecOrBuilder getDataplexSpecOrBuilder()Common Dataplex fields.
.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2; -
getUserManaged
boolean getUserManaged()Indicates if the table schema is managed by the user or not.
bool user_managed = 3;- Returns:
- The userManaged.
-