public enum Toleration.KeyOperator extends Enum<Toleration.KeyOperator> implements ProtocolMessageEnumKeyOperator represents a key's relationship to the value e.g. 'Equal'.
Protobuf enum google.cloud.gkemulticloud.v1.Toleration.KeyOperator
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
KEY_OPERATOR_EQUAL |
Operator maps to 'Equal'. |
KEY_OPERATOR_EQUAL_VALUE |
Operator maps to 'Equal'. |
KEY_OPERATOR_EXISTS |
Operator maps to 'Exists'. |
KEY_OPERATOR_EXISTS_VALUE |
Operator maps to 'Exists'. |
KEY_OPERATOR_UNSPECIFIED |
Operator is not specified. |
KEY_OPERATOR_UNSPECIFIED_VALUE |
Operator is not specified. |
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() |
|