public sealed class ReplaceAccessLevelsResponse : IMessage<ReplaceAccessLevelsResponse>, IEquatable<ReplaceAccessLevelsResponse>, IDeepCloneable<ReplaceAccessLevelsResponse>, IBufferMessage, IMessage
A response to ReplaceAccessLevelsRequest. This will be put inside of
Operation.response field.
[[["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."],[[["This webpage details the `ReplaceAccessLevelsResponse` class, which is a response to `ReplaceAccessLevelsRequest` and is used within the `Operation.response` field."],["The `ReplaceAccessLevelsResponse` class is part of the `Google.Identity.AccessContextManager.V1` namespace and is found within the `Google.Identity.AccessContextManager.V1.dll` assembly."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `ReplaceAccessLevelsResponse` instance as its argument."],["The `AccessLevels` property of the class, of the type `RepeatedField\u003cAccessLevel\u003e`, contains a list of `AccessLevel` instances."]]],[]]