Google Cloud Datastore Admin V1 Client - Class OperationType (0.5.8)

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class OperationType.

Operation types.

Protobuf type google.datastore.admin.v1.OperationType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

OPERATION_TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum OPERATION_TYPE_UNSPECIFIED = 0;

EXPORT_ENTITIES

Value: 1

ExportEntities.

Generated from protobuf enum EXPORT_ENTITIES = 1;

IMPORT_ENTITIES

Value: 2

ImportEntities.

Generated from protobuf enum IMPORT_ENTITIES = 2;

CREATE_INDEX

Value: 3

CreateIndex.

Generated from protobuf enum CREATE_INDEX = 3;

DELETE_INDEX

Value: 4

DeleteIndex.

Generated from protobuf enum DELETE_INDEX = 4;