Interface CollectionDef.BytesListOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CollectionDef.BytesList, CollectionDef.BytesList.Builder
    Enclosing class:
    CollectionDef

    public static interface CollectionDef.BytesListOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.nd4j.shade.protobuf.ByteString getValue​(int index)
      repeated bytes value = 1;
      int getValueCount()
      repeated bytes value = 1;
      List<org.nd4j.shade.protobuf.ByteString> getValueList()
      repeated bytes value = 1;
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

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

      • getValueList

        List<org.nd4j.shade.protobuf.ByteString> getValueList()
        repeated bytes value = 1;
        Returns:
        A list containing the value.
      • getValueCount

        int getValueCount()
        repeated bytes value = 1;
        Returns:
        The count of value.
      • getValue

        org.nd4j.shade.protobuf.ByteString getValue​(int index)
        repeated bytes value = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The value at the given index.