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

10 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L7723: 	urlParams_          gensupport.URLParams
		storage-gen.go#L7730: 	c := &ObjectAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L7741: 	c.urlParams_.Set("generation", fmt.Sprint(generation))
		storage-gen.go#L7749: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L7756: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L7764: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L7798: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L7799: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L7801: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L7822: 	gensupport.SetOptions(c.urlParams_, opts...)