Interface DataSourceTypeOrBuilder (3.45.0)

public interface DataSourceTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSource()

public abstract String getDataSource()

Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project

string data_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The dataSource.

getDataSourceBytes()

public abstract ByteString getDataSourceBytes()

Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project

string data_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for dataSource.