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."],[[["The latest version available for the `BigQueryTableCollection` class is 4.16.0, with multiple other versions listed ranging from 4.15.0 down to 2.15.0."],["The `BigQueryTableCollection` class is part of the Google Cloud Data Loss Prevention v2 API and is used to specify a collection of BigQuery tables, particularly for Discovery purposes."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` along with inheriting members from the base `object` class."],["`BigQueryTableCollection` has properties such as `IncludeRegexes` which contains regular expressions used for matching BigQuery tables and `PatternCase` which indicates the pattern case."],["The class has two constructors, one default constructor named `BigQueryTableCollection()` and another that accepts another `BigQueryTableCollection` as a parameter, named `BigQueryTableCollection(BigQueryTableCollection other)`."]]],[]]