GetVehicleRestrictedLog
Stay organized with collections
Save and categorize content based on your preferences.
Contains restricted data from a GetVehicle response. Join this log with the parent GetVehicleLog to get the full information about this GetVehicle response.
Fields |
parentInsertId |
string
The LogEntry insertId of the parent GetVehicleLog message.
|
response |
object (VehicleRestrictedLog )
The restricted information in a Vehicle 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 2025-02-26 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-02-26 UTC."],[[["This log contains sensitive data from a GetVehicle response and needs to be joined with the GetVehicleLog for complete information."],["The JSON representation includes `parentInsertId` to link with the parent log and `response` which holds the restricted vehicle data."],["`parentInsertId` is a string containing the LogEntry insertId of the parent GetVehicleLog."],["`response` is an object containing the restricted information from the Vehicle response, defined by the VehicleRestrictedLog object."]]],["The document outlines a log entry schema for restricted vehicle data. It features a JSON structure containing a `parentInsertId` (a string linking it to a parent log) and a `response` object. The `response` contains restricted information from a `GetVehicle` response. The `parentInsertId` field acts as a key for joining this log with a parent `GetVehicleLog` to retrieve the full vehicle details. This restricted log is a component of a larger system for managing vehicle data.\n"]]