public sealed class DiscoverConnectionProfileRequest : IMessage<DiscoverConnectionProfileRequest>, IEquatable<DiscoverConnectionProfileRequest>, IDeepCloneable<DiscoverConnectionProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class DiscoverConnectionProfileRequest.
Request message for 'discover' ConnectionProfile request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The latest version of the `DiscoverConnectionProfileRequest` class is 2.9.0, part of the Google.Cloud.Datastream.V1 API."],["This class is a request message used for discovering connection profiles, offering functionalities to retrieve details about database schemas and structures."],["The `DiscoverConnectionProfileRequest` class supports various database types such as MySQL, Oracle, PostgreSQL, and SQL Server, allowing enrichment with child data objects and metadata for each."],["You can specify whether to retrieve the full hierarchy of data objects or just the current level, and control the depth of the hierarchy to retrieve."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, and can be constructed either with default parameters or by cloning another instance of itself."]]],[]]