public sealed class UpdateExternalSystemRequest : IMessage<UpdateExternalSystemRequest>, IEquatable<UpdateExternalSystemRequest>, IDeepCloneable<UpdateExternalSystemRequest>, IBufferMessage, IMessage
Request message for updating a ExternalSystem resource.
[[["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 latest version available for `UpdateExternalSystemRequest` is 3.24.0, as part of the Google Cloud SecurityCenter V1."],["This page provides documentation for `UpdateExternalSystemRequest`, specifically within version 2.10.0 of the Google.Cloud.SecurityCenter.V1 namespace, and lists prior versions as well."],["`UpdateExternalSystemRequest` is a request message used for updating an `ExternalSystem` resource and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateExternalSystemRequest` class has two constructors: a default one and another that takes another `UpdateExternalSystemRequest` object as a parameter for copying."],["It includes two properties: `ExternalSystem`, which is the resource to update, and `UpdateMask`, which defines which fields to update."]]],[]]