[[["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-04-17 UTC."],[[["The `ArrayValue` class is part of the Google Bigtable v2 API, serving as an ordered list of `Value` elements within the `Google.Cloud.Bigtable.V2` namespace."],["Version 3.17.0 is the latest version available for `ArrayValue`, with a range of versions available from 2.2.0 through to the current version."],["The `ArrayValue` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` enabling it to integrate with protocol buffers and handle various data operations."],["The class has two constructors, `ArrayValue()`, and `ArrayValue(ArrayValue other)`, allowing for the creation of empty instances or instances initialized with existing `ArrayValue` objects."],["The `Values` property, a `RepeatedField` of `Value` type, holds the ordered elements within the `ArrayValue`, representing the data stored in the array."]]],[]]