Home
last modified time | relevance | path

Searched refs:JobLeaseResponse (Results 1 – 2 of 2) sorted by relevance

/test/vti/test_serving/gae/webapp/src/endpoint/
Djob_queue.py41 model.JobLeaseResponse,
77 return model.JobLeaseResponse(
81 return model.JobLeaseResponse(
86 model.JobLeaseResponse,
173 return model.JobLeaseResponse(
177 return model.JobLeaseResponse(
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py373 class JobLeaseResponse(messages.Message): class