Class DeveloperKnowledgeGrpc.DeveloperKnowledgeBlockingV2Stub (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
A stub to allow clients to do synchronous rpc calls to 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.
Searches for developer knowledge across Google's developer documentation.
Returns DocumentChunks
based on the user's query. There may be many chunks from the same
Document. To retrieve full
documents, use
DeveloperKnowledge.GetDocument
or
DeveloperKnowledge.BatchGetDocuments
with the
DocumentChunk.parent
returned in the
SearchDocumentChunksResponse.results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-19 UTC."],[],[]]