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."],[[["The `GetConnectionRequest` class is part of the Cloud Build v2 API, used for retrieving details about a specific connection."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a default constructor and a constructor that accepts another `GetConnectionRequest` instance as a parameter."],["The class features two primary properties: `ConnectionName`, which is a typed view of the connection's name, and `Name`, which is a required string representing the connection's resource name."],["The latest version for this class is 1.4.0, and there are older versions dating back to 1.0.0 available."]]],[]]