Uses of Enum
com.google.cloud.bigquery.QueryResultsFormat
Packages that use QueryResultsFormat
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of QueryResultsFormat in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return QueryResultsFormatModifier and TypeMethodDescriptionQueryJobConfiguration.getQueryResultsFormat()[Beta] Returns the query results response format.static QueryResultsFormatReturns the enum constant of this type with the specified name.static QueryResultsFormat[]QueryResultsFormat.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 QueryResultsFormatModifier and TypeMethodDescriptionQueryJobConfiguration.Builder.setQueryResultsFormat(QueryResultsFormat queryResultsFormat) [Beta] Sets the query results response format.