Package com.google.cloud.bigquery
Class ExternalTableDefinition.SourceColumnMatch
java.lang.Object
com.google.cloud.StringEnumValue
com.google.cloud.bigquery.ExternalTableDefinition.SourceColumnMatch
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExternalTableDefinition
public static final class ExternalTableDefinition.SourceColumnMatch
extends com.google.cloud.StringEnumValue
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExternalTableDefinition.SourceColumnMatchstatic final ExternalTableDefinition.SourceColumnMatch -
Method Summary
Modifier and TypeMethodDescriptionGet the SourceColumnMatch for the given String constant, and allow unrecognized values.valueOfStrict(String constant) Get the SourceColumnMatch for the given String constant, and throw an exception if the constant is not recognized.values()Return the known values for SourceColumnMatch.Methods inherited from class com.google.cloud.StringEnumValue
equals, hashCode, name, toString
-
Field Details
-
POSITION
-
NAME
-
-
Method Details
-
valueOfStrict
Get the SourceColumnMatch for the given String constant, and throw an exception if the constant is not recognized. -
valueOf
Get the SourceColumnMatch for the given String constant, and allow unrecognized values. -
values
Return the known values for SourceColumnMatch.
-