public enum OperationMetadata.Type extends Enum<OperationMetadata.Type> implements ProtocolMessageEnum
Type of longrunning operation.
Protobuf enum google.cloud.orchestration.airflow.service.v1beta1.OperationMetadata.Type
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
CHECK |
A resource check operation. |
CHECK_VALUE |
A resource check operation. |
CREATE |
A resource creation operation. |
CREATE_VALUE |
A resource creation operation. |
DELETE |
A resource deletion operation. |
DELETE_VALUE |
A resource deletion operation. |
LOAD_SNAPSHOT |
Loads snapshot of the resource operation. |
LOAD_SNAPSHOT_VALUE |
Loads snapshot of the resource operation. |
SAVE_SNAPSHOT |
Saves snapshot of the resource operation. |
SAVE_SNAPSHOT_VALUE |
Saves snapshot of the resource operation. |
TYPE_UNSPECIFIED |
Unused. |
TYPE_UNSPECIFIED_VALUE |
Unused. |
UNRECOGNIZED |
|
UPDATE |
A resource update operation. |
UPDATE_VALUE |
A resource update operation. |
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() |