Enum Toleration.KeyOperator (0.80.0)

public enum Toleration.KeyOperator extends Enum<Toleration.KeyOperator> implements ProtocolMessageEnum

KeyOperator represents a key's relationship to the value e.g. 'Equal'.

Protobuf enum google.cloud.gkemulticloud.v1.Toleration.KeyOperator

Implements

ProtocolMessageEnum

Static Fields

Name Description
KEY_OPERATOR_EQUAL

Operator maps to 'Equal'.

KEY_OPERATOR_EQUAL = 1;

KEY_OPERATOR_EQUAL_VALUE

Operator maps to 'Equal'.

KEY_OPERATOR_EQUAL = 1;

KEY_OPERATOR_EXISTS

Operator maps to 'Exists'.

KEY_OPERATOR_EXISTS = 2;

KEY_OPERATOR_EXISTS_VALUE

Operator maps to 'Exists'.

KEY_OPERATOR_EXISTS = 2;

KEY_OPERATOR_UNSPECIFIED

Operator is not specified.

KEY_OPERATOR_UNSPECIFIED = 0;

KEY_OPERATOR_UNSPECIFIED_VALUE

Operator is not specified.

KEY_OPERATOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()