Resource: Document
A Document represents a piece of content from the Developer Knowledge corpus.
| JSON representation |
|---|
{ "name": string, "uri": string, "content": string, "description": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the document. Format: |
uri |
Output only. The URI of the content, such as |
content |
Output only. The full content of the document in Markdown format. |
description |
Output only. A description of the document. |
Methods |
|
|---|---|
|
Retrieves multiple documents, each with its full Markdown content. |
|
Retrieves a single document with its full Markdown content. |
|
Searches for developer knowledge across Google's developer documentation. |