public interface DataplexExternalTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataCatalogEntry()
public abstract String getDataCatalogEntry()Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The dataCatalogEntry. |
getDataCatalogEntryBytes()
public abstract ByteString getDataCatalogEntryBytes()Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataCatalogEntry. |
getFullyQualifiedName()
public abstract String getFullyQualifiedName()Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
| Returns | |
|---|---|
| Type | Description |
String |
The fullyQualifiedName. |
getFullyQualifiedNameBytes()
public abstract ByteString getFullyQualifiedNameBytes()Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fullyQualifiedName. |
getGoogleCloudResource()
public abstract String getGoogleCloudResource()Google Cloud resource name of the external table.
string google_cloud_resource = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The googleCloudResource. |
getGoogleCloudResourceBytes()
public abstract ByteString getGoogleCloudResourceBytes()Google Cloud resource name of the external table.
string google_cloud_resource = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
IntegratedSystem |
The system. |
getSystemValue()
public abstract int getSystemValue()Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for system. |