public sealed class GetConnectionRequest : IMessage<GetConnectionRequest>, IEquatable<GetConnectionRequest>, IDeepCloneable<GetConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetConnectionRequest.
Request message for ConnectorsService.GetConnection
[[["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-04-17 UTC."],[[["The `GetConnectionRequest` class is part of the Integration Connectors v1 API, used for retrieving a specific connection and is included within the `Google.Cloud.Connectors.V1` namespace."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["`GetConnectionRequest` instances can be created using a default constructor or a copy constructor, allowing for either a new object or an object based on another `GetConnectionRequest`."],["The `GetConnectionRequest` class has properties such as `ConnectionName`, `Name`, and `View`, that correspond to the connection's resource name, raw name and the desired level of information to be returned, respectively."],["The `Name` property within the class is a required field, representing the resource name of the connection that follows the format `projects/*/locations/*/connections/*`."]]],[]]