Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class OperationType.
Operation types.
Protobuf type google.datastore.admin.v1.OperationType
Namespace
Google \ Cloud \ Datastore \ Admin \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;