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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]