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-06-12 UTC."],[[["This document provides reference documentation for the `GetConnectionRequest` class within the Cloud Build v2 API, version 1.1.0."],["`GetConnectionRequest` is a message type used to request details about a specific Connection and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, one default and one that takes another `GetConnectionRequest` object as a parameter."],["`GetConnectionRequest` includes properties such as `ConnectionName`, which offers a typed view over the resource name, and `Name`, which represents the name of the Connection to retrieve, in the specified format."],["This API is located within the `Google.Cloud.CloudBuild.V2` namespace, and the documentation is part of the `Google.Cloud.CloudBuild.V2.dll` assembly."]]],[]]