Interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySourceOrBuilder (3.45.0)

public static interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionCase()

public abstract ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.ConnectionCase getConnectionCase()
Returns
Type Description
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.ConnectionCase

getQuery()

public abstract String getQuery()

Standard SQL to be used instead of the table_uri.

string query = 2;

Returns
Type Description
String

The query.

getQueryBytes()

public abstract ByteString getQueryBytes()

Standard SQL to be used instead of the table_uri.

string query = 2;

Returns
Type Description
ByteString

The bytes for query.

getTableUri()

public abstract String getTableUri()

BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

string table_uri = 1;

Returns
Type Description
String

The tableUri.

getTableUriBytes()

public abstract ByteString getTableUriBytes()

BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

string table_uri = 1;

Returns
Type Description
ByteString

The bytes for tableUri.

hasQuery()

public abstract boolean hasQuery()

Standard SQL to be used instead of the table_uri.

string query = 2;

Returns
Type Description
boolean

Whether the query field is set.

hasTableUri()

public abstract boolean hasTableUri()

BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

string table_uri = 1;

Returns
Type Description
boolean

Whether the tableUri field is set.