Enum InterconnectRemoteLocation.Continent (1.51.0)

public enum InterconnectRemoteLocation.Continent extends Enum<InterconnectRemoteLocation.Continent> implements ProtocolMessageEnum

[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA

Protobuf enum google.cloud.compute.v1.InterconnectRemoteLocation.Continent

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AFRICA

AFRICA = 317443706;

AFRICA_VALUE

AFRICA = 317443706;

ASIA_PAC

ASIA_PAC = 119782269;

ASIA_PAC_VALUE

ASIA_PAC = 119782269;

EUROPE

EUROPE = 445819298;

EUROPE_VALUE

EUROPE = 445819298;

NORTH_AMERICA

NORTH_AMERICA = 448015508;

NORTH_AMERICA_VALUE

NORTH_AMERICA = 448015508;

SOUTH_AMERICA

SOUTH_AMERICA = 32597340;

SOUTH_AMERICA_VALUE

SOUTH_AMERICA = 32597340;

UNDEFINED_CONTINENT

A value indicating that the enum field is not set.

UNDEFINED_CONTINENT = 0;

UNDEFINED_CONTINENT_VALUE

A value indicating that the enum field is not set.

UNDEFINED_CONTINENT = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()