public sealed class ApproveApprovalRequestMessage : IMessage<ApproveApprovalRequestMessage>, IEquatable<ApproveApprovalRequestMessage>, IDeepCloneable<ApproveApprovalRequestMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Access Approval v1 API class ApproveApprovalRequestMessage.
[[["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."],[[["The `ApproveApprovalRequestMessage` class, part of the Google Cloud Access Approval v1 API, is used to handle requests for approving an `ApprovalRequest`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for protobuf compatibility and advanced functionality."],["The latest version of the `ApproveApprovalRequestMessage` class is 2.5.0, with previous versions available from 2.4.0 down to 1.0.0, indicating an evolving API."],["Key properties of `ApproveApprovalRequestMessage` include `ApprovalRequestName`, a typed view over the resource name, `ExpireTime`, specifying the approval's duration, and `Name`, the string representation of the approval request name."],["The class provides two constructors, one default and another to copy from an existing `ApproveApprovalRequestMessage` instance."]]],[]]