Interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource,ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder
- Enclosing class:
- ModelMonitoringInput.ModelMonitoringDataset
public static interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetQuery()Standard SQL to be used instead of the `table_uri`.com.google.protobuf.ByteStringStandard SQL to be used instead of the `table_uri`.BigQuery URI to a table, up to 2000 characters long.com.google.protobuf.ByteStringBigQuery URI to a table, up to 2000 characters long.booleanhasQuery()Standard SQL to be used instead of the `table_uri`.booleanBigQuery URI to a table, up to 2000 characters long.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTableUri
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:
- Whether the tableUri field is set.
-
getTableUri
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:
- The tableUri.
-
getTableUriBytes
com.google.protobuf.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:
- The bytes for tableUri.
-
hasQuery
boolean hasQuery()Standard SQL to be used instead of the `table_uri`.
string query = 2;- Returns:
- Whether the query field is set.
-
getQuery
String getQuery()Standard SQL to be used instead of the `table_uri`.
string query = 2;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()Standard SQL to be used instead of the `table_uri`.
string query = 2;- Returns:
- The bytes for query.
-
getConnectionCase
-