Interface DataSourceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DataSource, DataSource.Builder

    public interface DataSourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getServiceValue

        int getServiceValue()
         Service that physically stores the data.
         
        .google.cloud.datacatalog.v1.DataSource.Service service = 1;
        Returns:
        The enum numeric value on the wire for service.
      • getService

        DataSource.Service getService()
         Service that physically stores the data.
         
        .google.cloud.datacatalog.v1.DataSource.Service service = 1;
        Returns:
        The service.
      • getResource

        String getResource()
         Full name of a resource as defined by the service. For example:
        
         `//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}`
         
        string resource = 2;
        Returns:
        The resource.
      • getResourceBytes

        com.google.protobuf.ByteString getResourceBytes()
         Full name of a resource as defined by the service. For example:
        
         `//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}`
         
        string resource = 2;
        Returns:
        The bytes for resource.
      • getSourceEntry

        String getSourceEntry()
         Output only. Data Catalog entry name, if applicable.
         
        string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The sourceEntry.
      • getSourceEntryBytes

        com.google.protobuf.ByteString getSourceEntryBytes()
         Output only. Data Catalog entry name, if applicable.
         
        string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for sourceEntry.
      • hasStorageProperties

        boolean hasStorageProperties()
         Detailed properties of the underlying storage.
         
        .google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;
        Returns:
        Whether the storageProperties field is set.
      • getStorageProperties

        StorageProperties getStorageProperties()
         Detailed properties of the underlying storage.
         
        .google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;
        Returns:
        The storageProperties.
      • getStoragePropertiesOrBuilder

        StoragePropertiesOrBuilder getStoragePropertiesOrBuilder()
         Detailed properties of the underlying storage.
         
        .google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;