Class DeveloperKnowledgeStub (0.1.0)

public abstract class DeveloperKnowledgeStub implements BackgroundResource

Base stub class for the DeveloperKnowledge service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DeveloperKnowledgeStub

Implements

BackgroundResource

Constructors

DeveloperKnowledgeStub()

public DeveloperKnowledgeStub()

Methods

batchGetDocumentsCallable()

public UnaryCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> batchGetDocumentsCallable()
Returns
Type Description
UnaryCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse>

close()

public abstract void close()

getDocumentCallable()

public UnaryCallable<GetDocumentRequest,Document> getDocumentCallable()
Returns
Type Description
UnaryCallable<GetDocumentRequest,Document>

searchDocumentChunksCallable()

public UnaryCallable<SearchDocumentChunksRequest,SearchDocumentChunksResponse> searchDocumentChunksCallable()
Returns
Type Description
UnaryCallable<SearchDocumentChunksRequest,SearchDocumentChunksResponse>

searchDocumentChunksPagedCallable()

public UnaryCallable<SearchDocumentChunksRequest,DeveloperKnowledgeClient.SearchDocumentChunksPagedResponse> searchDocumentChunksPagedCallable()
Returns
Type Description
UnaryCallable<SearchDocumentChunksRequest,SearchDocumentChunksPagedResponse>