public sealed class UpdateConnectivityTestRequest : IMessage<UpdateConnectivityTestRequest>, IEquatable<UpdateConnectivityTestRequest>, IDeepCloneable<UpdateConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class UpdateConnectivityTestRequest.
[[["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 latest version of the `UpdateConnectivityTestRequest` class is 2.13.0, and there are multiple previous versions available, ranging from 1.0.0 to 2.12.0."],["`UpdateConnectivityTestRequest` is a class in the `Google.Cloud.NetworkManagement.V1` namespace, designed for updating connectivity test configurations in the Network Management v1 API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and a copy constructor that takes another `UpdateConnectivityTestRequest` object as a parameter."],["The `UpdateConnectivityTestRequest` class includes properties such as `Resource` of type `ConnectivityTest` and `UpdateMask` of type `FieldMask`, allowing to update the resource and specify which fields should be modified."]]],[]]