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."],[[["This document provides reference information for the `GetConnectionRequest` class within the Cloud Build v2 API, specifically version 1.3.0."],["`GetConnectionRequest` is a message type used for retrieving details about a connection and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConnectionRequest` class has two constructors, one default and another for copying from an existing `GetConnectionRequest` object."],["It contains two properties: `ConnectionName`, a typed view of the resource name, and `Name`, which is a string representing the required connection name to retrieve, formatted as `projects/*/locations/*/connections/*`."],["There are also multiple versions of `GetConnectionRequest` that can be referenced, ranging from version 1.0.0 to 1.4.0 (the latest version)."]]],[]]