public sealed class ReplaceServicePerimetersResponse : IMessage<ReplaceServicePerimetersResponse>, IEquatable<ReplaceServicePerimetersResponse>, IDeepCloneable<ReplaceServicePerimetersResponse>, IBufferMessage, IMessage
A response to ReplaceServicePerimetersRequest. 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"]],[["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 details the `ReplaceServicePerimetersResponse` class within the `Google.Identity.AccessContextManager.V1` namespace, found in the `Google.Identity.AccessContextManager.V1.dll` assembly."],["The `ReplaceServicePerimetersResponse` class serves as a response to the `ReplaceServicePerimetersRequest`, and it is designed to be used within the `Operation.response` field."],["This class inherits from the `Object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReplaceServicePerimetersResponse` class contains a `ServicePerimeters` property, which is a list of `ServicePerimeter` instances, utilizing the `RepeatedField` type."],["The documentation shown covers versions 1.2.0 to 2.5.0, with version 2.5.0 being the latest version."]]],[]]