Enum GetProcessedDocumentRequest.ProcessedDocumentFormat (0.39.0)

public enum GetProcessedDocumentRequest.ProcessedDocumentFormat extends Enum<GetProcessedDocumentRequest.ProcessedDocumentFormat> implements ProtocolMessageEnum

The format of the returned processed document. If unspecified, defaults to JSON.

Protobuf enum google.cloud.discoveryengine.v1alpha.GetProcessedDocumentRequest.ProcessedDocumentFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
JSON

output format will be a JSON string representation of processed document.

JSON = 1;

JSON_VALUE

output format will be a JSON string representation of processed document.

JSON = 1;

PROCESSED_DOCUMENT_FORMAT_UNSPECIFIED

Default value.

PROCESSED_DOCUMENT_FORMAT_UNSPECIFIED = 0;

PROCESSED_DOCUMENT_FORMAT_UNSPECIFIED_VALUE

Default value.

PROCESSED_DOCUMENT_FORMAT_UNSPECIFIED = 0;

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()