- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public enum Operation.Type extends Enum<Operation.Type> implements ProtocolMessageEnum
Operation type.
Protobuf enum google.container.v1.Operation.Type
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
AUTO_REPAIR_NODES | Automatic node pool repair. |
AUTO_REPAIR_NODES_VALUE | Automatic node pool repair. |
AUTO_UPGRADE_NODES | Automatic node upgrade. |
AUTO_UPGRADE_NODES_VALUE | Automatic node upgrade. |
CREATE_CLUSTER | Cluster create. |
CREATE_CLUSTER_VALUE | Cluster create. |
CREATE_NODE_POOL | Node pool create. |
CREATE_NODE_POOL_VALUE | Node pool create. |
DELETE_CLUSTER | Cluster delete. |
DELETE_CLUSTER_VALUE | Cluster delete. |
DELETE_NODE_POOL | Node pool delete. |
DELETE_NODE_POOL_VALUE | Node pool delete. |
REPAIR_CLUSTER | Cluster repair. |
REPAIR_CLUSTER_VALUE | Cluster repair. |
SET_LABELS | Set labels. |
SET_LABELS_VALUE | Set labels. |
SET_MAINTENANCE_POLICY | Set the maintenance policy. |
SET_MAINTENANCE_POLICY_VALUE | Set the maintenance policy. |
SET_MASTER_AUTH | Set/generate master auth materials |
SET_MASTER_AUTH_VALUE | Set/generate master auth materials |
SET_NETWORK_POLICY | Updates network policy for a cluster. |
SET_NETWORK_POLICY_VALUE | Updates network policy for a cluster. |
SET_NODE_POOL_MANAGEMENT | Set node pool management. |
SET_NODE_POOL_MANAGEMENT_VALUE | Set node pool management. |
SET_NODE_POOL_SIZE | Set node pool size. |
SET_NODE_POOL_SIZE_VALUE | Set node pool size. |
TYPE_UNSPECIFIED | Not set. |
TYPE_UNSPECIFIED_VALUE | Not set. |
UNRECOGNIZED | |
UPDATE_CLUSTER | Cluster update. |
UPDATE_CLUSTER_VALUE | Cluster update. |
UPGRADE_MASTER | A master upgrade. |
UPGRADE_MASTER_VALUE | A master upgrade. |
UPGRADE_NODES | A node upgrade. |
UPGRADE_NODES_VALUE | A node upgrade. |
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() |