An API request message that is scrubbed based on the method annotation.
This field should only be filled if audit_log field is present.
Service Control will use this to assemble a complete log for Cloud Audit
Logs and Google internal audit logs.
An API response message that is scrubbed based on the method annotation.
This field should only be filled if audit_log field is present.
Service Control will use this to assemble a complete log for Cloud Audit
Logs and Google internal audit logs.
[[["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."],[[["`AuditContext` is a class designed to provide essential information for audit logging within the Google API CommonProtos framework."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting operations like equality checks, deep cloning, and efficient message handling."],["It includes constructors for creating a new instance or cloning from an existing `AuditContext`, along with methods for managing message content such as `MergeFrom`, `WriteTo`, and `CalculateSize`."],["The class defines fields such as `AuditLogFieldNumber`, `ScrubbedRequestFieldNumber`, and `TargetResourceFieldNumber`, used to manage data related to audit logs and request scrubbing, all part of the `Google.Rpc.Context` namespace in the `Google.Api.CommonProtos.dll` assembly."],["`AuditContext` includes properties like `AuditLog`, `ScrubbedRequest`, `ScrubbedResponse`, `ScrubbedResponseItemCount`, and `TargetResource`, providing access to data like serialized audit logs, scrubbed API request and response messages, and target resource information."]]],[]]