Uses of Class
com.google.cloud.datacatalog.v1.DataplexExternalTable
-
Uses of DataplexExternalTable in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return DataplexExternalTableModifier and TypeMethodDescriptionDataplexExternalTable.Builder.build()DataplexExternalTable.Builder.buildPartial()static DataplexExternalTableDataplexExternalTable.getDefaultInstance()DataplexExternalTable.Builder.getDefaultInstanceForType()DataplexExternalTable.getDefaultInstanceForType()DataplexTableSpec.Builder.getExternalTables(int index) List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexTableSpec.getExternalTables(int index) List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexTableSpecOrBuilder.getExternalTables(int index) List of external tables registered by Dataplex in other systems based on the same underlying data.static DataplexExternalTableDataplexExternalTable.parseDelimitedFrom(InputStream input) static DataplexExternalTableDataplexExternalTable.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataplexExternalTableDataplexExternalTable.parseFrom(byte[] data) static DataplexExternalTableDataplexExternalTable.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataplexExternalTableDataplexExternalTable.parseFrom(com.google.protobuf.ByteString data) static DataplexExternalTableDataplexExternalTable.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataplexExternalTableDataplexExternalTable.parseFrom(com.google.protobuf.CodedInputStream input) static DataplexExternalTableDataplexExternalTable.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataplexExternalTableDataplexExternalTable.parseFrom(InputStream input) static DataplexExternalTableDataplexExternalTable.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataplexExternalTableDataplexExternalTable.parseFrom(ByteBuffer data) static DataplexExternalTableDataplexExternalTable.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type DataplexExternalTableModifier and TypeMethodDescriptionDataplexTableSpec.Builder.getExternalTablesList()List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexTableSpec.getExternalTablesList()List of external tables registered by Dataplex in other systems based on the same underlying data.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 DataplexExternalTableModifier and TypeMethodDescriptionDataplexTableSpec.Builder.addExternalTables(int index, DataplexExternalTable value) List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexTableSpec.Builder.addExternalTables(DataplexExternalTable value) List of external tables registered by Dataplex in other systems based on the same underlying data.DataplexExternalTable.Builder.mergeFrom(DataplexExternalTable other) DataplexExternalTable.newBuilder(DataplexExternalTable prototype) 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 DataplexExternalTableModifier and TypeMethodDescriptionDataplexTableSpec.Builder.addAllExternalTables(Iterable<? extends DataplexExternalTable> values) List of external tables registered by Dataplex in other systems based on the same underlying data.