public static enum InterconnectLocation.Continent extends Enum<InterconnectLocation.Continent> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICAProtobuf enum
google.cloud.compute.v1.InterconnectLocation.Continent| Enum Constant and Description |
|---|
AFRICA
AFRICA = 317443706; |
ASIA_PAC
ASIA_PAC = 119782269; |
C_AFRICA
C_AFRICA = 71993846; |
C_ASIA_PAC
C_ASIA_PAC = 465668089; |
C_EUROPE
C_EUROPE = 200369438; |
C_NORTH_AMERICA
C_NORTH_AMERICA = 275697048; |
C_SOUTH_AMERICA
C_SOUTH_AMERICA = 397149792; |
EUROPE
EUROPE = 445819298; |
NORTH_AMERICA
NORTH_AMERICA = 448015508; |
SOUTH_AMERICA
SOUTH_AMERICA = 32597340; |
UNDEFINED_CONTINENT
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AFRICA_VALUE
AFRICA = 317443706; |
static int |
ASIA_PAC_VALUE
ASIA_PAC = 119782269; |
static int |
C_AFRICA_VALUE
C_AFRICA = 71993846; |
static int |
C_ASIA_PAC_VALUE
C_ASIA_PAC = 465668089; |
static int |
C_EUROPE_VALUE
C_EUROPE = 200369438; |
static int |
C_NORTH_AMERICA_VALUE
C_NORTH_AMERICA = 275697048; |
static int |
C_SOUTH_AMERICA_VALUE
C_SOUTH_AMERICA = 397149792; |
static int |
EUROPE_VALUE
EUROPE = 445819298; |
static int |
NORTH_AMERICA_VALUE
NORTH_AMERICA = 448015508; |
static int |
SOUTH_AMERICA_VALUE
SOUTH_AMERICA = 32597340; |
static int |
UNDEFINED_CONTINENT_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectLocation.Continent |
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<InterconnectLocation.Continent> |
internalGetValueMap() |
static InterconnectLocation.Continent |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectLocation.Continent |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectLocation.Continent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectLocation.Continent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectLocation.Continent UNDEFINED_CONTINENT
A value indicating that the enum field is not set.
UNDEFINED_CONTINENT = 0;public static final InterconnectLocation.Continent AFRICA
AFRICA = 317443706;public static final InterconnectLocation.Continent ASIA_PAC
ASIA_PAC = 119782269;public static final InterconnectLocation.Continent C_AFRICA
C_AFRICA = 71993846;public static final InterconnectLocation.Continent C_ASIA_PAC
C_ASIA_PAC = 465668089;public static final InterconnectLocation.Continent C_EUROPE
C_EUROPE = 200369438;public static final InterconnectLocation.Continent C_NORTH_AMERICA
C_NORTH_AMERICA = 275697048;public static final InterconnectLocation.Continent C_SOUTH_AMERICA
C_SOUTH_AMERICA = 397149792;public static final InterconnectLocation.Continent EUROPE
EUROPE = 445819298;public static final InterconnectLocation.Continent NORTH_AMERICA
NORTH_AMERICA = 448015508;public static final InterconnectLocation.Continent SOUTH_AMERICA
SOUTH_AMERICA = 32597340;public static final InterconnectLocation.Continent UNRECOGNIZED
public static final int UNDEFINED_CONTINENT_VALUE
A value indicating that the enum field is not set.
UNDEFINED_CONTINENT = 0;public static final int AFRICA_VALUE
AFRICA = 317443706;public static final int ASIA_PAC_VALUE
ASIA_PAC = 119782269;public static final int C_AFRICA_VALUE
C_AFRICA = 71993846;public static final int C_ASIA_PAC_VALUE
C_ASIA_PAC = 465668089;public static final int C_EUROPE_VALUE
C_EUROPE = 200369438;public static final int C_NORTH_AMERICA_VALUE
C_NORTH_AMERICA = 275697048;public static final int C_SOUTH_AMERICA_VALUE
C_SOUTH_AMERICA = 397149792;public static final int EUROPE_VALUE
EUROPE = 445819298;public static final int NORTH_AMERICA_VALUE
NORTH_AMERICA = 448015508;public static final int SOUTH_AMERICA_VALUE
SOUTH_AMERICA = 32597340;public static InterconnectLocation.Continent[] values()
for (InterconnectLocation.Continent c : InterconnectLocation.Continent.values()) System.out.println(c);
public static InterconnectLocation.Continent 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 InterconnectLocation.Continent valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectLocation.Continent forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectLocation.Continent> 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 InterconnectLocation.Continent valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.