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

10 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L7359: 	urlParams_ gensupport.URLParams
		storage-gen.go#L7367: 	c := &ObjectAccessControlsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L7378: 	c.urlParams_.Set("generation", fmt.Sprint(generation))
		storage-gen.go#L7386: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L7393: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L7401: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L7430: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L7431: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L7433: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L7449: 	gensupport.SetOptions(c.urlParams_, opts...)