Interface CollectionDef.AnyListOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.nd4j.shade.protobuf.Any getValue​(int index)
      repeated .google.protobuf.Any value = 1;
      int getValueCount()
      repeated .google.protobuf.Any value = 1;
      List<org.nd4j.shade.protobuf.Any> getValueList()
      repeated .google.protobuf.Any value = 1;
      org.nd4j.shade.protobuf.AnyOrBuilder getValueOrBuilder​(int index)
      repeated .google.protobuf.Any value = 1;
      List<? extends org.nd4j.shade.protobuf.AnyOrBuilder> getValueOrBuilderList()
      repeated .google.protobuf.Any 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.Any> getValueList()
        repeated .google.protobuf.Any value = 1;
      • getValue

        org.nd4j.shade.protobuf.Any getValue​(int index)
        repeated .google.protobuf.Any value = 1;
      • getValueCount

        int getValueCount()
        repeated .google.protobuf.Any value = 1;
      • getValueOrBuilderList

        List<? extends org.nd4j.shade.protobuf.AnyOrBuilder> getValueOrBuilderList()
        repeated .google.protobuf.Any value = 1;
      • getValueOrBuilder

        org.nd4j.shade.protobuf.AnyOrBuilder getValueOrBuilder​(int index)
        repeated .google.protobuf.Any value = 1;