Package com.google.cloud.bigquery
Class BigQuery.QueryOption
- java.lang.Object
-
- com.google.cloud.bigquery.BigQuery.QueryOption
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
public static class BigQuery.QueryOption extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BigQuery.QueryResultsOption
getQueryResultsOption()
com.google.cloud.RetryOption
getRetryOption()
int
hashCode()
static BigQuery.QueryOption
of(BigQuery.QueryResultsOption resultsOption)
static BigQuery.QueryOption
of(com.google.cloud.RetryOption waitOption)
-
-
-
Method Detail
-
getQueryResultsOption
public BigQuery.QueryResultsOption getQueryResultsOption()
-
getRetryOption
public com.google.cloud.RetryOption getRetryOption()
-
of
public static BigQuery.QueryOption of(BigQuery.QueryResultsOption resultsOption)
-
of
public static BigQuery.QueryOption of(com.google.cloud.RetryOption waitOption)
-
-