Interface ListValueOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    ListValue, ListValue.Builder

    @Generated
    public interface ListValueOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Value getValues​(int index)
      repeated .google.protobuf.Value values = 1 [json_name = "values"];
      int getValuesCount()
      repeated .google.protobuf.Value values = 1 [json_name = "values"];
      java.util.List<Value> getValuesList()
      repeated .google.protobuf.Value values = 1 [json_name = "values"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getValuesList

        java.util.List<Value> getValuesList()
        repeated .google.protobuf.Value values = 1 [json_name = "values"];
      • getValues

        Value getValues​(int index)
        repeated .google.protobuf.Value values = 1 [json_name = "values"];
      • getValuesCount

        int getValuesCount()
        repeated .google.protobuf.Value values = 1 [json_name = "values"];