Interface Value.ListOrBuilder

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

public static interface Value.ListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool ordered = 1;
    getValues(int index)
    repeated .dev.enola.thing.Value values = 2;
    int
    repeated .dev.enola.thing.Value values = 2;
    repeated .dev.enola.thing.Value values = 2;
    getValuesOrBuilder(int index)
    repeated .dev.enola.thing.Value values = 2;
    List<? extends ValueOrBuilder>
    repeated .dev.enola.thing.Value values = 2;

    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