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
@Generated
public interface DataplexExternalTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of the Data Catalog entry representing the external table.com.google.protobuf.ByteStringName of the Data Catalog entry representing the external table.Fully qualified name (FQN) of the external table.com.google.protobuf.ByteStringFully qualified name (FQN) of the external table.Google Cloud resource name of the external table.com.google.protobuf.ByteStringGoogle Cloud resource name of the external table.Service in which the external table is registered.intService in which the external table is registered.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-