Package com.google.cloud.datacatalog.v1
Interface DataplexExternalTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataplexExternalTable
,DataplexExternalTable.Builder
public interface DataplexExternalTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSystemValue
int getSystemValue()
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
- Returns:
- The enum numeric value on the wire for system.
-
getSystem
IntegratedSystem getSystem()
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
- Returns:
- The system.
-
getFullyQualifiedName
String getFullyQualifiedName()
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
- Returns:
- The fullyQualifiedName.
-
getFullyQualifiedNameBytes
com.google.protobuf.ByteString getFullyQualifiedNameBytes()
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
- Returns:
- The bytes for fullyQualifiedName.
-
getGoogleCloudResource
String getGoogleCloudResource()
Google Cloud resource name of the external table.
string google_cloud_resource = 3;
- Returns:
- The googleCloudResource.
-
getGoogleCloudResourceBytes
com.google.protobuf.ByteString getGoogleCloudResourceBytes()
Google Cloud resource name of the external table.
string google_cloud_resource = 3;
- Returns:
- The bytes for googleCloudResource.
-
getDataCatalogEntry
String getDataCatalogEntry()
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
- Returns:
- The dataCatalogEntry.
-
getDataCatalogEntryBytes
com.google.protobuf.ByteString getDataCatalogEntryBytes()
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
- Returns:
- The bytes for dataCatalogEntry.
-
-