Package com.google.cloud.vmwareengine.v1
Enum PrivateConnection.PeeringState
- java.lang.Object
-
- java.lang.Enum<PrivateConnection.PeeringState>
-
- com.google.cloud.vmwareengine.v1.PrivateConnection.PeeringState
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PrivateConnection.PeeringState>
- Enclosing class:
- PrivateConnection
public static enum PrivateConnection.PeeringState extends Enum<PrivateConnection.PeeringState> implements com.google.protobuf.ProtocolMessageEnum
Enum PeeringState defines the possible states of peering between service network and the vpc network peered to service network
Protobuf enumgoogle.cloud.vmwareengine.v1.PrivateConnection.PeeringState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PEERING_ACTIVEThe peering is in active state.PEERING_INACTIVEThe peering is in inactive state.PEERING_STATE_UNSPECIFIEDThe default value.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intPEERING_ACTIVE_VALUEThe peering is in active state.static intPEERING_INACTIVE_VALUEThe peering is in inactive state.static intPEERING_STATE_UNSPECIFIED_VALUEThe default value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PrivateConnection.PeeringStateforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<PrivateConnection.PeeringState>internalGetValueMap()static PrivateConnection.PeeringStatevalueOf(int value)Deprecated.static PrivateConnection.PeeringStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PrivateConnection.PeeringStatevalueOf(String name)Returns the enum constant of this type with the specified name.static PrivateConnection.PeeringState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PEERING_STATE_UNSPECIFIED
public static final PrivateConnection.PeeringState PEERING_STATE_UNSPECIFIED
The default value. This value is used if the peering state is omitted or unknown.
PEERING_STATE_UNSPECIFIED = 0;
-
PEERING_ACTIVE
public static final PrivateConnection.PeeringState PEERING_ACTIVE
The peering is in active state.
PEERING_ACTIVE = 1;
-
PEERING_INACTIVE
public static final PrivateConnection.PeeringState PEERING_INACTIVE
The peering is in inactive state.
PEERING_INACTIVE = 2;
-
UNRECOGNIZED
public static final PrivateConnection.PeeringState UNRECOGNIZED
-
-
Field Detail
-
PEERING_STATE_UNSPECIFIED_VALUE
public static final int PEERING_STATE_UNSPECIFIED_VALUE
The default value. This value is used if the peering state is omitted or unknown.
PEERING_STATE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
PEERING_ACTIVE_VALUE
public static final int PEERING_ACTIVE_VALUE
The peering is in active state.
PEERING_ACTIVE = 1;- See Also:
- Constant Field Values
-
PEERING_INACTIVE_VALUE
public static final int PEERING_INACTIVE_VALUE
The peering is in inactive state.
PEERING_INACTIVE = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static PrivateConnection.PeeringState[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PrivateConnection.PeeringState c : PrivateConnection.PeeringState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PrivateConnection.PeeringState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static PrivateConnection.PeeringState valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static PrivateConnection.PeeringState forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PrivateConnection.PeeringState> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static PrivateConnection.PeeringState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-