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 documentation for the `GetConnectivityTestRequest` class within the Google Cloud Network Management v1 API, specifically focusing on version 2.9.0."],["The `GetConnectivityTestRequest` class is used to structure requests for the `GetConnectivityTest` method, enabling users to retrieve information about a specified connectivity test."],["The documentation outlines the class's inheritance, including its parent `object` and implemented interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It details the available constructors for the `GetConnectivityTestRequest` class, which include a default constructor and a constructor that takes another `GetConnectivityTestRequest` instance."],["The documentation also highlights the `Name` property within the class, which requires a string in the format `projects/{project_id}/locations/global/connectivityTests/{test_id}` to specify the target connectivity test."]]],[]]