Resource: Document
A Document represents a piece of content from the Developer Knowledge corpus.
| JSON representation |
|---|
{ "name": string, "uri": string, "content": string, "description": string, "title": string } |
| Fields | |
|---|---|
name |
Identifier. Contains the resource name of the document. Format: |
uri |
Output only. Provides the URI of the content, such as |
content |
Output only. Contains the full content of the document in Markdown format. |
description |
Output only. Provides a description of the document. |
title |
Output only. Provides the title 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. |