public sealed class UpdateConnectivityTestRequest : IMessage<UpdateConnectivityTestRequest>, IEquatable<UpdateConnectivityTestRequest>, IDeepCloneable<UpdateConnectivityTestRequest>, 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-04-01 UTC."],[[["This webpage details the `UpdateConnectivityTestRequest` class, which is used to update a connectivity test resource in the Google Cloud Network Management V1 API."],["The latest version of the `UpdateConnectivityTestRequest` documentation is 2.13.0, and the page offers documentation for versions ranging from 1.0.0 to 2.13.0."],["The `UpdateConnectivityTestRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherits from the `Object` class."],["The class contains two properties that are required, the `Resource` property, of the type `ConnectivityTest`, which represents the connectivity test object to update, and the `UpdateMask` property of the type `FieldMask`, which specifies which fields in the `Resource` should be updated."],["There are two constructors in the `UpdateConnectivityTestRequest` class: a parameterless constructor, and one that accepts another `UpdateConnectivityTestRequest` instance."]]],[]]