public static enum InterconnectLocationRegionInfo.LocationPresence extends Enum<InterconnectLocationRegionInfo.LocationPresence> implements com.google.protobuf.ProtocolMessageEnum
Identifies the network presence of this location.Protobuf enum
google.cloud.compute.v1.InterconnectLocationRegionInfo.LocationPresence| Enum Constant and Description |
|---|
GLOBAL
This region is not in any common network presence with this InterconnectLocation.
|
LOCAL_REGION
This region shares the same regional network presence as this InterconnectLocation.
|
LP_GLOBAL
[Deprecated] This region is not in any common network presence with this InterconnectLocation.
|
LP_LOCAL_REGION
[Deprecated] This region shares the same regional network presence as this InterconnectLocation.
|
UNDEFINED_LOCATION_PRESENCE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GLOBAL_VALUE
This region is not in any common network presence with this InterconnectLocation.
|
static int |
LOCAL_REGION_VALUE
This region shares the same regional network presence as this InterconnectLocation.
|
static int |
LP_GLOBAL_VALUE
[Deprecated] This region is not in any common network presence with this InterconnectLocation.
|
static int |
LP_LOCAL_REGION_VALUE
[Deprecated] This region shares the same regional network presence as this InterconnectLocation.
|
static int |
UNDEFINED_LOCATION_PRESENCE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectLocationRegionInfo.LocationPresence |
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<InterconnectLocationRegionInfo.LocationPresence> |
internalGetValueMap() |
static InterconnectLocationRegionInfo.LocationPresence |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectLocationRegionInfo.LocationPresence |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectLocationRegionInfo.LocationPresence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectLocationRegionInfo.LocationPresence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectLocationRegionInfo.LocationPresence UNDEFINED_LOCATION_PRESENCE
A value indicating that the enum field is not set.
UNDEFINED_LOCATION_PRESENCE = 0;public static final InterconnectLocationRegionInfo.LocationPresence GLOBAL
This region is not in any common network presence with this InterconnectLocation.
GLOBAL = 494663587;public static final InterconnectLocationRegionInfo.LocationPresence LOCAL_REGION
This region shares the same regional network presence as this InterconnectLocation.
LOCAL_REGION = 403535464;public static final InterconnectLocationRegionInfo.LocationPresence LP_GLOBAL
[Deprecated] This region is not in any common network presence with this InterconnectLocation.
LP_GLOBAL = 429584062;public static final InterconnectLocationRegionInfo.LocationPresence LP_LOCAL_REGION
[Deprecated] This region shares the same regional network presence as this InterconnectLocation.
LP_LOCAL_REGION = 488598851;public static final InterconnectLocationRegionInfo.LocationPresence UNRECOGNIZED
public static final int UNDEFINED_LOCATION_PRESENCE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LOCATION_PRESENCE = 0;public static final int GLOBAL_VALUE
This region is not in any common network presence with this InterconnectLocation.
GLOBAL = 494663587;public static final int LOCAL_REGION_VALUE
This region shares the same regional network presence as this InterconnectLocation.
LOCAL_REGION = 403535464;public static final int LP_GLOBAL_VALUE
[Deprecated] This region is not in any common network presence with this InterconnectLocation.
LP_GLOBAL = 429584062;public static final int LP_LOCAL_REGION_VALUE
[Deprecated] This region shares the same regional network presence as this InterconnectLocation.
LP_LOCAL_REGION = 488598851;public static InterconnectLocationRegionInfo.LocationPresence[] values()
for (InterconnectLocationRegionInfo.LocationPresence c : InterconnectLocationRegionInfo.LocationPresence.values()) System.out.println(c);
public static InterconnectLocationRegionInfo.LocationPresence 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 InterconnectLocationRegionInfo.LocationPresence valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectLocationRegionInfo.LocationPresence forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectLocationRegionInfo.LocationPresence> 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 InterconnectLocationRegionInfo.LocationPresence valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.