Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go23345 type BackendServicesListCall struct { struct
23357 func (r *BackendServicesService) List(project string) *BackendServicesListCall {
23358 c := &BackendServicesListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
23389 func (c *BackendServicesListCall) Filter(filter string) *BackendServicesListCall { argument
23400 func (c *BackendServicesListCall) MaxResults(maxResults int64) *BackendServicesListCall { argument
23417 func (c *BackendServicesListCall) OrderBy(orderBy string) *BackendServicesListCall { argument
23425 func (c *BackendServicesListCall) PageToken(pageToken string) *BackendServicesListCall { argument
23433 func (c *BackendServicesListCall) Fields(s ...googleapi.Field) *BackendServicesListCall { argument
23443 func (c *BackendServicesListCall) IfNoneMatch(entityTag string) *BackendServicesListCall { argument
23451 func (c *BackendServicesListCall) Context(ctx context.Context) *BackendServicesListCall { argument
[all …]