Class DatastoreAdminStub (2.18.5)

publicabstractclass DatastoreAdminStubimplementsBackgroundResource

Base stub class for the DatastoreAdmin service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DatastoreAdminStub

Implements

BackgroundResource

Constructors

DatastoreAdminStub()

publicDatastoreAdminStub()

Methods

close()

publicabstractvoidclose()

createIndexCallable()

publicUnaryCallable<CreateIndexRequest,Operation>createIndexCallable()
Returns
Type Description
UnaryCallable<CreateIndexRequest,Operation>

createIndexOperationCallable()

publicOperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>createIndexOperationCallable()
Returns
Type Description
OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>

deleteIndexCallable()

publicUnaryCallable<DeleteIndexRequest,Operation>deleteIndexCallable()
Returns
Type Description
UnaryCallable<DeleteIndexRequest,Operation>

deleteIndexOperationCallable()

publicOperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>deleteIndexOperationCallable()
Returns
Type Description
OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>

exportEntitiesCallable()

publicUnaryCallable<ExportEntitiesRequest,Operation>exportEntitiesCallable()
Returns
Type Description
UnaryCallable<ExportEntitiesRequest,Operation>

exportEntitiesOperationCallable()

publicOperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata>exportEntitiesOperationCallable()
Returns
Type Description
OperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata>

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIndexCallable()

publicUnaryCallable<GetIndexRequest,Index>getIndexCallable()
Returns
Type Description
UnaryCallable<GetIndexRequest,Index>

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description
OperationsStub

importEntitiesCallable()

publicUnaryCallable<ImportEntitiesRequest,Operation>importEntitiesCallable()
Returns
Type Description
UnaryCallable<ImportEntitiesRequest,Operation>

importEntitiesOperationCallable()

publicOperationCallable<ImportEntitiesRequest,Empty,ImportEntitiesMetadata>importEntitiesOperationCallable()
Returns
Type Description
OperationCallable<ImportEntitiesRequest,Empty,ImportEntitiesMetadata>

listIndexesCallable()

publicUnaryCallable<ListIndexesRequest,ListIndexesResponse>listIndexesCallable()
Returns
Type Description
UnaryCallable<ListIndexesRequest,ListIndexesResponse>

listIndexesPagedCallable()

publicUnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse>listIndexesPagedCallable()
Returns
Type Description
UnaryCallable<ListIndexesRequest,ListIndexesPagedResponse>

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年11月19日 UTC.