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-03-21 UTC."],[[["This webpage provides documentation for the `UpdateServicePerimeterRequest` class, which is used to request updates to a `ServicePerimeter` within the Google Identity Access Context Manager."],["The latest version available for this documentation is 2.5.0, while this specific page refers to version 1.3.0, with links to previous versions ranging from 1.2.0 to 2.4.0."],["The `UpdateServicePerimeterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `UpdateServicePerimeterRequest` class has two properties, `ServicePerimeter` which represents the updated `ServicePerimeter`, and `UpdateMask` which specifies which fields should be updated."],["There are two constructors available for creating an instance of `UpdateServicePerimeterRequest`: a default constructor and one that takes another `UpdateServicePerimeterRequest` instance as a parameter."]]],[]]