google.golang.org/api/storage/v1.BucketsListCall.urlParams_ (field)
15 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L4216: urlParams_ gensupport.URLParams
storage-gen.go#L4224: c := &BucketsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L4225: c.urlParams_.Set("project", projectid)
storage-gen.go#L4233: c.urlParams_.Set("maxResults", fmt.Sprint(maxResults))
storage-gen.go#L4241: c.urlParams_.Set("pageToken", pageToken)
storage-gen.go#L4248: c.urlParams_.Set("prefix", prefix)
storage-gen.go#L4259: c.urlParams_.Set("projection", projection)
storage-gen.go#L4267: c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
storage-gen.go#L4274: c.urlParams_.Set("userProject", userProject)
storage-gen.go#L4282: c.urlParams_.Set("fields", googleapi.CombineFields(s))
storage-gen.go#L4324: c.urlParams_.Set("alt", alt)
storage-gen.go#L4325: c.urlParams_.Set("prettyPrint", "false")
storage-gen.go#L4327: urls += "?" + c.urlParams_.Encode()
storage-gen.go#L4344: gensupport.SetOptions(c.urlParams_, opts...)
storage-gen.go#L4449: defer c.PageToken(c.urlParams_.Get("pageToken")) // reset paging to original point
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |