public sealed class GetConnectivityTestRequest : IMessage<GetConnectivityTestRequest>, IEquatable<GetConnectivityTestRequest>, IDeepCloneable<GetConnectivityTestRequest>, 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."],[[["The `GetConnectivityTestRequest` class is used to request data related to a connectivity test, acting as the input for the `GetConnectivityTest` method within the Google Cloud Network Management V1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and efficient message buffering."],["The `GetConnectivityTestRequest` class has two constructors, one default and one that takes another `GetConnectivityTestRequest` instance for cloning."],["The `Name` property, of type `string`, is a required field representing the unique identifier of a `ConnectivityTest` resource in the format `projects/{project_id}/locations/global/connectivityTests/{test_id}`."],["The documentation provides a list of available versions, with version 2.13.0 as the latest, for the `GetConnectivityTestRequest`, as part of the `.NET` library for `Google.Cloud.NetworkManagement.V1`."]]],[]]