GetTripRestrictedLog
Contains restricted data from a GetTrip response. Join this log with the parent GetTripLog to get the full information about this GetTrip response.
JSON representation |
{
"parentInsertId": string,
"response": {
object (TripRestrictedLog )
}
} |
Fields |
parentInsertId |
string
The LogEntry insertId of the parent GetTripLog message.
|
response |
object (TripRestrictedLog )
The restricted information in a Trip response.
|
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 2024-10-18 UTC.
[null,null,["Last updated 2024-10-18 UTC."],[[["This log contains sensitive data from a GetTrip response and needs to be joined with the parent GetTripLog for complete trip information."],["The JSON representation includes `parentInsertId` to link with the parent log and `response` which holds the restricted Trip data."],["`parentInsertId` is a string representing the LogEntry insertId of the parent GetTripLog message."],["`response` is an object containing the restricted information within a Trip response, as defined by the TripRestrictedLog type."]]],[]]