[[["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-03-21 UTC."],[[["The provided content outlines the different versions of the `NumericValue.Builder` class within the `google-analytics-admin` package, ranging from version 0.14.0 to the latest 0.70.0."],["`NumericValue.Builder` is a class used to represent numerical data within the Google Analytics Admin API, extending from `GeneratedMessageV3.Builder` and implementing `NumericValueOrBuilder`."],["This class offers methods to manage both integer (`int64`) and double-precision floating-point (`double`) values, providing flexibility in representing various types of numeric data, such as through the `setInt64Value` and `setDoubleValue` functions."],["The `NumericValue.Builder` class inherits numerous methods for managing message construction, including merging, clearing, and setting fields from superclasses like `GeneratedMessageV3.Builder` and `AbstractMessage.Builder`, such as `mergeFrom`, and `clearField`."],["The class documentation includes static methods like `getDescriptor()` and instance methods like `build()`, `clear()`, and `clone()` to facilitate the creation and manipulation of `NumericValue` instances, as well as the `OneValueCase` to determine what value is stored."]]],[]]