Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go5793 HttpHealthCheck *HTTPHealthCheck `json:"httpHealthCheck,omitempty"` member
6039 type HttpHealthCheck struct { struct
6121 func (s *HttpHealthCheck) MarshalJSON() ([]byte, error) { argument
6122 type noMethod HttpHealthCheck
6134 Items []*HttpHealthCheck `json:"items,omitempty"`
33914 func (c *HttpHealthChecksGetCall) Do(opts ...googleapi.CallOption) (*HttpHealthCheck, error) {
33933 ret := &HttpHealthCheck{
33986 httphealthcheck *HttpHealthCheck
33995 func (r *HttpHealthChecksService) Insert(project string, httphealthcheck *HttpHealthCheck) *HttpHea…
34401 httphealthcheck *HttpHealthCheck
[all …]