Interface ExportDataObjectsRequestOrBuilder (0.6.0)

public interface ExportDataObjectsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract ExportDataObjectsRequest.DestinationCase getDestinationCase()
Returns
Type Description
ExportDataObjectsRequest.DestinationCase

getGcsDestination()

public abstract ExportDataObjectsRequest.GcsExportDestination getGcsDestination()

The Cloud Storage location where user wants to export Data Objects.

.google.cloud.vectorsearch.v1beta.ExportDataObjectsRequest.GcsExportDestination gcs_destination = 2;

Returns
Type Description
ExportDataObjectsRequest.GcsExportDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract ExportDataObjectsRequest.GcsExportDestinationOrBuilder getGcsDestinationOrBuilder()

The Cloud Storage location where user wants to export Data Objects.

.google.cloud.vectorsearch.v1beta.ExportDataObjectsRequest.GcsExportDestination gcs_destination = 2;

Returns
Type Description
ExportDataObjectsRequest.GcsExportDestinationOrBuilder

getName()

public abstract String getName()

Required. The resource name of the Collection from which we want to export Data Objects. Format: projects/{project}/locations/{location}/collections/{collection}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the Collection from which we want to export Data Objects. Format: projects/{project}/locations/{location}/collections/{collection}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

hasGcsDestination()

public abstract boolean hasGcsDestination()

The Cloud Storage location where user wants to export Data Objects.

.google.cloud.vectorsearch.v1beta.ExportDataObjectsRequest.GcsExportDestination gcs_destination = 2;

Returns
Type Description
boolean

Whether the gcsDestination field is set.