Enum ExportDataObjectsRequest.GcsExportDestination.Format (0.6.0)

public enum ExportDataObjectsRequest.GcsExportDestination.Format extends Enum<ExportDataObjectsRequest.GcsExportDestination.Format> implements ProtocolMessageEnum

Options for the format of the exported Data Objects. New formats may be added in the future.

Protobuf enum google.cloud.vectorsearch.v1beta.ExportDataObjectsRequest.GcsExportDestination.Format

Implements

ProtocolMessageEnum

Static Fields

Name Description
FORMAT_UNSPECIFIED

Unspecified format.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Unspecified format.

FORMAT_UNSPECIFIED = 0;

JSON

The exported Data Objects will be in JSON format.

JSON = 1;

JSON_VALUE

The exported Data Objects will be in JSON format.

JSON = 1;

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