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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["The `CreateConnectivityTestRequest` class is used to request the creation of a connectivity test within the Google Cloud Network Management API, specifically in version 2.0.0."],["This class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The class includes properties like `Parent`, `Resource`, and `TestId`, which are essential for defining the scope, content, and identifier of the connectivity test being created, with `Parent` representing the project and location, `Resource` being the connectivity test, and `TestId` being the unique identifier."],["The documentation provides links to various previous versions of `CreateConnectivityTestRequest`, ranging from version 1.0.0 to the latest 2.13.0, and each link directs to the specific version of the `CreateConnectivityTestRequest`."],["There are two constructors provided, one default `CreateConnectivityTestRequest()`, and another for copying from another instance `CreateConnectivityTestRequest(CreateConnectivityTestRequest other)`."]]],[]]