Class DeveloperKnowledgeStub
java.lang.Object
com.google.developers.knowledge.v1.stub.DeveloperKnowledgeStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcDeveloperKnowledgeStub,HttpJsonDeveloperKnowledgeStub
@Generated("by gapic-generator-java")
public abstract class DeveloperKnowledgeStub
extends Object
implements BackgroundResource
Base stub class for the DeveloperKnowledge service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()UnaryCallable<SearchDocumentChunksRequest,DeveloperKnowledgeClient.SearchDocumentChunksPagedResponse> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
DeveloperKnowledgeStub
public DeveloperKnowledgeStub()
-
-
Method Details
-
searchDocumentChunksPagedCallable
public UnaryCallable<SearchDocumentChunksRequest,DeveloperKnowledgeClient.SearchDocumentChunksPagedResponse> searchDocumentChunksPagedCallable() -
searchDocumentChunksCallable
public UnaryCallable<SearchDocumentChunksRequest,SearchDocumentChunksResponse> searchDocumentChunksCallable() -
getDocumentCallable
-
batchGetDocumentsCallable
public UnaryCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> batchGetDocumentsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-