Package com.google.cloud.gkehub.v1beta1
Enum OnPremCluster.ClusterType
- java.lang.Object
-
- java.lang.Enum<OnPremCluster.ClusterType>
-
- com.google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<OnPremCluster.ClusterType>
- Enclosing class:
- OnPremCluster
public static enum OnPremCluster.ClusterType extends Enum<OnPremCluster.ClusterType> implements com.google.protobuf.ProtocolMessageEnum
ClusterType describes on prem cluster's type.
Protobuf enumgoogle.cloud.gkehub.v1beta1.OnPremCluster.ClusterType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOOTSTRAP
The ClusterType is bootstrap cluster.CLUSTERTYPE_UNSPECIFIED
The ClusterType is not set.HYBRID
The ClusterType is baremetal hybrid cluster.STANDALONE
The ClusterType is baremetal standalone cluster.UNRECOGNIZED
USER
The ClusterType is user cluster.
-
Field Summary
Fields Modifier and Type Field Description static int
BOOTSTRAP_VALUE
The ClusterType is bootstrap cluster.static int
CLUSTERTYPE_UNSPECIFIED_VALUE
The ClusterType is not set.static int
HYBRID_VALUE
The ClusterType is baremetal hybrid cluster.static int
STANDALONE_VALUE
The ClusterType is baremetal standalone cluster.static int
USER_VALUE
The ClusterType is user cluster.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OnPremCluster.ClusterType
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<OnPremCluster.ClusterType>
internalGetValueMap()
static OnPremCluster.ClusterType
valueOf(int value)
Deprecated.static OnPremCluster.ClusterType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OnPremCluster.ClusterType
valueOf(String name)
Returns the enum constant of this type with the specified name.static OnPremCluster.ClusterType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CLUSTERTYPE_UNSPECIFIED
public static final OnPremCluster.ClusterType CLUSTERTYPE_UNSPECIFIED
The ClusterType is not set.
CLUSTERTYPE_UNSPECIFIED = 0;
-
BOOTSTRAP
public static final OnPremCluster.ClusterType BOOTSTRAP
The ClusterType is bootstrap cluster.
BOOTSTRAP = 1;
-
HYBRID
public static final OnPremCluster.ClusterType HYBRID
The ClusterType is baremetal hybrid cluster.
HYBRID = 2;
-
STANDALONE
public static final OnPremCluster.ClusterType STANDALONE
The ClusterType is baremetal standalone cluster.
STANDALONE = 3;
-
USER
public static final OnPremCluster.ClusterType USER
The ClusterType is user cluster.
USER = 4;
-
UNRECOGNIZED
public static final OnPremCluster.ClusterType UNRECOGNIZED
-
-
Field Detail
-
CLUSTERTYPE_UNSPECIFIED_VALUE
public static final int CLUSTERTYPE_UNSPECIFIED_VALUE
The ClusterType is not set.
CLUSTERTYPE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
BOOTSTRAP_VALUE
public static final int BOOTSTRAP_VALUE
The ClusterType is bootstrap cluster.
BOOTSTRAP = 1;
- See Also:
- Constant Field Values
-
HYBRID_VALUE
public static final int HYBRID_VALUE
The ClusterType is baremetal hybrid cluster.
HYBRID = 2;
- See Also:
- Constant Field Values
-
STANDALONE_VALUE
public static final int STANDALONE_VALUE
The ClusterType is baremetal standalone cluster.
STANDALONE = 3;
- See Also:
- Constant Field Values
-
USER_VALUE
public static final int USER_VALUE
The ClusterType is user cluster.
USER = 4;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OnPremCluster.ClusterType[] 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 (OnPremCluster.ClusterType c : OnPremCluster.ClusterType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OnPremCluster.ClusterType 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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static OnPremCluster.ClusterType 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 OnPremCluster.ClusterType 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<OnPremCluster.ClusterType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static OnPremCluster.ClusterType 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
-
-