public enum ExportDataObjectsRequest.GcsExportDestination.Format extends Enum<ExportDataObjectsRequest.GcsExportDestination.Format> implements ProtocolMessageEnumOptions 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FORMAT_UNSPECIFIED |
Unspecified format. |
FORMAT_UNSPECIFIED_VALUE |
Unspecified format. |
JSON |
The exported Data Objects will be in JSON format. |
JSON_VALUE |
The exported Data Objects will be in JSON format. |
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() |
|