public interface ReadIndexDatapointsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeployedIndexId()
public abstract String getDeployedIndexId()The ID of the DeploydIndex that will serve the request.
string deployed_index_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The deployedIndexId. |
getDeployedIndexIdBytes()
public abstract ByteString getDeployedIndexIdBytes()The ID of the DeploydIndex that will serve the request.
string deployed_index_id = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The count of ids. |
getIdsList()
public abstract List<String> getIdsList()IDs of the datapoints to be searched for.
repeated string ids = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for indexEndpoint. |