RequestInfo
Stay organized with collections
Save and categorize content based on your preferences.
Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.
| JSON representation |
{
"requestId": string,
"servingData": string
} |
| Fields |
requestId |
string
An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service's logs.
|
servingData |
string
Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-12 UTC.
[[["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-12-12 UTC."],[],[]]