- 0.51.0 (latest)
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public class GrpcDataStoreServiceStub extends DataStoreServiceStub
gRPC stub implementation for the DataStoreService service API.
This class is for advanced usage and reflects the underlying API directly.
Inherited Members
Static Methods
create(ClientContext clientContext)
public static final GrpcDataStoreServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
GrpcDataStoreServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcDataStoreServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
Returns | |
---|---|
Type | Description |
GrpcDataStoreServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(DataStoreServiceStubSettings settings)
public static final GrpcDataStoreServiceStub create(DataStoreServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
DataStoreServiceStubSettings |
Returns | |
---|---|
Type | Description |
GrpcDataStoreServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
Constructors
GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings, ClientContext clientContext)
protected GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcDataStoreServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
DataStoreServiceStubSettings |
clientContext |
ClientContext |
GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcDataStoreServiceStub(DataStoreServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDataStoreServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
DataStoreServiceStubSettings |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final void close()
createDataStoreCallable()
public UnaryCallable<CreateDataStoreRequest,Operation> createDataStoreCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateDataStoreRequest,Operation> |
createDataStoreOperationCallable()
public OperationCallable<CreateDataStoreRequest,DataStore,CreateDataStoreMetadata> createDataStoreOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateDataStoreRequest,DataStore,CreateDataStoreMetadata> |
deleteDataStoreCallable()
public UnaryCallable<DeleteDataStoreRequest,Operation> deleteDataStoreCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteDataStoreRequest,Operation> |
deleteDataStoreOperationCallable()
public OperationCallable<DeleteDataStoreRequest,Empty,DeleteDataStoreMetadata> deleteDataStoreOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteDataStoreRequest,Empty,DeleteDataStoreMetadata> |
getDataStoreCallable()
public UnaryCallable<GetDataStoreRequest,DataStore> getDataStoreCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetDataStoreRequest,DataStore> |
getDocumentProcessingConfigCallable()
public UnaryCallable<GetDocumentProcessingConfigRequest,DocumentProcessingConfig> getDocumentProcessingConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetDocumentProcessingConfigRequest,DocumentProcessingConfig> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listDataStoresCallable()
public UnaryCallable<ListDataStoresRequest,ListDataStoresResponse> listDataStoresCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListDataStoresRequest,ListDataStoresResponse> |
listDataStoresPagedCallable()
public UnaryCallable<ListDataStoresRequest,DataStoreServiceClient.ListDataStoresPagedResponse> listDataStoresPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListDataStoresRequest,ListDataStoresPagedResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateDataStoreCallable()
public UnaryCallable<UpdateDataStoreRequest,DataStore> updateDataStoreCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateDataStoreRequest,DataStore> |
updateDocumentProcessingConfigCallable()
public UnaryCallable<UpdateDocumentProcessingConfigRequest,DocumentProcessingConfig> updateDocumentProcessingConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateDocumentProcessingConfigRequest,DocumentProcessingConfig> |