[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface ListValueOrBuilder (3.19.4)\n\n public interface ListValueOrBuilder extends MessageLiteOrBuilder\n\nImplements\n----------\n\n[MessageLiteOrBuilder](/java/docs/reference/protobuf/latest/com.google.protobuf.MessageLiteOrBuilder)\n\nMethods\n-------\n\n### getValues(int index)\n\n public abstract Value getValues(int index)\n\nRepeated field of dynamically typed values.\n\n`repeated .google.protobuf.Value values = 1;`\n\n### getValuesCount()\n\n public abstract int getValuesCount()\n\nRepeated field of dynamically typed values.\n\n`repeated .google.protobuf.Value values = 1;`\n\n### getValuesList()\n\n public abstract List\u003cValue\u003e getValuesList()\n\nRepeated field of dynamically typed values.\n\n`repeated .google.protobuf.Value values = 1;`"]]