public static enum RunnerApi.IsBounded.Enum extends Enum<RunnerApi.IsBounded.Enum> implements com.google.protobuf.ProtocolMessageEnum
org.apache.beam.runner_api.v1.IsBounded.Enum| Enum Constant and Description |
|---|
BOUNDED
BOUNDED = 2; |
UNBOUNDED
UNBOUNDED = 1; |
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOUNDED_VALUE
BOUNDED = 2; |
static int |
UNBOUNDED_VALUE
UNBOUNDED = 1; |
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static RunnerApi.IsBounded.Enum |
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.IsBounded.Enum> |
internalGetValueMap() |
static RunnerApi.IsBounded.Enum |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunnerApi.IsBounded.Enum |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunnerApi.IsBounded.Enum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerApi.IsBounded.Enum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerApi.IsBounded.Enum UNSPECIFIED
UNSPECIFIED = 0;public static final RunnerApi.IsBounded.Enum UNBOUNDED
UNBOUNDED = 1;public static final RunnerApi.IsBounded.Enum BOUNDED
BOUNDED = 2;public static final RunnerApi.IsBounded.Enum UNRECOGNIZED
public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 0;public static final int UNBOUNDED_VALUE
UNBOUNDED = 1;public static final int BOUNDED_VALUE
BOUNDED = 2;public static RunnerApi.IsBounded.Enum[] values()
for (RunnerApi.IsBounded.Enum c : RunnerApi.IsBounded.Enum.values()) System.out.println(c);
public static RunnerApi.IsBounded.Enum 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.IsBounded.Enum valueOf(int value)
forNumber(int) instead.public static RunnerApi.IsBounded.Enum forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.IsBounded.Enum> 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.IsBounded.Enum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.