public static enum RunnerApi.MessageWithComponents.RootCase extends Enum<RunnerApi.MessageWithComponents.RootCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CODER |
COMBINE_PAYLOAD |
FUNCTION_SPEC |
PAR_DO_PAYLOAD |
PCOLLECTION |
PTRANSFORM |
READ_PAYLOAD |
ROOT_NOT_SET |
SDK_FUNCTION_SPEC |
SIDE_INPUT |
WINDOW_INTO_PAYLOAD |
WINDOWING_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
static RunnerApi.MessageWithComponents.RootCase |
forNumber(int value) |
int |
getNumber() |
static RunnerApi.MessageWithComponents.RootCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunnerApi.MessageWithComponents.RootCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerApi.MessageWithComponents.RootCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerApi.MessageWithComponents.RootCase CODER
public static final RunnerApi.MessageWithComponents.RootCase COMBINE_PAYLOAD
public static final RunnerApi.MessageWithComponents.RootCase SDK_FUNCTION_SPEC
public static final RunnerApi.MessageWithComponents.RootCase PAR_DO_PAYLOAD
public static final RunnerApi.MessageWithComponents.RootCase PTRANSFORM
public static final RunnerApi.MessageWithComponents.RootCase PCOLLECTION
public static final RunnerApi.MessageWithComponents.RootCase READ_PAYLOAD
public static final RunnerApi.MessageWithComponents.RootCase SIDE_INPUT
public static final RunnerApi.MessageWithComponents.RootCase WINDOW_INTO_PAYLOAD
public static final RunnerApi.MessageWithComponents.RootCase WINDOWING_STRATEGY
public static final RunnerApi.MessageWithComponents.RootCase FUNCTION_SPEC
public static final RunnerApi.MessageWithComponents.RootCase ROOT_NOT_SET
public static RunnerApi.MessageWithComponents.RootCase[] values()
for (RunnerApi.MessageWithComponents.RootCase c : RunnerApi.MessageWithComponents.RootCase.values()) System.out.println(c);
public static RunnerApi.MessageWithComponents.RootCase 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 RunnerApi.MessageWithComponents.RootCase valueOf(int value)
forNumber(int) instead.public static RunnerApi.MessageWithComponents.RootCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.