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 documentation for the `GetConnectionRequest` class within the Cloud Build v2 API, detailing its structure and usage."],["The `GetConnectionRequest` class is used to retrieve details of a specific Connection, as indicated by its purpose as a message type."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities for protocol buffer messaging, comparison, deep cloning, and buffer message handling."],["The class has two constructors, `GetConnectionRequest()`, and `GetConnectionRequest(GetConnectionRequest other)` for creating an instance of the object, with the latter being a copy constructor for cloning an existing `GetConnectionRequest` object."],["The key properties for this class include `ConnectionName`, which provides a typed view over the resource name, and `Name`, which is a required string property for specifying the Connection to retrieve in the format `projects/*/locations/*/connections/*`."]]],[]]