public sealed class ExtractionRules : IMessage<ExtractionRules>, IEquatable<ExtractionRules>, IDeepCloneable<ExtractionRules>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class ExtractionRules.
Extraction Rules to identity the backends from customer provided
configuration in Connection resource.
[[["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."],[[["The `ExtractionRules` class, part of the Google Cloud Connectors v1 API, is used to identify backends from customer-provided configurations in Connection resources."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer-based operations."],["The `ExtractionRules` class includes a collection of `ExtractionRule` objects, accessible through the `ExtractionRule` property, which is of type `RepeatedField\u003cExtractionRule\u003e`."],["The documentation provides details for multiple versions of the API, including 1.0.0, 1.1.0, 1.2.0, and the latest, 1.3.0, enabling users to access the specific version relevant to their application."],["The class has two constructors, a parameterless one, and one that accepts another `ExtractionRules` object for use as a copy."]]],[]]