public interface RemoveExamplesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExampleIds(int index)
The IDs for the removed examples.
|
com.google.protobuf.ByteString |
getExampleIdsBytes(int index)
The IDs for the removed examples.
|
int |
getExampleIdsCount()
The IDs for the removed examples.
|
List<String> |
getExampleIdsList()
The IDs for the removed examples.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getExampleIdsList()
The IDs for the removed examples.
repeated string example_ids = 1;int getExampleIdsCount()
The IDs for the removed examples.
repeated string example_ids = 1;String getExampleIds(int index)
The IDs for the removed examples.
repeated string example_ids = 1;index - The index of the element to return.com.google.protobuf.ByteString getExampleIdsBytes(int index)
The IDs for the removed examples.
repeated string example_ids = 1;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.