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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the DataObject resource. Format: |
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:
|
| Returns | |
|---|---|
| Type | Description |
GetDataObjectRequest |
|