Class DatastoreAdminGrpc (2.32.2)
public final class DatastoreAdminGrpc
Google Cloud Datastore Admin API
The Datastore Admin API provides several admin services for Cloud Datastore.
Concepts: Project, namespace, kind, and entity as defined in the Google Cloud
Datastore API.
Operation: An Operation represents work being performed in the background.
EntityFilter: Allows specifying a subset of entities in a project. This is
specified as a combination of kinds and namespaces (either or both of which
may be all).
Export/Import Service:
- The Export/Import service provides the ability to copy all or a subset of
entities to/from Google Cloud Storage.
- Exported data may be imported into Cloud Datastore for any Google Cloud
Platform project. It is not restricted to the export source project. It is
possible to export from one project and then import into another.
- Exported data can also be loaded into Google BigQuery for analysis.
- Exports and imports are performed asynchronously. An Operation resource is
created for each export/import. The state (including any errors encountered)
of the export/import may be queried via the Operation resource.
Index Service:
- The index service manages Cloud Datastore composite indexes.
- Index creation and deletion are performed asynchronously.
An Operation resource is created for each such asynchronous operation.
The state of the operation (including any errors encountered)
may be queried via the Operation resource.
Operation Service:
- The Operations collection provides a record of actions performed for the
specified project (including any operations in progress). Operations are not
created directly but through calls on other collections or resources.
- An operation that is not yet done may be cancelled. The request to cancel
is asynchronous and the operation may continue to run for some time after the
request to cancel is made.
- An operation that is done may be deleted so that it is no longer listed as
part of the Operation collection.
- ListOperations returns all pending operations, but not completed
operations.
- Operations are created by service DatastoreAdmin, but are accessed via
service google.longrunning.Operations.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(DatastoreAdminGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(DatastoreAdminGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateIndexMethod()
public static MethodDescriptor<CreateIndexRequest,Operation> getCreateIndexMethod()
getDeleteIndexMethod()
public static MethodDescriptor<DeleteIndexRequest,Operation> getDeleteIndexMethod()
getExportEntitiesMethod()
public static MethodDescriptor<ExportEntitiesRequest,Operation> getExportEntitiesMethod()
getGetIndexMethod()
public static MethodDescriptor<GetIndexRequest,Index> getGetIndexMethod()
getImportEntitiesMethod()
public static MethodDescriptor<ImportEntitiesRequest,Operation> getImportEntitiesMethod()
getListIndexesMethod()
public static MethodDescriptor<ListIndexesRequest,ListIndexesResponse> getListIndexesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
newBlockingStub(Channel channel)
public static DatastoreAdminGrpc.DatastoreAdminBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newBlockingV2Stub(Channel channel)
public static DatastoreAdminGrpc.DatastoreAdminBlockingV2Stub newBlockingV2Stub(Channel channel)
Creates a new blocking-style stub that supports all types of calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static DatastoreAdminGrpc.DatastoreAdminFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static DatastoreAdminGrpc.DatastoreAdminStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
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-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]