public static enum RunnerApi.Parameter.Type extends Enum<RunnerApi.Parameter.Type> implements com.google.protobuf.ProtocolMessageEnum
org.apache.beam.runner_api.v1.Parameter.Type| Enum Constant and Description |
|---|
PIPELINE_OPTIONS
PIPELINE_OPTIONS = 1; |
RESTRICTION_TRACKER
RESTRICTION_TRACKER = 2; |
UNRECOGNIZED |
WINDOW
WINDOW = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
PIPELINE_OPTIONS_VALUE
PIPELINE_OPTIONS = 1; |
static int |
RESTRICTION_TRACKER_VALUE
RESTRICTION_TRACKER = 2; |
static int |
WINDOW_VALUE
WINDOW = 0; |
| Modifier and Type | Method and Description |
|---|---|
static RunnerApi.Parameter.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.Parameter.Type> |
internalGetValueMap() |
static RunnerApi.Parameter.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunnerApi.Parameter.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunnerApi.Parameter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerApi.Parameter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerApi.Parameter.Type WINDOW
WINDOW = 0;public static final RunnerApi.Parameter.Type PIPELINE_OPTIONS
PIPELINE_OPTIONS = 1;public static final RunnerApi.Parameter.Type RESTRICTION_TRACKER
RESTRICTION_TRACKER = 2;public static final RunnerApi.Parameter.Type UNRECOGNIZED
public static final int WINDOW_VALUE
WINDOW = 0;public static final int PIPELINE_OPTIONS_VALUE
PIPELINE_OPTIONS = 1;public static final int RESTRICTION_TRACKER_VALUE
RESTRICTION_TRACKER = 2;public static RunnerApi.Parameter.Type[] values()
for (RunnerApi.Parameter.Type c : RunnerApi.Parameter.Type.values()) System.out.println(c);
public static RunnerApi.Parameter.Type 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RunnerApi.Parameter.Type valueOf(int value)
forNumber(int) instead.public static RunnerApi.Parameter.Type forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.Parameter.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RunnerApi.Parameter.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.