Interface Logproto.GetChunkIDsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getChunkIDs​(int index)
      repeated string chunkIDs = 1;
      com.google.protobuf.ByteString getChunkIDsBytes​(int index)
      repeated string chunkIDs = 1;
      int getChunkIDsCount()
      repeated string chunkIDs = 1;
      java.util.List<java.lang.String> getChunkIDsList()
      repeated string chunkIDs = 1;
      • 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 Detail

      • getChunkIDsList

        java.util.List<java.lang.String> getChunkIDsList()
        repeated string chunkIDs = 1;
        Returns:
        A list containing the chunkIDs.
      • getChunkIDsCount

        int getChunkIDsCount()
        repeated string chunkIDs = 1;
        Returns:
        The count of chunkIDs.
      • getChunkIDs

        java.lang.String getChunkIDs​(int index)
        repeated string chunkIDs = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The chunkIDs at the given index.
      • getChunkIDsBytes

        com.google.protobuf.ByteString getChunkIDsBytes​(int index)
        repeated string chunkIDs = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the chunkIDs at the given index.