public static enum InterconnectRemoteLocation.Continent extends Enum<InterconnectRemoteLocation.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.InterconnectRemoteLocation.Continent| Enum Constant and Description |
|---|
AFRICA
AFRICA = 317443706; |
ASIA_PAC
ASIA_PAC = 119782269; |
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 |
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 InterconnectRemoteLocation.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<InterconnectRemoteLocation.Continent> |
internalGetValueMap() |
static InterconnectRemoteLocation.Continent |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectRemoteLocation.Continent |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectRemoteLocation.Continent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectRemoteLocation.Continent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectRemoteLocation.Continent UNDEFINED_CONTINENT
A value indicating that the enum field is not set.
UNDEFINED_CONTINENT = 0;public static final InterconnectRemoteLocation.Continent AFRICA
AFRICA = 317443706;public static final InterconnectRemoteLocation.Continent ASIA_PAC
ASIA_PAC = 119782269;public static final InterconnectRemoteLocation.Continent EUROPE
EUROPE = 445819298;public static final InterconnectRemoteLocation.Continent NORTH_AMERICA
NORTH_AMERICA = 448015508;public static final InterconnectRemoteLocation.Continent SOUTH_AMERICA
SOUTH_AMERICA = 32597340;public static final InterconnectRemoteLocation.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 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 InterconnectRemoteLocation.Continent[] values()
for (InterconnectRemoteLocation.Continent c : InterconnectRemoteLocation.Continent.values()) System.out.println(c);
public static InterconnectRemoteLocation.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 InterconnectRemoteLocation.Continent valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectRemoteLocation.Continent forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectRemoteLocation.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 InterconnectRemoteLocation.Continent valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.