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 information for the `UpdateConnectivityTestRequest` class within the Google Cloud Network Management v1 API, specifically for version 2.9.0."],["`UpdateConnectivityTestRequest` is used to request updates to a connectivity test and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has methods that it inherits like `GetHashCode()`, `GetType()`, and `ToString()`."],["It contains a `Resource` property of type `ConnectivityTest`, which is required for specifying which fields to update, and an `UpdateMask` property, which is also required and of type `FieldMask`, to denote which fields should be updated."],["The document lists various versions of the `UpdateConnectivityTestRequest`, showing a range from 1.0.0 up to the latest 2.13.0, all of which are in the Google Cloud Network Management v1 API."]]],[]]