Reference documentation and code samples for the Google Cloud Vector Search V1 Client class ExportDataObjectsRequest.
Request message for VectorSearchService.ExportDataObjects .
Generated from protobuf message google.cloud.vectorsearch.v1.ExportDataObjectsRequest
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ gcs_destination
ExportDataObjectsRequest\GcsExportDestination
The Cloud Storage location where user wants to export Data Objects.
↳ name
string
Required. The resource name of the Collection from which we want to export Data Objects. Format: projects/{project}/locations/{location}/collections/{collection}
.
getGcsDestination
The Cloud Storage location where user wants to export Data Objects.
hasGcsDestination
setGcsDestination
The Cloud Storage location where user wants to export Data Objects.
$this
getName
Required. The resource name of the Collection from which we want to export
Data Objects. Format: projects/{project}/locations/{location}/collections/{collection}
.
string
setName
Required. The resource name of the Collection from which we want to export
Data Objects. Format: projects/{project}/locations/{location}/collections/{collection}
.
var
string
$this
getDestination
string

