public enum DocumentView extends Enum<DocumentView> implements ProtocolMessageEnumSpecifies which fields of the Document are included.
Protobuf enum google.developers.knowledge.v1.DocumentView
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DOCUMENT_VIEW_BASIC |
Includes only the basic metadata fields:
|
DOCUMENT_VIEW_BASIC_VALUE |
Includes only the basic metadata fields:
|
DOCUMENT_VIEW_CONTENT |
Includes the This is the default of view for DeveloperKnowledge.GetDocument and DeveloperKnowledge.BatchGetDocuments. |
DOCUMENT_VIEW_CONTENT_VALUE |
Includes the This is the default of view for DeveloperKnowledge.GetDocument and DeveloperKnowledge.BatchGetDocuments. |
DOCUMENT_VIEW_FULL |
Includes all Document fields. |
DOCUMENT_VIEW_FULL_VALUE |
Includes all Document fields. |
DOCUMENT_VIEW_UNSPECIFIED |
The default / unset value. See each API method for its default value if DocumentView is not specified. |
DOCUMENT_VIEW_UNSPECIFIED_VALUE |
The default / unset value. See each API method for its default value if DocumentView is not specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|