google.golang.org/api/storage/v1.ObjectAccessControlsGetCall.urlParams_ (field)

10 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L7520: 	urlParams_   gensupport.URLParams
		storage-gen.go#L7529: 	c := &ObjectAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L7540: 	c.urlParams_.Set("generation", fmt.Sprint(generation))
		storage-gen.go#L7548: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L7555: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L7563: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L7605: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L7606: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L7608: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L7630: 	gensupport.SetOptions(c.urlParams_, opts...)