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.DatasetDeleteOptiondeleteContents()Returns an option to delete a dataset even if non-empty.booleanequals(Object obj)inthashCode()StringtoString()
-
-
-
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 aBigQueryExceptionbeing thrown.
-
-