public interface com.google.protobuf.ListValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.protobuf.ListValueOrBuilder
  super_class: java.lang.Object
{
  public abstract java.util.List<com.google.protobuf.Value> getValuesList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Value;>;

  public abstract com.google.protobuf.Value getValues(int);
    descriptor: (I)Lcom/google/protobuf/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract int getValuesCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<? extends com.google.protobuf.ValueOrBuilder> getValuesOrBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/ValueOrBuilder;>;

  public abstract com.google.protobuf.ValueOrBuilder getValuesOrBuilder(int);
    descriptor: (I)Lcom/google/protobuf/ValueOrBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "ListValueOrBuilder.java"