Uses of Enum
com.google.cloud.bigquery.TableMetadataCacheUsage.UnusedReason
Packages that use TableMetadataCacheUsage.UnusedReason
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of TableMetadataCacheUsage.UnusedReason in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TableMetadataCacheUsage.UnusedReasonModifier and TypeMethodDescriptionabstract TableMetadataCacheUsage.UnusedReasonTableMetadataCacheUsage.getUnusedReason()Returns the enum constant of this type with the specified name.static TableMetadataCacheUsage.UnusedReason[]TableMetadataCacheUsage.UnusedReason.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 TableMetadataCacheUsage.UnusedReasonModifier and TypeMethodDescriptionabstract TableMetadataCacheUsage.BuilderTableMetadataCacheUsage.Builder.setUnusedReason(TableMetadataCacheUsage.UnusedReason unusedReason) Sets reason for not using metadata caching for the table.