public interface RemoveExamplesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExampleIds(int index)
public abstract String getExampleIds(int index)
The IDs for the removed examples.
repeated string example_ids = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The exampleIds at the given index. |
getExampleIdsBytes(int index)
public abstract ByteString getExampleIdsBytes(int index)
The IDs for the removed examples.
repeated string example_ids = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the exampleIds at the given index. |
getExampleIdsCount()
public abstract int getExampleIdsCount()
The IDs for the removed examples.
repeated string example_ids = 1;
Returns | |
---|---|
Type | Description |
int |
The count of exampleIds. |
getExampleIdsList()
public abstract List<String> getExampleIdsList()
The IDs for the removed examples.
repeated string example_ids = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the exampleIds. |