Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go41689 type InstanceGroupsListCall struct { struct
41701 func (r *InstanceGroupsService) List(project string, zone string) *InstanceGroupsListCall {
41702 c := &InstanceGroupsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
41734 func (c *InstanceGroupsListCall) Filter(filter string) *InstanceGroupsListCall { argument
41745 func (c *InstanceGroupsListCall) MaxResults(maxResults int64) *InstanceGroupsListCall { argument
41762 func (c *InstanceGroupsListCall) OrderBy(orderBy string) *InstanceGroupsListCall { argument
41770 func (c *InstanceGroupsListCall) PageToken(pageToken string) *InstanceGroupsListCall { argument
41778 func (c *InstanceGroupsListCall) Fields(s ...googleapi.Field) *InstanceGroupsListCall { argument
41788 func (c *InstanceGroupsListCall) IfNoneMatch(entityTag string) *InstanceGroupsListCall { argument
41796 func (c *InstanceGroupsListCall) Context(ctx context.Context) *InstanceGroupsListCall { argument
[all …]