[[["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."],[[["This documentation page covers the `Filters` class within the Google BigQuery v2 API for .NET, which is used for building filter strings."],["The latest version of the documentation available is 3.11.0, but this page specifically details version 3.3.0 of the `Filters` class and the Google.Cloud.BigQuery.V2 API."],["The `Filters` class provides two static methods: `FromLabel`, to create a filter for a single label, and `FromLabels`, to create a filter for multiple labels."],["The `FromLabel` method returns a string in the format \"labels.{name}:{value}\" if the value is non-null, and \"labels.{name}\" if the value is null."],["The `FromLabels` method joins multiple labels together with spaces, and references the format specified by `FromLabel` for individual label formatting."]]],[]]