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."],[[["This document provides reference documentation for the `UpdateConnectivityTestRequest` class within the Google Cloud Network Management v1 API, including its constructors, properties, and implemented interfaces."],["The `UpdateConnectivityTestRequest` class is used to update connectivity tests and is part of the `Google.Cloud.NetworkManagement.V1` namespace."],["The latest version of the API documented is version 2.13.0, with versions ranging back to 1.0.0 also available in the documentation."],["Key properties of `UpdateConnectivityTestRequest` are `Resource`, which of type `ConnectivityTest` and is required for updates, and `UpdateMask`, which is a `FieldMask` type that dictates what will be updated."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."]]],[]]