Class DocumentView (0.1.2)

DocumentView(value)

Specifies which fields of the Document][google.developers.knowledge.v1.Document] are included.

    - `name`
    - `uri`
    - `data_source`
    - `title`
    - `description`
    - `update_time`
    - `view`
    - `content_length_bytes`

    This is the default of view for
    `DeveloperKnowledge.SearchDocumentChunks][google.developers.knowledge.v1.DeveloperKnowledge.SearchDocumentChunks]`.
DOCUMENT_VIEW_FULL (2):
    Includes all
    `Document][google.developers.knowledge.v1.Document]` fields.
DOCUMENT_VIEW_CONTENT (3):
    Includes the `DOCUMENT_VIEW_BASIC` fields and the
    `content` field.

    This is the default of view for
    `DeveloperKnowledge.GetDocument][google.developers.knowledge.v1.DeveloperKnowledge.GetDocument]`
    and
    `DeveloperKnowledge.BatchGetDocuments][google.developers.knowledge.v1.DeveloperKnowledge.BatchGetDocuments]`.

Enums

Name Description
DOCUMENT_VIEW_UNSPECIFIED The default / unset value. See each API method for its default value if `DocumentView][google.developers.knowledge.v1.DocumentView]` is not specified.
DOCUMENT_VIEW_BASIC Includes only the basic metadata fields: