Package com.google.cloud.aiplatform.v1
Interface RemoveDatapointsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveDatapointsRequest,RemoveDatapointsRequest.Builder
@Generated
public interface RemoveDatapointsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDatapointIds(int index) A list of datapoint ids to be deleted.com.google.protobuf.ByteStringgetDatapointIdsBytes(int index) A list of datapoint ids to be deleted.intA list of datapoint ids to be deleted.A list of datapoint ids to be deleted.getIndex()Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIndex
String getIndex()Required. The name of the Index resource to be updated. Format: `projects/{project}/locations/{location}/indexes/{index}`string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The index.
-
getIndexBytes
com.google.protobuf.ByteString getIndexBytes()Required. The name of the Index resource to be updated. Format: `projects/{project}/locations/{location}/indexes/{index}`string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for index.
-
getDatapointIdsList
A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;- Returns:
- A list containing the datapointIds.
-
getDatapointIdsCount
int getDatapointIdsCount()A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;- Returns:
- The count of datapointIds.
-
getDatapointIds
A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The datapointIds at the given index.
-
getDatapointIdsBytes
com.google.protobuf.ByteString getDatapointIdsBytes(int index) A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the datapointIds at the given index.
-