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 in the Google.Cloud.Connectors.V1 API is used to define rules for identifying backends based on customer-provided configurations in the Connection resource."],["This class is part of the Integration Connectors v1 API and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ExtractionRules` has two constructors: a default constructor and one that accepts another `ExtractionRules` object as a parameter for cloning."],["The class contains a `RepeatedField` property named `ExtractionRule`, which is a collection for storing multiple individual extraction rules."],["The available versions of the `ExtractionRules` are 1.3.0 (latest), 1.2.0, 1.1.0, and 1.0.0."]]],[]]