public static enum Condition.Sys extends Enum<Condition.Sys> implements com.google.protobuf.ProtocolMessageEnum
This is deprecated and has no effect. Do not use. Additional supported values which may be not listed in the enum directly due to technical reasons: NO_ATTRProtobuf enum
google.cloud.compute.v1.Condition.Sys| Enum Constant and Description |
|---|
IP
This is deprecated and has no effect.
|
NAME
This is deprecated and has no effect.
|
REGION
This is deprecated and has no effect.
|
SERVICE
This is deprecated and has no effect.
|
UNDEFINED_SYS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IP_VALUE
This is deprecated and has no effect.
|
static int |
NAME_VALUE
This is deprecated and has no effect.
|
static int |
REGION_VALUE
This is deprecated and has no effect.
|
static int |
SERVICE_VALUE
This is deprecated and has no effect.
|
static int |
UNDEFINED_SYS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition.Sys |
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.Sys> |
internalGetValueMap() |
static Condition.Sys |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Condition.Sys |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Condition.Sys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Sys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.Sys UNDEFINED_SYS
A value indicating that the enum field is not set.
UNDEFINED_SYS = 0;public static final Condition.Sys IP
This is deprecated and has no effect. Do not use.
IP = 2343;public static final Condition.Sys NAME
This is deprecated and has no effect. Do not use.
NAME = 2388619;public static final Condition.Sys REGION
This is deprecated and has no effect. Do not use.
REGION = 266017524;public static final Condition.Sys SERVICE
This is deprecated and has no effect. Do not use.
SERVICE = 17781397;public static final Condition.Sys UNRECOGNIZED
public static final int UNDEFINED_SYS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SYS = 0;public static final int IP_VALUE
This is deprecated and has no effect. Do not use.
IP = 2343;public static final int NAME_VALUE
This is deprecated and has no effect. Do not use.
NAME = 2388619;public static final int REGION_VALUE
This is deprecated and has no effect. Do not use.
REGION = 266017524;public static final int SERVICE_VALUE
This is deprecated and has no effect. Do not use.
SERVICE = 17781397;public static Condition.Sys[] values()
for (Condition.Sys c : Condition.Sys.values()) System.out.println(c);
public static Condition.Sys 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.Sys valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Condition.Sys forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Condition.Sys> 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.Sys valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.