public sealed class GetConnectivityTestRequest : IMessage<GetConnectivityTestRequest>, IEquatable<GetConnectivityTestRequest>, IDeepCloneable<GetConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class GetConnectivityTestRequest.
[[["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 provides reference documentation for the `GetConnectivityTestRequest` class within the Network Management v1 API for .NET."],["The latest version available is 2.13.0, with the documentation listing historical versions down to 1.0.0 for the `GetConnectivityTestRequest` class."],["`GetConnectivityTestRequest` is a request message class used in the `GetConnectivityTest` method, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConnectivityTestRequest` class has a constructor, `GetConnectivityTestRequest()`, and another constructor which takes another instance of the same class, `GetConnectivityTestRequest(GetConnectivityTestRequest other)`."],["The class contains one property, `Name`, which is a string that takes the name of a connectivity test resource, and takes a specific form, using the format, `projects/{project_id}/locations/global/connectivityTests/{test_id}`."]]],[]]