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 `UpdateConnectivityTestRequest` class is part of the Google Cloud Network Management v1 API, and is used to manage requests for the `UpdateConnectivityTest` method."],["This class is available in various versions, with the latest being 2.13.0 and going as far back as 1.0.0, all found within the provided documentation, allowing for flexibility depending on version compatibility."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality and compatibility."],["It has two constructors, one default and another that accepts an `UpdateConnectivityTestRequest` parameter, which is helpful for creating copies."],["The class has two main properties: `Resource` (of type `ConnectivityTest`) for setting the data to update and `UpdateMask` (of type `FieldMask`) to specify which fields should be updated, providing the ability to fine tune the update request."]]],[]]