public sealed class GetConnectionRequest : IMessage<GetConnectionRequest>, IEquatable<GetConnectionRequest>, IDeepCloneable<GetConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetConnectionRequest.
[[["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-24 UTC."],[[["This webpage provides reference documentation for the `GetConnectionRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `GetConnectionRequest` class is a request message used to retrieve information about a specific connection, and it implements various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the class's constructors, including a default constructor and a copy constructor that accepts another `GetConnectionRequest` instance."],["The documentation includes properties such as `ConnectionName`, a typed view over the resource name, and `Name`, a string representing the resource name in the format `projects/{project}/locations/{location}/connections/{connection}`."],["The page shows a list of all the available versions of this API, with the latest being 4.16.0."]]],[]]