Package com.google.cloud.bigquery
Class BigQuery.DatasetDeleteOption
- java.lang.Object
-
- com.google.cloud.bigquery.BigQuery.DatasetDeleteOption
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
public static class BigQuery.DatasetDeleteOption extends Object
Class for specifying dataset delete options.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BigQuery.DatasetDeleteOption
deleteContents()
Returns an option to delete a dataset even if non-empty.boolean
equals(Object obj)
int
hashCode()
String
toString()
-
-
-
Method Detail
-
deleteContents
public static BigQuery.DatasetDeleteOption deleteContents()
Returns an option to delete a dataset even if non-empty. If not provided, attempting to delete a non-empty dataset will result in aBigQueryException
being thrown.
-
-