Searched defs:HealthCheck (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/cpp/end2end/ |
D | async_end2end_test.cc | 247 class HealthCheck : public health::v1::Health::Service {}; class
|
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 5776 type HealthCheck struct { struct 5779 CheckIntervalSec int64 `json:"checkIntervalSec,omitempty"` 5783 CreationTimestamp string `json:"creationTimestamp,omitempty"` 5787 Description string `json:"description,omitempty"` 5791 HealthyThreshold int64 `json:"healthyThreshold,omitempty"` 5793 HttpHealthCheck *HTTPHealthCheck `json:"httpHealthCheck,omitempty"` 5795 HttpsHealthCheck *HTTPSHealthCheck `json:"httpsHealthCheck,omitempty"` 5799 Id uint64 `json:"id,omitempty,string"` 5802 Kind string `json:"kind,omitempty"` 5811 Name string `json:"name,omitempty"` [all …]
|
D | compute-api.json | 3227 "HealthCheck": { object
|