public interface ReadIndexDatapointsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployedIndexId()
The ID of the DeployedIndex that will serve the request.
|
com.google.protobuf.ByteString |
getDeployedIndexIdBytes()
The ID of the DeployedIndex that will serve the request.
|
String |
getIds(int index)
IDs of the datapoints to be searched for.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
IDs of the datapoints to be searched for.
|
int |
getIdsCount()
IDs of the datapoints to be searched for.
|
List<String> |
getIdsList()
IDs of the datapoints to be searched for.
|
String |
getIndexEndpoint()
Required.
|
com.google.protobuf.ByteString |
getIndexEndpointBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
String getDeployedIndexId()
The ID of the DeployedIndex that will serve the request.
string deployed_index_id = 2;com.google.protobuf.ByteString getDeployedIndexIdBytes()
The ID of the DeployedIndex that will serve the request.
string deployed_index_id = 2;List<String> getIdsList()
IDs of the datapoints to be searched for.
repeated string ids = 3;int getIdsCount()
IDs of the datapoints to be searched for.
repeated string ids = 3;String getIds(int index)
IDs of the datapoints to be searched for.
repeated string ids = 3;index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
IDs of the datapoints to be searched for.
repeated string ids = 3;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.