public sealed class DiscoverConnectionProfileRequest : IMessage<DiscoverConnectionProfileRequest>, IEquatable<DiscoverConnectionProfileRequest>, IDeepCloneable<DiscoverConnectionProfileRequest>, IBufferMessage, IMessage
Request message for 'discover' ConnectionProfile request.
[[["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 `DiscoverConnectionProfileRequest` class is a request message used for discovering connection profile information in Google Cloud Datastream, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class supports discovering ad-hoc connection profiles or referencing existing ones via `ConnectionProfile` and `ConnectionProfileName` properties."],["You can specify the depth and breadth of the data hierarchy to retrieve, using `FullHierarchy` and `HierarchyDepth`."],["The `DiscoverConnectionProfileRequest` class can be used to enrich child data objects and metadata from various database types, including MySQL, Oracle, and PostgreSQL, through properties like `MysqlRdbms`, `OracleRdbms`, and `PostgresqlRdbms`."],["The class requires a parent resource in the format `projects/*/locations/*`, as indicated by the `Parent` and `ParentAsLocationName` properties."]]],[]]