Uses of Enum
com.google.cloud.bigquery.BigQuery.DatasetUpdateMode
Packages that use BigQuery.DatasetUpdateMode
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.DatasetUpdateMode in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.DatasetUpdateModeModifier and TypeMethodDescriptionstatic BigQuery.DatasetUpdateModeReturns the enum constant of this type with the specified name.static BigQuery.DatasetUpdateMode[]BigQuery.DatasetUpdateMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery with parameters of type BigQuery.DatasetUpdateModeModifier and TypeMethodDescriptionstatic BigQuery.DatasetOptionBigQuery.DatasetOption.updateMode(BigQuery.DatasetUpdateMode updateMode) Returns an option to specify the fields of dataset that update/patch operation is targeting.