public static enum Condition.Op extends Enum<Condition.Op> implements com.google.protobuf.ProtocolMessageEnum
This is deprecated and has no effect. Do not use.Protobuf enum
google.cloud.compute.v1.Condition.Op| Enum Constant and Description |
|---|
DISCHARGED
This is deprecated and has no effect.
|
EQUALS
This is deprecated and has no effect.
|
IN
This is deprecated and has no effect.
|
NO_OP
This is deprecated and has no effect.
|
NOT_EQUALS
This is deprecated and has no effect.
|
NOT_IN
This is deprecated and has no effect.
|
UNDEFINED_OP
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DISCHARGED_VALUE
This is deprecated and has no effect.
|
static int |
EQUALS_VALUE
This is deprecated and has no effect.
|
static int |
IN_VALUE
This is deprecated and has no effect.
|
static int |
NO_OP_VALUE
This is deprecated and has no effect.
|
static int |
NOT_EQUALS_VALUE
This is deprecated and has no effect.
|
static int |
NOT_IN_VALUE
This is deprecated and has no effect.
|
static int |
UNDEFINED_OP_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition.Op |
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<Condition.Op> |
internalGetValueMap() |
static Condition.Op |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Condition.Op |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Condition.Op |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Op[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.Op UNDEFINED_OP
A value indicating that the enum field is not set.
UNDEFINED_OP = 0;public static final Condition.Op DISCHARGED
This is deprecated and has no effect. Do not use.
DISCHARGED = 266338274;public static final Condition.Op EQUALS
This is deprecated and has no effect. Do not use.
EQUALS = 442201023;public static final Condition.Op IN
This is deprecated and has no effect. Do not use.
IN = 2341;public static final Condition.Op NOT_EQUALS
This is deprecated and has no effect. Do not use.
NOT_EQUALS = 19718859;public static final Condition.Op NOT_IN
This is deprecated and has no effect. Do not use.
NOT_IN = 161144369;public static final Condition.Op NO_OP
This is deprecated and has no effect. Do not use.
NO_OP = 74481951;public static final Condition.Op UNRECOGNIZED
public static final int UNDEFINED_OP_VALUE
A value indicating that the enum field is not set.
UNDEFINED_OP = 0;public static final int DISCHARGED_VALUE
This is deprecated and has no effect. Do not use.
DISCHARGED = 266338274;public static final int EQUALS_VALUE
This is deprecated and has no effect. Do not use.
EQUALS = 442201023;public static final int IN_VALUE
This is deprecated and has no effect. Do not use.
IN = 2341;public static final int NOT_EQUALS_VALUE
This is deprecated and has no effect. Do not use.
NOT_EQUALS = 19718859;public static final int NOT_IN_VALUE
This is deprecated and has no effect. Do not use.
NOT_IN = 161144369;public static final int NO_OP_VALUE
This is deprecated and has no effect. Do not use.
NO_OP = 74481951;public static Condition.Op[] values()
for (Condition.Op c : Condition.Op.values()) System.out.println(c);
public static Condition.Op 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 Condition.Op valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Condition.Op forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Condition.Op> 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 Condition.Op valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.