public abstract class BigQueryRowsCheck extends ConditionCheck
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BigQueryRowsCheck.Builder
Builder for  
BigQueryRowsCheck. | 
ConditionCheck.CheckResult| Constructor and Description | 
|---|
BigQueryRowsCheck()  | 
| Modifier and Type | Method and Description | 
|---|---|
static BigQueryRowsCheck.Builder | 
builder(BigQueryResourceManager resourceManager,
       com.google.cloud.bigquery.TableId tableId)  | 
ConditionCheck.CheckResult | 
check()  | 
java.lang.String | 
getDescription()  | 
java.lang.Long | 
getRowCount()  | 
and, getpublic java.lang.String getDescription()
getDescription in class ConditionCheckpublic ConditionCheck.CheckResult check()
check in class ConditionCheckpublic static BigQueryRowsCheck.Builder builder(BigQueryResourceManager resourceManager, com.google.cloud.bigquery.TableId tableId)
public java.lang.Long getRowCount()