Google Cloud Datastore Admin V1 Client - Class OperationType (1.0.4)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1
Methods
static::name
static::value
Constants
OPERATION_TYPE_UNSPECIFIED
Unspecified.
Generated from protobuf enum OPERATION_TYPE_UNSPECIFIED = 0;
EXPORT_ENTITIES
ExportEntities.
Generated from protobuf enum EXPORT_ENTITIES = 1;
IMPORT_ENTITIES
ImportEntities.
Generated from protobuf enum IMPORT_ENTITIES = 2;
CREATE_INDEX
CreateIndex.
Generated from protobuf enum CREATE_INDEX = 3;
DELETE_INDEX
DeleteIndex.
Generated from protobuf enum DELETE_INDEX = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Datastore Admin V1 Client - Class OperationType (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-datastore-admin/latest/V1.OperationType)\n- [1.0.3](/php/docs/reference/cloud-datastore-admin/1.0.3/V1.OperationType)\n- [0.8.5](/php/docs/reference/cloud-datastore-admin/0.8.5/V1.OperationType)\n- [0.7.5](/php/docs/reference/cloud-datastore-admin/0.7.5/V1.OperationType)\n- [0.6.0](/php/docs/reference/cloud-datastore-admin/0.6.0/V1.OperationType)\n- [0.5.8](/php/docs/reference/cloud-datastore-admin/0.5.8/V1.OperationType) \nReference documentation and code samples for the Google Cloud Datastore Admin V1 Client class OperationType.\n\nOperation types.\n\nProtobuf type `google.datastore.admin.v1.OperationType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastore \\\\ Admin \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### OPERATION_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnspecified.\n\nGenerated from protobuf enum `OPERATION_TYPE_UNSPECIFIED = 0;`\n\n### EXPORT_ENTITIES\n\n Value: 1\n\nExportEntities.\n\nGenerated from protobuf enum `EXPORT_ENTITIES = 1;`\n\n### IMPORT_ENTITIES\n\n Value: 2\n\nImportEntities.\n\nGenerated from protobuf enum `IMPORT_ENTITIES = 2;`\n\n### CREATE_INDEX\n\n Value: 3\n\nCreateIndex.\n\nGenerated from protobuf enum `CREATE_INDEX = 3;`\n\n### DELETE_INDEX\n\n Value: 4\n\nDeleteIndex.\n\nGenerated from protobuf enum `DELETE_INDEX = 4;`"]]