public static enum ProductInputConfig.SourceCase extends Enum<ProductInputConfig.SourceCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BIG_QUERY_SOURCE |
GCS_SOURCE |
PRODUCT_INLINE_SOURCE |
SOURCE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ProductInputConfig.SourceCase |
forNumber(int value) |
int |
getNumber() |
static ProductInputConfig.SourceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProductInputConfig.SourceCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductInputConfig.SourceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductInputConfig.SourceCase PRODUCT_INLINE_SOURCE
public static final ProductInputConfig.SourceCase GCS_SOURCE
public static final ProductInputConfig.SourceCase BIG_QUERY_SOURCE
public static final ProductInputConfig.SourceCase SOURCE_NOT_SET
public static ProductInputConfig.SourceCase[] values()
for (ProductInputConfig.SourceCase c : ProductInputConfig.SourceCase.values()) System.out.println(c);
public static ProductInputConfig.SourceCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static ProductInputConfig.SourceCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ProductInputConfig.SourceCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.