docs: Update doc on ReloadDocument method.

PiperOrigin-RevId: 341467342
This commit is contained in:
Google APIs 2020-11-09 12:58:04 -08:00 committed by Copybara-Service
parent 30500d20b0
commit a830e5d735
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ service Documents {
// content. The previously loaded content of the document will be deleted.
// Note: Even when the content of the document has not changed, there still
// may be side effects because of internal implementation changes.
// Note: If the document source is Google Cloud Storage URI, its metadata will
// be replaced with the custom metadata from Google Cloud Storage if the
// `import_gcs_custom_metadata` field is set to true in the request.
//
// Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
// only use `projects.knowledgeBases.documents`.