public sealed class BigQueryTableCollection : IMessage<BigQueryTableCollection>, IEquatable<BigQueryTableCollection>, IDeepCloneable<BigQueryTableCollection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BigQueryTableCollection.
Specifies a collection of BigQuery tables. Used for Discovery.
[[["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-24 UTC."],[[["This document provides reference documentation for the `BigQueryTableCollection` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The `BigQueryTableCollection` class is used for specifying a collection of BigQuery tables, primarily for Discovery purposes, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available in the document is 4.16.0, but this document specifically refers to version 4.14.0, with links to all versions from 2.15.0 up to 4.16.0."],["The class includes properties like `IncludeRegexes` for matching BigQuery tables against regular expressions, and `PatternCase`, which indicates the current pattern being used."],["There are two constructors for this class, one default, and the second accepting another `BigQueryTableCollection` object as an argument for copying."]]],[]]