public sealed class UpdateAccessLevelRequest : IMessage<UpdateAccessLevelRequest>, IEquatable<UpdateAccessLevelRequest>, IDeepCloneable<UpdateAccessLevelRequest>, IBufferMessage, IMessage
Required. The updated [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel]. Syntactic
correctness of the [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel] is a
precondition for creation.
[[["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-02 UTC."],[[["The `UpdateAccessLevelRequest` class is used to request updates to an `AccessLevel` within the `Google.Identity.AccessContextManager.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["It contains properties for `AccessLevel`, which is the updated Access Level, and `UpdateMask`, which specifies the fields to be updated, with both being required for the request."],["There are multiple versions of the `UpdateAccessLevelRequest`, with version 2.5.0 being the latest, and the list includes versions ranging from 1.2.0 to 2.5.0 for this specific request."],["The class has two constructors, one being default and the other allowing the creation of a new `UpdateAccessLevelRequest` object from an existing one."]]],[]]