GetTaskRestrictedLog

  • The JSON representation shows restricted data from a GetTaskLog, including a parent insert ID and the response.

  • The parentInsertId field is a string representing the LogEntry insertId of the parent GetTaskLog message.

  • The response field is an object containing the TaskRestrictedLog, representing the response returned to the client, which might be unset due to RPC call errors.

Contains restricted data from a GetTaskLog.

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

string

The LogEntry insertId of the parent GetTaskLog message.

response

object (TaskRestrictedLog)

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