public enum OperationType extends Enum<OperationType> implements ProtocolMessageEnum
Operation types.
Protobuf enum google.datastore.admin.v1.OperationType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATE_INDEX |
CreateIndex. |
CREATE_INDEX_VALUE |
CreateIndex. |
DELETE_INDEX |
DeleteIndex. |
DELETE_INDEX_VALUE |
DeleteIndex. |
EXPORT_ENTITIES |
ExportEntities. |
EXPORT_ENTITIES_VALUE |
ExportEntities. |
IMPORT_ENTITIES |
ImportEntities. |
IMPORT_ENTITIES_VALUE |
ImportEntities. |
OPERATION_TYPE_UNSPECIFIED |
Unspecified. |
OPERATION_TYPE_UNSPECIFIED_VALUE |
Unspecified. |
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() |