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 webpage provides reference documentation for the `BigQueryTableCollection` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `BigQueryTableCollection` class, used for Discovery, is designed to specify a collection of BigQuery tables, with the latest version being 4.16.0, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the inheritance structure, showing that `BigQueryTableCollection` inherits from `object` and lists the members it inherits, like `GetHashCode()`, `GetType()`, and `ToString()`."],["Constructors for creating `BigQueryTableCollection` objects are detailed, including both a parameterless constructor and one that accepts another `BigQueryTableCollection` object."],["Key properties of the `BigQueryTableCollection` class are explained, such as `IncludeRegexes` which allows the definition of regular expressions to match BigQuery tables, and `PatternCase` which defines the pattern type."]]],[]]