Interface ExportDataObjectsRequest.GcsExportDestinationOrBuilder (0.6.0)

public static interface ExportDataObjectsRequest.GcsExportDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExportUri()

public abstract String getExportUri()

Required. URI prefix of the Cloud Storage where to export Data Objects. The bucket is required to be in the same region as the collection.

string export_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The exportUri.

getExportUriBytes()

public abstract ByteString getExportUriBytes()

Required. URI prefix of the Cloud Storage where to export Data Objects. The bucket is required to be in the same region as the collection.

string export_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for exportUri.

getFormat()

public abstract ExportDataObjectsRequest.GcsExportDestination.Format getFormat()

Required. The format of the exported Data Objects.

.google.cloud.vectorsearch.v1beta.ExportDataObjectsRequest.GcsExportDestination.Format format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExportDataObjectsRequest.GcsExportDestination.Format

The format.

getFormatValue()

public abstract int getFormatValue()

Required. The format of the exported Data Objects.

.google.cloud.vectorsearch.v1beta.ExportDataObjectsRequest.GcsExportDestination.Format format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for format.