[[["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."],[[["This webpage provides documentation for the `LabelValue` class within the Google Cloud Monitoring v3 API, covering versions from 2.3.0 up to the latest 3.15.0."],["The `LabelValue` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable\u003cLabelValue\u003e`, `IDeepCloneable\u003cLabelValue\u003e`, and `IBufferMessage`, indicating its role in handling label values."],["The class contains properties to store different types of label values, including `BoolValue` (bool), `Int64Value` (long), and `StringValue` (string), along with corresponding properties to check if these fields are set (`HasBoolValue`, `HasInt64Value`, `HasStringValue`)."],["There are two constructors provided for the `LabelValue` class, one for a default initialization and another that takes another instance of the class to copy values."],["The `ValueCase` property allows checking the type of value stored in the current object, which is defined by the `ValueOneofCase` enum."]]],[]]