public sealed class CreateConnectivityTestRequest : IMessage<CreateConnectivityTestRequest>, IEquatable<CreateConnectivityTestRequest>, IDeepCloneable<CreateConnectivityTestRequest>, IBufferMessage, IMessage
[[["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 webpage details the `CreateConnectivityTestRequest` class, which is used to create a request for the `CreateConnectivityTest` method in the Google Cloud Network Management API."],["The `CreateConnectivityTestRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message construction and data handling within the API."],["The class includes constructors for creating new instances, both with and without pre-existing `CreateConnectivityTestRequest` objects, facilitating flexibility in its use."],["Key properties of the `CreateConnectivityTestRequest` include `Parent`, `Resource`, and `TestId`, which are essential for defining where and how a connectivity test should be created and configured within a Google Cloud project, and all of these are required."],["The page also documents the version history of this class, with links to the documentation of previous versions, from 1.0.0 up to 2.13.0 which is the latest."]]],[]]