Interface DataplexExternalTableOrBuilder (1.47.0)

public interface DataplexExternalTableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataCatalogEntry()

public abstract String getDataCatalogEntry()

Name of the Data Catalog entry representing the external table.

string data_catalog_entry = 4;

Returns
TypeDescription
String

The dataCatalogEntry.

getDataCatalogEntryBytes()

public abstract ByteString getDataCatalogEntryBytes()

Name of the Data Catalog entry representing the external table.

string data_catalog_entry = 4;

Returns
TypeDescription
ByteString

The bytes for dataCatalogEntry.

getFullyQualifiedName()

public abstract String getFullyQualifiedName()

Fully qualified name (FQN) of the external table.

string fully_qualified_name = 28;

Returns
TypeDescription
String

The fullyQualifiedName.

getFullyQualifiedNameBytes()

public abstract ByteString getFullyQualifiedNameBytes()

Fully qualified name (FQN) of the external table.

string fully_qualified_name = 28;

Returns
TypeDescription
ByteString

The bytes for fullyQualifiedName.

getGoogleCloudResource()

public abstract String getGoogleCloudResource()

Google Cloud resource name of the external table.

string google_cloud_resource = 3;

Returns
TypeDescription
String

The googleCloudResource.

getGoogleCloudResourceBytes()

public abstract ByteString getGoogleCloudResourceBytes()

Google Cloud resource name of the external table.

string google_cloud_resource = 3;

Returns
TypeDescription
ByteString

The bytes for googleCloudResource.

getSystem()

public abstract IntegratedSystem getSystem()

Service in which the external table is registered.

.google.cloud.datacatalog.v1.IntegratedSystem system = 1;

Returns
TypeDescription
IntegratedSystem

The system.

getSystemValue()

public abstract int getSystemValue()

Service in which the external table is registered.

.google.cloud.datacatalog.v1.IntegratedSystem system = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for system.