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-04-01 UTC."],[[["The `UpdateConnectivityTestRequest` class is part of the Google Cloud Network Management v1 API, with the latest version being 2.13.0."],["This class is used to create requests for the `UpdateConnectivityTest` method, allowing for updates to connectivity test resources."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The class contains properties like `Resource` of type `ConnectivityTest` and `UpdateMask` of type `FieldMask` to define the update details."],["The `UpdateConnectivityTestRequest` has multiple previous version releases dating back to version 1.0.0, giving developers access to many different version options."]]],[]]