Home
last modified time | relevance | path

Searched refs:HostInfoApi (Results 1 – 5 of 5) sorted by relevance

/test/vti/test_serving/gae/webapp/src/
Dendpoint_main.py28 host_info.HostInfoApi,
/test/vti/test_serving/gae/script/
Dbuild.sh33 python lib/endpoints/endpointscfg.py get_openapi_spec webapp.src.endpoint.host_info.HostInfoApi --h…
Ddeploy-endpoint.sh29 …app.src.endpoint.build_info.BuildInfoApi webapp.src.endpoint.host_info.HostInfoApi webapp.src.endp…
/test/vti/test_serving/gae/webapp/src/endpoint/
Dhost_info_test.py54 api = host_info.HostInfoApi()
Dhost_info.py64 class HostInfoApi(endpoint_base.EndpointBase): class