public static enum Streaming.NodeType extends Enum<Streaming.NodeType> implements com.google.protobuf.ProtocolMessageEnum
ray.streaming.proto.NodeType| Enum Constant and Description |
|---|
SINK
SINK = 3; |
SOURCE
SOURCE = 1; |
TRANSFORM
TRANSFORM = 2; |
UNKNOWN
UNKNOWN = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SINK_VALUE
SINK = 3; |
static int |
SOURCE_VALUE
SOURCE = 1; |
static int |
TRANSFORM_VALUE
TRANSFORM = 2; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Streaming.NodeType |
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<Streaming.NodeType> |
internalGetValueMap() |
static Streaming.NodeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Streaming.NodeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Streaming.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Streaming.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Streaming.NodeType UNKNOWN
UNKNOWN = 0;public static final Streaming.NodeType SOURCE
SOURCE = 1;public static final Streaming.NodeType TRANSFORM
TRANSFORM = 2;public static final Streaming.NodeType SINK
SINK = 3;public static final Streaming.NodeType UNRECOGNIZED
public static final int UNKNOWN_VALUE
UNKNOWN = 0;public static final int SOURCE_VALUE
SOURCE = 1;public static final int TRANSFORM_VALUE
TRANSFORM = 2;public static final int SINK_VALUE
SINK = 3;public static Streaming.NodeType[] values()
for (Streaming.NodeType c : Streaming.NodeType.values()) System.out.println(c);
public static Streaming.NodeType 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 Streaming.NodeType valueOf(int value)
forNumber(int) instead.public static Streaming.NodeType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Streaming.NodeType> 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 Streaming.NodeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021. All rights reserved.