Class DeveloperKnowledgeGrpc.DeveloperKnowledgeImplBase (0.1.0)

public abstract static class DeveloperKnowledgeGrpc.DeveloperKnowledgeImplBase implements BindableService, DeveloperKnowledgeGrpc.AsyncService

Base class for the server implementation of the service DeveloperKnowledge.

The Developer Knowledge API provides programmatic access to Google's public developer documentation, enabling you to integrate this knowledge base into your own applications and workflows. The API is designed to be the canonical source for machine-readable access to Google's developer documentation. A typical use case is to first use DeveloperKnowledge.SearchDocumentChunks to find relevant page URIs based on a query, and then use DeveloperKnowledge.GetDocument or DeveloperKnowledge.BatchGetDocuments to fetch the full content of the top results. All document content is provided in Markdown format.

Inheritance

java.lang.Object > DeveloperKnowledgeGrpc.DeveloperKnowledgeImplBase

Implements

io.grpc.BindableService, DeveloperKnowledgeGrpc.AsyncService

Constructors

DeveloperKnowledgeImplBase()

public DeveloperKnowledgeImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition