Class LoadJobConfiguration.SourceColumnMatch (2.54.2)

publicstaticfinalclass LoadJobConfiguration.SourceColumnMatchextendsStringEnumValue

Inheritance

java.lang.Object > com.google.cloud.StringEnumValue > LoadJobConfiguration.SourceColumnMatch

Inherited Members

com.google.cloud.StringEnumValue.equals(java.lang.Object)
com.google.cloud.StringEnumValue.hashCode()
com.google.cloud.StringEnumValue.name()
com.google.cloud.StringEnumValue.toString()

Static Fields

NAME

publicstaticfinalLoadJobConfiguration.SourceColumnMatchNAME
Field Value
Type Description
LoadJobConfiguration.SourceColumnMatch

POSITION

publicstaticfinalLoadJobConfiguration.SourceColumnMatchPOSITION
Field Value
Type Description
LoadJobConfiguration.SourceColumnMatch

SOURCE_COLUMN_MATCH_UNSPECIFIED

publicstaticfinalLoadJobConfiguration.SourceColumnMatchSOURCE_COLUMN_MATCH_UNSPECIFIED
Field Value
Type Description
LoadJobConfiguration.SourceColumnMatch

Static Methods

valueOf(String constant)

publicstaticLoadJobConfiguration.SourceColumnMatchvalueOf(Stringconstant)

Get the SourceColumnMatch for the given String constant, and allow unrecognized values.

Parameter
Name Description
constant String
Returns
Type Description
LoadJobConfiguration.SourceColumnMatch

valueOfStrict(String constant)

publicstaticLoadJobConfiguration.SourceColumnMatchvalueOfStrict(Stringconstant)

Get the SourceColumnMatch for the given String constant, and throw an exception if the constant is not recognized.

Parameter
Name Description
constant String
Returns
Type Description
LoadJobConfiguration.SourceColumnMatch

values()

publicstaticLoadJobConfiguration.SourceColumnMatch[]values()

Return the known values for SourceColumnMatch.

Returns
Type Description
SourceColumnMatch[]

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.