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."],[[["This document provides reference information for the `DiscoverConnectionProfileRequest` class within the Google Cloud Datastream V1 API, specifically version 2.7.0."],["`DiscoverConnectionProfileRequest` is used to request the discovery of a ConnectionProfile, offering parameters for configuring the search, such as specifying an existing `ConnectionProfileName` or an ad-hoc `ConnectionProfile`."],["The class implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and is part of the `Google.Cloud.Datastream.V1` namespace, found in the `Google.Cloud.Datastream.V1.dll` assembly."],["It allows the user to choose whether to retrieve the full hierarchy of data objects or only the current level, and also supports specifying the number of hierarchy levels to retrieve with the `HierarchyDepth` parameter."],["It also provides support for enrichment of child data objects and metadata for MySQL, Oracle and PostgreSQL RDBMS types."]]],[]]