public static enum OtsInternalApi.StreamStatus extends Enum<OtsInternalApi.StreamStatus> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
STREAM_ACTIVE |
STREAM_ENABLING |
| Modifier and Type | Field and Description |
|---|---|
static int |
STREAM_ACTIVE_VALUE |
static int |
STREAM_ENABLING_VALUE |
| Modifier and Type | Method and Description |
|---|---|
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<OtsInternalApi.StreamStatus> |
internalGetValueMap() |
static OtsInternalApi.StreamStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsInternalApi.StreamStatus |
valueOf(int value) |
static OtsInternalApi.StreamStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtsInternalApi.StreamStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtsInternalApi.StreamStatus STREAM_ENABLING
public static final OtsInternalApi.StreamStatus STREAM_ACTIVE
public static final int STREAM_ENABLING_VALUE
public static final int STREAM_ACTIVE_VALUE
public static OtsInternalApi.StreamStatus[] values()
for (OtsInternalApi.StreamStatus c : OtsInternalApi.StreamStatus.values()) System.out.println(c);
public static OtsInternalApi.StreamStatus 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.ProtocolMessageEnumpublic static OtsInternalApi.StreamStatus valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsInternalApi.StreamStatus> 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 OtsInternalApi.StreamStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.