public static enum Projectionmanagement.UpdateReq.Options.EmitOptionCase extends java.lang.Enum<Projectionmanagement.UpdateReq.Options.EmitOptionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
EMIT_ENABLED |
EMITOPTION_NOT_SET |
NO_EMIT_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
static Projectionmanagement.UpdateReq.Options.EmitOptionCase |
forNumber(int value) |
int |
getNumber() |
static Projectionmanagement.UpdateReq.Options.EmitOptionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Projectionmanagement.UpdateReq.Options.EmitOptionCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Projectionmanagement.UpdateReq.Options.EmitOptionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Projectionmanagement.UpdateReq.Options.EmitOptionCase EMIT_ENABLED
public static final Projectionmanagement.UpdateReq.Options.EmitOptionCase NO_EMIT_OPTIONS
public static final Projectionmanagement.UpdateReq.Options.EmitOptionCase EMITOPTION_NOT_SET
public static Projectionmanagement.UpdateReq.Options.EmitOptionCase[] values()
for (Projectionmanagement.UpdateReq.Options.EmitOptionCase c : Projectionmanagement.UpdateReq.Options.EmitOptionCase.values()) System.out.println(c);
public static Projectionmanagement.UpdateReq.Options.EmitOptionCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Projectionmanagement.UpdateReq.Options.EmitOptionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Projectionmanagement.UpdateReq.Options.EmitOptionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite