public abstract class DocumentServiceStub implements BackgroundResource
Base stub class for the DocumentService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
DocumentServiceStub()
public DocumentServiceStub()
Methods
batchDeleteDocumentsCallable()
public UnaryCallable<BatchDeleteDocumentsRequest,Operation> batchDeleteDocumentsCallable()
batchDeleteDocumentsOperationCallable()
public OperationCallable<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata> batchDeleteDocumentsOperationCallable()
close()
public abstract void close()
getDatasetSchemaCallable()
public UnaryCallable<GetDatasetSchemaRequest,DatasetSchema> getDatasetSchemaCallable()
getDocumentCallable()
public UnaryCallable<GetDocumentRequest,GetDocumentResponse> getDocumentCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> | |
getOperationsStub()
public OperationsStub getOperationsStub()
importDocumentsCallable()
public UnaryCallable<ImportDocumentsRequest,Operation> importDocumentsCallable()
importDocumentsOperationCallable()
public OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata> importDocumentsOperationCallable()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> | |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,DocumentServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
updateDatasetCallable()
public UnaryCallable<UpdateDatasetRequest,Operation> updateDatasetCallable()
updateDatasetOperationCallable()
public OperationCallable<UpdateDatasetRequest,Dataset,UpdateDatasetOperationMetadata> updateDatasetOperationCallable()
updateDatasetSchemaCallable()
public UnaryCallable<UpdateDatasetSchemaRequest,DatasetSchema> updateDatasetSchemaCallable()