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 \ V1Methods
__construct
Constructor.
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}
string
setName
Required. The name of the DataObject resource.
Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}
var
string
$this
static::build
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.

