public sealed class DiscoverConnectionProfileRequest : IMessage<DiscoverConnectionProfileRequest>, IEquatable<DiscoverConnectionProfileRequest>, IDeepCloneable<DiscoverConnectionProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 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"]],[["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."],[[["This documentation details the `DiscoverConnectionProfileRequest` class, which is part of the Google Cloud Datastream v1alpha1 API, with the latest version being 2.0.0-alpha05."],["The `DiscoverConnectionProfileRequest` class is used to create a request message for discovering a ConnectionProfile and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It offers properties such as `ConnectionProfile`, `ConnectionProfileName`, `RecursionDepth`, and `Recursive` that are used to define the specific parameters of the discovery request."],["This class also contains properties for specifying RDBMS-specific configurations for MySQL and Oracle using the `MysqlRdbms` and `OracleRdbms` properties respectively."],["The request requires a parent resource in the format `projects/*/locations/*` as indicated by the `Parent` property."]]],[]]