Interface JsonWithInt.ListValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JsonWithInt.ListValue, JsonWithInt.ListValue.Builder
Enclosing class:
JsonWithInt

public static interface JsonWithInt.ListValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(int index)
    Repeated field of dynamically typed values.
    int
    Repeated field of dynamically typed values.
    Repeated field of dynamically typed values.
    getValuesOrBuilder(int index)
    Repeated field of dynamically typed values.
    Repeated field of dynamically typed values.

    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

    • getValuesList

      List<JsonWithInt.Value> getValuesList()
       Repeated field of dynamically typed values.
       
      repeated .qdrant.Value values = 1;
    • getValues

      JsonWithInt.Value getValues(int index)
       Repeated field of dynamically typed values.
       
      repeated .qdrant.Value values = 1;
    • getValuesCount

      int getValuesCount()
       Repeated field of dynamically typed values.
       
      repeated .qdrant.Value values = 1;
    • getValuesOrBuilderList

      List<? extends JsonWithInt.ValueOrBuilder> getValuesOrBuilderList()
       Repeated field of dynamically typed values.
       
      repeated .qdrant.Value values = 1;
    • getValuesOrBuilder

      JsonWithInt.ValueOrBuilder getValuesOrBuilder(int index)
       Repeated field of dynamically typed values.
       
      repeated .qdrant.Value values = 1;