@BetaApi @Generated(value="by gapic-generator-java") public class GrpcDataStoreServiceStub extends DataStoreServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcDataStoreServiceStub, using the given settings.
|
protected |
GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDataStoreServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcDataStoreServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcDataStoreServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcDataStoreServiceStub |
create(DataStoreServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateDataStoreRequest,com.google.longrunning.Operation> |
createDataStoreCallable() |
com.google.api.gax.rpc.OperationCallable<CreateDataStoreRequest,DataStore,CreateDataStoreMetadata> |
createDataStoreOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteDataStoreRequest,com.google.longrunning.Operation> |
deleteDataStoreCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteDataStoreRequest,com.google.protobuf.Empty,DeleteDataStoreMetadata> |
deleteDataStoreOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetDataStoreRequest,DataStore> |
getDataStoreCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListDataStoresRequest,ListDataStoresResponse> |
listDataStoresCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDataStoresRequest,DataStoreServiceClient.ListDataStoresPagedResponse> |
listDataStoresPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateDataStoreRequest,DataStore> |
updateDataStoreCallable() |
getHttpJsonOperationsStubprotected GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcDataStoreServiceStub create(DataStoreServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcDataStoreServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcDataStoreServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class DataStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateDataStoreRequest,com.google.longrunning.Operation> createDataStoreCallable()
createDataStoreCallable in class DataStoreServiceStubpublic com.google.api.gax.rpc.OperationCallable<CreateDataStoreRequest,DataStore,CreateDataStoreMetadata> createDataStoreOperationCallable()
createDataStoreOperationCallable in class DataStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetDataStoreRequest,DataStore> getDataStoreCallable()
getDataStoreCallable in class DataStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListDataStoresRequest,ListDataStoresResponse> listDataStoresCallable()
listDataStoresCallable in class DataStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListDataStoresRequest,DataStoreServiceClient.ListDataStoresPagedResponse> listDataStoresPagedCallable()
listDataStoresPagedCallable in class DataStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteDataStoreRequest,com.google.longrunning.Operation> deleteDataStoreCallable()
deleteDataStoreCallable in class DataStoreServiceStubpublic com.google.api.gax.rpc.OperationCallable<DeleteDataStoreRequest,com.google.protobuf.Empty,DeleteDataStoreMetadata> deleteDataStoreOperationCallable()
deleteDataStoreOperationCallable in class DataStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateDataStoreRequest,DataStore> updateDataStoreCallable()
updateDataStoreCallable in class DataStoreServiceStubpublic final void close()
close in interface AutoCloseableclose in class DataStoreServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.