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, get
public java.lang.String getDescription()
getDescription
in class ConditionCheck
public ConditionCheck.CheckResult check()
check
in class ConditionCheck
public static BigQueryRowsCheck.Builder builder(BigQueryResourceManager resourceManager, com.google.cloud.bigquery.TableId tableId)
public java.lang.Long getRowCount()