[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-12-02 (UTC)"],[[["`BigQueryParameterType` is an enum used to define parameter types for BigQuery."],["To specify a parameter type, use the format: `DataStudioApp.BigQueryParameterType.[TYPE]`, replacing `[TYPE]` with the desired type (e.g., `STRING`, `INT64`)."],["Supported BigQuery parameter types include `STRING`, `INT64`, `BOOL`, and `FLOAT64`, representing text, integer, boolean, and floating-point number values, respectively."]]],["`BigQueryParameterType` is an enum defining settable parameter types for BigQuery. It includes `STRING`, `INT64`, `BOOL`, and `FLOAT64`. Each is an `Enum` type, representing String, 64-bit integer, Boolean, and 64-bit floating-point number values respectively. To use, call the parent class with the desired parameter name, such as `DataStudioApp.BigQueryParameterType.STRING`.\n"]]