Uses of Class
com.google.cloud.bigquery.ExternalTableDefinition.SourceColumnMatch
Packages that use ExternalTableDefinition.SourceColumnMatch
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of ExternalTableDefinition.SourceColumnMatch in com.google.cloud.bigquery
Fields in com.google.cloud.bigquery declared as ExternalTableDefinition.SourceColumnMatchModifier and TypeFieldDescriptionstatic final ExternalTableDefinition.SourceColumnMatchExternalTableDefinition.SourceColumnMatch.NAMEstatic final ExternalTableDefinition.SourceColumnMatchExternalTableDefinition.SourceColumnMatch.POSITIONMethods in com.google.cloud.bigquery that return ExternalTableDefinition.SourceColumnMatchModifier and TypeMethodDescriptionExternalTableDefinition.getSourceColumnMatch()Returns the strategy used to match loaded columns to the schema, either POSITION or NAME.Get the SourceColumnMatch for the given String constant, and allow unrecognized values.ExternalTableDefinition.SourceColumnMatch.valueOfStrict(String constant) Get the SourceColumnMatch for the given String constant, and throw an exception if the constant is not recognized.ExternalTableDefinition.SourceColumnMatch.values()Return the known values for SourceColumnMatch.Methods in com.google.cloud.bigquery with parameters of type ExternalTableDefinition.SourceColumnMatchModifier and TypeMethodDescriptionabstract ExternalTableDefinition.BuilderExternalTableDefinition.Builder.setSourceColumnMatch(ExternalTableDefinition.SourceColumnMatch sourceColumnMatch) Controls the strategy used to match loaded columns to the schema.