view property
Specifies the DocumentView of the document.
Output only. Possible string values are:
- "DOCUMENT_VIEW_UNSPECIFIED" : The default / unset value. See each API method for its default value if DocumentView is not specified.
- "DOCUMENT_VIEW_BASIC" : Includes only the basic metadata fields: -
name-uri-data_source-title-description-update_time-view-content_length_bytesThis is the default of view for DeveloperKnowledge.SearchDocumentChunks. - "DOCUMENT_VIEW_FULL" : Includes all Document fields.
- "DOCUMENT_VIEW_CONTENT" : Includes the
DOCUMENT_VIEW_BASICfields and thecontentfield. This is the default of view for DeveloperKnowledge.GetDocument and DeveloperKnowledge.BatchGetDocuments.
Implementation
core.String? view;