view property

String? view
getter/setter pair

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_bytes This is the default of view for DeveloperKnowledge.SearchDocumentChunks.
  • "DOCUMENT_VIEW_FULL" : Includes all Document fields.
  • "DOCUMENT_VIEW_CONTENT" : Includes the DOCUMENT_VIEW_BASIC fields and the content field. This is the default of view for DeveloperKnowledge.GetDocument and DeveloperKnowledge.BatchGetDocuments.

Implementation

core.String? view;