Interface RemoveExamplesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveExamplesResponse,RemoveExamplesResponse.Builder
@Generated
public interface RemoveExamplesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExampleIds(int index) The IDs for the removed examples.com.google.protobuf.ByteStringgetExampleIdsBytes(int index) The IDs for the removed examples.intThe IDs for the removed examples.The IDs for the removed examples.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
-
getExampleIdsList
The IDs for the removed examples.
repeated string example_ids = 1;- Returns:
- A list containing the exampleIds.
-
getExampleIdsCount
int getExampleIdsCount()The IDs for the removed examples.
repeated string example_ids = 1;- Returns:
- The count of exampleIds.
-
getExampleIds
The IDs for the removed examples.
repeated string example_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The exampleIds at the given index.
-
getExampleIdsBytes
com.google.protobuf.ByteString getExampleIdsBytes(int index) The IDs for the removed examples.
repeated string example_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the exampleIds at the given index.
-