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."],[[["The provided content is reference documentation for the `GetConnectionRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["This class is used as a request message for the `GetConnection` method, and it requires a resource name in the format `projects/{project}/locations/{location}/connections/{connection}`."],["The documentation covers different versions of the API, ranging from the latest `4.16.0` down to `2.15.0`, as well as information regarding implementing interfaces, constructors, properties, and inherited members."],["The `GetConnectionRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cGetConnectionRequest\u003e`, `IDeepCloneable\u003cGetConnectionRequest\u003e`, and `IBufferMessage`."],["The `GetConnectionRequest` has the properties `ConnectionName`, which is a typed view of the resource name, and `Name`, which is a string that represents the resource name required to make the request."]]],[]]