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 Type
    Method
    Description
    getExampleIds(int index)
    The IDs for the removed examples.
    com.google.protobuf.ByteString
    getExampleIdsBytes(int index)
    The IDs for the removed examples.
    int
    The IDs for the removed examples.
    The IDs for the removed examples.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getExampleIdsList

      List<String> 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

      String getExampleIds(int index)
       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.