SearchTasksRestrictedLog

  • The JSON representation showcases restricted data from a SearchTasksLog, encompassing details like parentInsertId and response.

  • The parentInsertId field is a string denoting the LogEntry insertId of the parent SearchTasksLog message.

  • The response field is an object containing the SearchTasksResponseRestrictedLog, representing the response given to the client, which will be unset if the RPC call resulted in an error.

Contains restricted data from a SearchTasksLog.

JSON representation
{
  "parentInsertId": string,
  "response": {
    object (SearchTasksResponseRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent SearchTasksLog message.

response

object (SearchTasksResponseRestrictedLog)

The response returned to the client. It will be unset if the RPC call resulted in an error.