Uses of Enum
com.google.cloud.bigquery.BigQuery.TableMetadataView
Packages that use BigQuery.TableMetadataView
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.TableMetadataView in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.TableMetadataViewModifier and TypeMethodDescriptionstatic BigQuery.TableMetadataViewReturns the enum constant of this type with the specified name.static BigQuery.TableMetadataView[]BigQuery.TableMetadataView.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.TableMetadataViewModifier and TypeMethodDescriptionstatic BigQuery.TableOptionBigQuery.TableOption.tableMetadataView(BigQuery.TableMetadataView tableMetadataView) Returns an option to specify the metadata of the table.