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 latest version available for `DiscoverConnectionProfileRequest` is 2.9.0, with previous versions ranging from 2.8.0 down to 1.0.0 also accessible."],["`DiscoverConnectionProfileRequest` is a request message used for discovering connection profiles and is part of the `Google.Cloud.Datastream.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of `DiscoverConnectionProfileRequest` include `ConnectionProfile`, `ConnectionProfileName`, `FullHierarchy`, `HierarchyDepth`, and the options for specifying RDBMS like `MysqlRdbms` and `OracleRdbms`."],["The request requires a `Parent` property in the format of `projects/*/locations/*` to identify the connection profile's parent resource."]]],[]]