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 booleanequals(Object o)BigQuery.QueryResultsOptiongetQueryResultsOption()com.google.cloud.RetryOptiongetRetryOption()inthashCode()static BigQuery.QueryOptionof(BigQuery.QueryResultsOption resultsOption)static BigQuery.QueryOptionof(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)
-
-