Class DatastoreAdminStub (2.19.0)

public abstract class DatastoreAdminStub implements BackgroundResource

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()

public DatastoreAdminStub()

Methods

close()

public abstract void close()

createIndexCallable()

public UnaryCallable<CreateIndexRequest,Operation> createIndexCallable()
Returns
TypeDescription
UnaryCallable<CreateIndexRequest,Operation>

createIndexOperationCallable()

public OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> createIndexOperationCallable()
Returns
TypeDescription
OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>

deleteIndexCallable()

public UnaryCallable<DeleteIndexRequest,Operation> deleteIndexCallable()
Returns
TypeDescription
UnaryCallable<DeleteIndexRequest,Operation>

deleteIndexOperationCallable()

public OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata> deleteIndexOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>

exportEntitiesCallable()

public UnaryCallable<ExportEntitiesRequest,Operation> exportEntitiesCallable()
Returns
TypeDescription
UnaryCallable<ExportEntitiesRequest,Operation>

exportEntitiesOperationCallable()

public OperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> exportEntitiesOperationCallable()
Returns
TypeDescription
OperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getIndexCallable()

public UnaryCallable<GetIndexRequest,Index> getIndexCallable()
Returns
TypeDescription
UnaryCallable<GetIndexRequest,Index>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

importEntitiesCallable()

public UnaryCallable<ImportEntitiesRequest,Operation> importEntitiesCallable()
Returns
TypeDescription
UnaryCallable<ImportEntitiesRequest,Operation>

importEntitiesOperationCallable()

public OperationCallable<ImportEntitiesRequest,Empty,ImportEntitiesMetadata> importEntitiesOperationCallable()
Returns
TypeDescription
OperationCallable<ImportEntitiesRequest,Empty,ImportEntitiesMetadata>

listIndexesCallable()

public UnaryCallable<ListIndexesRequest,ListIndexesResponse> listIndexesCallable()
Returns
TypeDescription
UnaryCallable<ListIndexesRequest,ListIndexesResponse>

listIndexesPagedCallable()

public UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> listIndexesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListIndexesRequest,ListIndexesPagedResponse>