Uses of Class
com.google.cloud.datacatalog.v1.DataplexExternalTable
-
Packages that use DataplexExternalTable Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of DataplexExternalTable in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return DataplexExternalTable Modifier and Type Method Description DataplexExternalTable
DataplexExternalTable.Builder. build()
DataplexExternalTable
DataplexExternalTable.Builder. buildPartial()
static DataplexExternalTable
DataplexExternalTable. getDefaultInstance()
DataplexExternalTable
DataplexExternalTable.Builder. getDefaultInstanceForType()
DataplexExternalTable
DataplexExternalTable. getDefaultInstanceForType()
DataplexExternalTable
DataplexTableSpec.Builder. getExternalTables(int index)
List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexExternalTable
DataplexTableSpec. getExternalTables(int index)
List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexExternalTable
DataplexTableSpecOrBuilder. getExternalTables(int index)
List of external tables registered by Dataplex in other systems based on the same underlying data.static DataplexExternalTable
DataplexExternalTable. parseDelimitedFrom(InputStream input)
static DataplexExternalTable
DataplexExternalTable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexExternalTable
DataplexExternalTable. parseFrom(byte[] data)
static DataplexExternalTable
DataplexExternalTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexExternalTable
DataplexExternalTable. parseFrom(com.google.protobuf.ByteString data)
static DataplexExternalTable
DataplexExternalTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexExternalTable
DataplexExternalTable. parseFrom(com.google.protobuf.CodedInputStream input)
static DataplexExternalTable
DataplexExternalTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexExternalTable
DataplexExternalTable. parseFrom(InputStream input)
static DataplexExternalTable
DataplexExternalTable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexExternalTable
DataplexExternalTable. parseFrom(ByteBuffer data)
static DataplexExternalTable
DataplexExternalTable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type DataplexExternalTable Modifier and Type Method Description List<DataplexExternalTable>
DataplexTableSpec.Builder. getExternalTablesList()
List of external tables registered by Dataplex in other systems based on the same underlying data.List<DataplexExternalTable>
DataplexTableSpec. getExternalTablesList()
List of external tables registered by Dataplex in other systems based on the same underlying data.List<DataplexExternalTable>
DataplexTableSpecOrBuilder. getExternalTablesList()
List of external tables registered by Dataplex in other systems based on the same underlying data.com.google.protobuf.Parser<DataplexExternalTable>
DataplexExternalTable. getParserForType()
static com.google.protobuf.Parser<DataplexExternalTable>
DataplexExternalTable. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type DataplexExternalTable Modifier and Type Method Description DataplexTableSpec.Builder
DataplexTableSpec.Builder. addExternalTables(int index, DataplexExternalTable value)
List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexTableSpec.Builder
DataplexTableSpec.Builder. addExternalTables(DataplexExternalTable value)
List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexExternalTable.Builder
DataplexExternalTable.Builder. mergeFrom(DataplexExternalTable other)
static DataplexExternalTable.Builder
DataplexExternalTable. newBuilder(DataplexExternalTable prototype)
DataplexTableSpec.Builder
DataplexTableSpec.Builder. setExternalTables(int index, DataplexExternalTable value)
List of external tables registered by Dataplex in other systems based on the same underlying data.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type DataplexExternalTable Modifier and Type Method Description DataplexTableSpec.Builder
DataplexTableSpec.Builder. addAllExternalTables(Iterable<? extends DataplexExternalTable> values)
List of external tables registered by Dataplex in other systems based on the same underlying data.
-