Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go75866 type TargetPoolsListCall struct { struct
75879 func (r *TargetPoolsService) List(project string, region string) *TargetPoolsListCall {
75880 c := &TargetPoolsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
75912 func (c *TargetPoolsListCall) Filter(filter string) *TargetPoolsListCall { argument
75923 func (c *TargetPoolsListCall) MaxResults(maxResults int64) *TargetPoolsListCall { argument
75940 func (c *TargetPoolsListCall) OrderBy(orderBy string) *TargetPoolsListCall { argument
75948 func (c *TargetPoolsListCall) PageToken(pageToken string) *TargetPoolsListCall { argument
75956 func (c *TargetPoolsListCall) Fields(s ...googleapi.Field) *TargetPoolsListCall { argument
75966 func (c *TargetPoolsListCall) IfNoneMatch(entityTag string) *TargetPoolsListCall { argument
75974 func (c *TargetPoolsListCall) Context(ctx context.Context) *TargetPoolsListCall { argument
[all …]