public sealed class UpdateServicePerimeterRequest : IMessage<UpdateServicePerimeterRequest>, IEquatable<UpdateServicePerimeterRequest>, IDeepCloneable<UpdateServicePerimeterRequest>, IBufferMessage, IMessage
[[["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-09 UTC."],[[["The `UpdateServicePerimeterRequest` class, part of the `Google.Identity.AccessContextManager.V1` namespace, facilitates requests to update a `ServicePerimeter`."],["Version 2.5.0 is the latest version, with versions ranging down to 1.2.0 available for reference within this content."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two properties: `ServicePerimeter` which represents the updated service perimeter, and `UpdateMask`, which controls which fields are updated."],["There are two constructors for creating instances of this class, one default and another that accepts another `UpdateServicePerimeterRequest` as a parameter."]]],[]]