Uses of Class
com.google.cloud.bigquery.LoadJobConfiguration.SourceColumnMatch
Packages that use LoadJobConfiguration.SourceColumnMatch
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of LoadJobConfiguration.SourceColumnMatch in com.google.cloud.bigquery
Fields in com.google.cloud.bigquery declared as LoadJobConfiguration.SourceColumnMatchModifier and TypeFieldDescriptionstatic final LoadJobConfiguration.SourceColumnMatchLoadJobConfiguration.SourceColumnMatch.NAMEstatic final LoadJobConfiguration.SourceColumnMatchLoadJobConfiguration.SourceColumnMatch.POSITIONstatic final LoadJobConfiguration.SourceColumnMatchLoadJobConfiguration.SourceColumnMatch.SOURCE_COLUMN_MATCH_UNSPECIFIEDMethods in com.google.cloud.bigquery that return LoadJobConfiguration.SourceColumnMatchModifier and TypeMethodDescriptionLoadJobConfiguration.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.LoadJobConfiguration.SourceColumnMatch.valueOfStrict(String constant) Get the SourceColumnMatch for the given String constant, and throw an exception if the constant is not recognized.LoadJobConfiguration.SourceColumnMatch.values()Return the known values for SourceColumnMatch.Methods in com.google.cloud.bigquery with parameters of type LoadJobConfiguration.SourceColumnMatchModifier and TypeMethodDescriptionLoadJobConfiguration.Builder.setSourceColumnMatch(LoadJobConfiguration.SourceColumnMatch sourceColumnMatch) Controls the strategy used to match loaded columns to the schema.