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 Type
    Method
    Description
    Name of the Data Catalog entry representing the external table.
    com.google.protobuf.ByteString
    Name of the Data Catalog entry representing the external table.
    Fully qualified name (FQN) of the external table.
    com.google.protobuf.ByteString
    Fully qualified name (FQN) of the external table.
    Google Cloud resource name of the external table.
    com.google.protobuf.ByteString
    Google Cloud resource name of the external table.
    Service in which the external table is registered.
    int
    Service in which the external table is registered.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.