Interface DataSourceTypeOrBuilder (3.85.0)

public interface DataSourceTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSource()

public abstract String getDataSource()

A string that identifies the type of resource being profiled. Current values:

  • google/bigquery/table
  • google/project
  • google/sql/table
  • google/gcs/bucket

string data_source = 1;

Returns
Type Description
String

The dataSource.

getDataSourceBytes()

public abstract ByteString getDataSourceBytes()

A string that identifies the type of resource being profiled. Current values:

  • google/bigquery/table
  • google/project
  • google/sql/table
  • google/gcs/bucket

string data_source = 1;

Returns
Type Description
ByteString

The bytes for dataSource.