public interface DataplexExternalTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataCatalogEntry()
Name of the Data Catalog entry representing the external table.
|
com.google.protobuf.ByteString |
getDataCatalogEntryBytes()
Name of the Data Catalog entry representing the external table.
|
String |
getFullyQualifiedName()
Fully qualified name (FQN) of the external table.
|
com.google.protobuf.ByteString |
getFullyQualifiedNameBytes()
Fully qualified name (FQN) of the external table.
|
String |
getGoogleCloudResource()
Google Cloud resource name of the external table.
|
com.google.protobuf.ByteString |
getGoogleCloudResourceBytes()
Google Cloud resource name of the external table.
|
IntegratedSystem |
getSystem()
Service in which the external table is registered.
|
int |
getSystemValue()
Service in which the external table is registered.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSystemValue()
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;IntegratedSystem getSystem()
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;String getFullyQualifiedName()
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;com.google.protobuf.ByteString getFullyQualifiedNameBytes()
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;String getGoogleCloudResource()
Google Cloud resource name of the external table.
string google_cloud_resource = 3;com.google.protobuf.ByteString getGoogleCloudResourceBytes()
Google Cloud resource name of the external table.
string google_cloud_resource = 3;String getDataCatalogEntry()
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;com.google.protobuf.ByteString getDataCatalogEntryBytes()
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;Copyright © 2023 Google LLC. All rights reserved.