Interface QueryDataObjectsResponseOrBuilder (0.8.0)

public interface QueryDataObjectsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataObjects(int index)

public abstract DataObject getDataObjects(int index)

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

repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataObject

getDataObjectsCount()

public abstract int getDataObjectsCount()

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

repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDataObjectsList()

public abstract List<DataObject> getDataObjectsList()

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

repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DataObject>

getDataObjectsOrBuilder(int index)

public abstract DataObjectOrBuilder getDataObjectsOrBuilder(int index)

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

repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataObjectOrBuilder

getDataObjectsOrBuilderList()

public abstract List<? extends DataObjectOrBuilder> getDataObjectsOrBuilderList()

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

repeated .google.cloud.vectorsearch.v1beta.DataObject data_objects = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.vectorsearch.v1beta.DataObjectOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

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

string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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

string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextPageToken.