public sealed class CreateConnectionRequest : IMessage<CreateConnectionRequest>, IEquatable<CreateConnectionRequest>, IDeepCloneable<CreateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class CreateConnectionRequest.
Required. The ID to use for the Connection, which will become the final
component of the Connection's resource name. Names must be unique
per-project per-location. Allows alphanumeric characters and any of
-._~%!$&'()*+,;=@.
[[["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-07-02 UTC."],[[["This documentation details the `CreateConnectionRequest` class, which is part of the Cloud Build v2 API, specifically within the `Google.Cloud.CloudBuild.V2` namespace and version 1.3.0."],["The `CreateConnectionRequest` class is a message type used for creating a new connection in the Cloud Build service, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has several properties including `Connection` (the Connection to create), `ConnectionId` (the unique ID for the Connection), and `Parent` (the project and location for the Connection), all of which are required fields for the message to be considered valid."],["The `CreateConnectionRequest` class has a constructor that takes no parameters, and another that accepts another `CreateConnectionRequest` object as a parameter, which can be used for cloning the instance."],["There are older versions of the Cloud Build v2 API which are also mentioned here, including version 1.4.0 which is listed as the latest and versions 1.2.0, 1.1.0 and 1.0.0, providing a history for this class."]]],[]]