Class DocumentServiceStub
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.stub.DocumentServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcDocumentServiceStub
,HttpJsonDocumentServiceStub
@Generated("by gapic-generator-java") public abstract class DocumentServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the DocumentService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description DocumentServiceStub()
-
Method Summary
-
-
-
Method Detail
-
createDocumentCallable
public com.google.api.gax.rpc.UnaryCallable<CreateDocumentRequest,CreateDocumentResponse> createDocumentCallable()
-
getDocumentCallable
public com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document> getDocumentCallable()
-
updateDocumentCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateDocumentRequest,UpdateDocumentResponse> updateDocumentCallable()
-
deleteDocumentCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteDocumentRequest,com.google.protobuf.Empty> deleteDocumentCallable()
-
searchDocumentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchDocumentsRequest,DocumentServiceClient.SearchDocumentsPagedResponse> searchDocumentsPagedCallable()
-
searchDocumentsCallable
public com.google.api.gax.rpc.UnaryCallable<SearchDocumentsRequest,SearchDocumentsResponse> searchDocumentsCallable()
-
lockDocumentCallable
public com.google.api.gax.rpc.UnaryCallable<LockDocumentRequest,Document> lockDocumentCallable()
-
fetchAclCallable
public com.google.api.gax.rpc.UnaryCallable<FetchAclRequest,FetchAclResponse> fetchAclCallable()
-
setAclCallable
public com.google.api.gax.rpc.UnaryCallable<SetAclRequest,SetAclResponse> setAclCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-