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