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"]],[["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 used to request the discovery of a connection profile in the DataStream v1 API."],["This class allows for the specification of either an ad-hoc connection profile configuration or a reference to an existing connection profile."],["It supports various database types such as MySQL, Oracle, and PostgreSQL, allowing users to enrich these RDBMS instances with metadata."],["Users can define the scope of data object retrieval, including whether to retrieve the full hierarchy or limit to the current level, and to specify the number of hierarchical levels to be returned."],["The `DiscoverConnectionProfileRequest` is part of the `Google.Cloud.Datastream.V1` namespace, with versions ranging from 1.0.0 to 2.9.0, and is implemented using several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]