Data Proc API, gRPC: JobService.ListLog
Returns a log for specified job.
gRPC request
rpc ListLog (ListJobLogRequest) returns (ListJobLogResponse)
ListJobLogRequest
{
"clusterId": "string",
"jobId": "string",
"pageSize": "int64",
"pageToken": "string"
}
Field |
Description |
clusterId |
string Required field. ID of the cluster that the job is being created for. |
jobId |
string ID of the job being created. |
pageSize |
int64 The maximum bytes of job log per response to return. If the number of available |
pageToken |
string Page token. To get the next page of results, set |
ListJobLogResponse
{
"content": "string",
"nextPageToken": "string"
}
Field |
Description |
content |
string Requested part of Data Proc Job log. |
nextPageToken |
string This token allows you to get the next page of results for ListLog requests, |