Google Cloud Vector Search V1 Client - Class ImportDataObjectsRequest (0.2.0)

Reference documentation and code samples for the Google Cloud Vector Search V1 Client class ImportDataObjectsRequest.

Request message for VectorSearchService.ImportDataObjects.

Generated from protobuf message google.cloud.vectorsearch.v1.ImportDataObjectsRequest

Namespace

Google \ Cloud \ VectorSearch \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_import ImportDataObjectsRequest\GcsImportConfig

The Cloud Storage location of the input content.

↳ name string

Required. The resource name of the Collection to import DataObjects into. Format: projects/{project}/locations/{location}/collections/{collection}.

getGcsImport

The Cloud Storage location of the input content.

Returns
Type Description
ImportDataObjectsRequest\GcsImportConfig|null

hasGcsImport

setGcsImport

The Cloud Storage location of the input content.

Parameter
Name Description
var ImportDataObjectsRequest\GcsImportConfig
Returns
Type Description
$this

getName

Required. The resource name of the Collection to import DataObjects into.

Format: projects/{project}/locations/{location}/collections/{collection}.

Returns
Type Description
string

setName

Required. The resource name of the Collection to import DataObjects into.

Format: projects/{project}/locations/{location}/collections/{collection}.

Parameter
Name Description
var string
Returns
Type Description
$this

getConfig

Returns
Type Description
string