Vector Search v1 API - Class QueryDataObjectsResponse (1.0.0-beta01)

public sealed class QueryDataObjectsResponse : IMessage<QueryDataObjectsResponse>, IEquatable<QueryDataObjectsResponse>, IDeepCloneable<QueryDataObjectsResponse>, IBufferMessage, IMessage, IPageResponse<DataObject>, IEnumerable<DataObject>, IEnumerable

Reference documentation and code samples for the Vector Search v1 API class QueryDataObjectsResponse.

Response message for [DataObjectSearchService.QueryDataObjects][google.cloud.vectorsearch.v1.DataObjectSearchService.QueryDataObjects].

Inheritance

object > QueryDataObjectsResponse

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

QueryDataObjectsResponse()

public QueryDataObjectsResponse()

QueryDataObjectsResponse(QueryDataObjectsResponse)

public QueryDataObjectsResponse(QueryDataObjectsResponse other)
Parameter
Name Description
other QueryDataObjectsResponse

Properties

DataObjects

public RepeatedField<DataObject> DataObjects { get; }

Output only. The list of dataObjects that match the query.

Property Value
Type Description
RepeatedFieldDataObject

NextPageToken

public string NextPageToken { get; set; }

Output only. A token to retrieve next page of results. Pass to [DataObjectSearchService.QueryDataObjectsRequest.page_token][] to obtain that page.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<DataObject> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorDataObject