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

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

Request message for DataObjectService.GetDataObject.

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

Namespace

Google \ Cloud \ VectorSearch \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the DataObject resource. Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}

getName

Required. The name of the DataObject resource.

Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}

Returns
Type Description
string

setName

Required. The name of the DataObject resource.

Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the DataObject resource. Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject} Please see DataObjectServiceClient::dataObjectName() for help formatting this field.

Returns
Type Description
GetDataObjectRequest