Interface ReadIndexDatapointsRequestOrBuilder (3.42.0)

public interface ReadIndexDatapointsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployedIndexId()

public abstract String getDeployedIndexId()

The ID of the DeployedIndex that will serve the request.

string deployed_index_id = 2;

Returns
TypeDescription
String

The deployedIndexId.

getDeployedIndexIdBytes()

public abstract ByteString getDeployedIndexIdBytes()

The ID of the DeployedIndex that will serve the request.

string deployed_index_id = 2;

Returns
TypeDescription
ByteString

The bytes for deployedIndexId.

getIds(int index)

public abstract String getIds(int index)

IDs of the datapoints to be searched for.

repeated string ids = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The ids at the given index.

getIdsBytes(int index)

public abstract ByteString getIdsBytes(int index)

IDs of the datapoints to be searched for.

repeated string ids = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the ids at the given index.

getIdsCount()

public abstract int getIdsCount()

IDs of the datapoints to be searched for.

repeated string ids = 3;

Returns
TypeDescription
int

The count of ids.

getIdsList()

public abstract List<String> getIdsList()

IDs of the datapoints to be searched for.

repeated string ids = 3;

Returns
TypeDescription
List<String>

A list containing the ids.

getIndexEndpoint()

public abstract String getIndexEndpoint()

Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The indexEndpoint.

getIndexEndpointBytes()

public abstract ByteString getIndexEndpointBytes()

Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for indexEndpoint.