Home
last modified time | relevance | path

Searched refs:test_pab_account_id (Results 1 – 10 of 10) sorted by relevance

/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing_test.py75 job.test_pab_account_id = schedule.test_pab_account_id
113 and (parent_schedule.test_pab_account_id ==
114 job.test_pab_account_id)))
148 job.test_pab_account_id = schedule.test_pab_account_id
186 and (parent_schedule.test_pab_account_id ==
187 job.test_pab_account_id)))
Dindexing.py142 model.ScheduleModel.test_pab_account_id == (
143 entity.test_pab_account_id))
/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info_test.py67 test_pab_account_id=self.GetRandomString(),
112 test_pab_account_id=self.GetRandomString(),
Dschedule_info.py212 schedule.test_pab_account_id = request.test_pab_account_id
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py81 test_pab_account_id = ndb.StringProperty() variable in ScheduleModel
143 test_pab_account_id = messages.StringField(14) variable in ScheduleInfoMessage
288 test_pab_account_id = ndb.StringProperty() variable in JobModel
345 test_pab_account_id = messages.StringField(18) variable in JobMessage
/test/vti/test_serving/gae/frontend/src/app/model/
Djob.ts53 test_pab_account_id: string = void 0; property in Job
Dschedule.ts40 test_pab_account_id: string = void 0; property in Schedule
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto40 optional bytes test_pab_account_id = 22; field
DTestScheduleConfigMessage.proto109 optional bytes test_pab_account_id = 33; field
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py315 new_job.test_pab_account_id = schedule.test_pab_account_id