public static enum InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType extends Enum<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType| Enum Constant and Description |
|---|
INCOMPATIBLE_METROS
INCOMPATIBLE_METROS = 290410432; |
NO_INTERCONNECTS
NO_INTERCONNECTS = 523549575; |
NO_INTERCONNECTS_IN_METRO_AND_ZONE
NO_INTERCONNECTS_IN_METRO_AND_ZONE = 440966492; |
NOT_AVAILABLE
NOT_AVAILABLE = 140722205; |
OTHER
OTHER = 75532016; |
UNDEFINED_BLOCKER_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 526786327; |
| Modifier and Type | Field and Description |
|---|---|
static int |
INCOMPATIBLE_METROS_VALUE
INCOMPATIBLE_METROS = 290410432; |
static int |
NO_INTERCONNECTS_IN_METRO_AND_ZONE_VALUE
NO_INTERCONNECTS_IN_METRO_AND_ZONE = 440966492; |
static int |
NO_INTERCONNECTS_VALUE
NO_INTERCONNECTS = 523549575; |
static int |
NOT_AVAILABLE_VALUE
NOT_AVAILABLE = 140722205; |
static int |
OTHER_VALUE
OTHER = 75532016; |
static int |
UNDEFINED_BLOCKER_TYPE_VALUE
A value indicating that the enum field is not set.
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 526786327; |
public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType UNDEFINED_BLOCKER_TYPE
A value indicating that the enum field is not set.
UNDEFINED_BLOCKER_TYPE = 0;public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType INCOMPATIBLE_METROS
INCOMPATIBLE_METROS = 290410432;public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType NOT_AVAILABLE
NOT_AVAILABLE = 140722205;public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType NO_INTERCONNECTS
NO_INTERCONNECTS = 523549575;public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType NO_INTERCONNECTS_IN_METRO_AND_ZONE
NO_INTERCONNECTS_IN_METRO_AND_ZONE = 440966492;public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType OTHER
OTHER = 75532016;public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType UNSPECIFIED
UNSPECIFIED = 526786327;public static final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType UNRECOGNIZED
public static final int UNDEFINED_BLOCKER_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_BLOCKER_TYPE = 0;public static final int INCOMPATIBLE_METROS_VALUE
INCOMPATIBLE_METROS = 290410432;public static final int NOT_AVAILABLE_VALUE
NOT_AVAILABLE = 140722205;public static final int NO_INTERCONNECTS_VALUE
NO_INTERCONNECTS = 523549575;public static final int NO_INTERCONNECTS_IN_METRO_AND_ZONE_VALUE
NO_INTERCONNECTS_IN_METRO_AND_ZONE = 440966492;public static final int OTHER_VALUE
OTHER = 75532016;public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 526786327;public static InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType[] values()
for (InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType c : InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType.values()) System.out.println(c);
public static InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType 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 InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType> 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 InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BlockerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.