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

10 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L8104: 	urlParams_          gensupport.URLParams
		storage-gen.go#L8111: 	c := &ObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L8123: 	c.urlParams_.Set("generation", fmt.Sprint(generation))
		storage-gen.go#L8131: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L8138: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L8146: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L8180: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L8181: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L8183: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L8205: 	gensupport.SetOptions(c.urlParams_, opts...)