public sealed class GetConnectionRequest : IMessage<GetConnectionRequest>, IEquatable<GetConnectionRequest>, IDeepCloneable<GetConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build 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-21 UTC."],[[["The `GetConnectionRequest` class is part of the Google Cloud Build v2 API, designed to retrieve details about a specific connection."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality checks, deep cloning, and buffer management, respectively."],["The class includes properties like `ConnectionName` and `Name`, with the latter being a required field specifying the connection's resource name in the format `projects/*/locations/*/connections/*`."],["The latest version of the `GetConnectionRequest` is 1.4.0, with older versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also being available."],["The class features two constructors, a parameterless one and another that takes another instance of `GetConnectionRequest` to copy its properties, with inheritance from the generic object class."]]],[]]