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

10 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L7910: 	urlParams_   gensupport.URLParams
		storage-gen.go#L7918: 	c := &ObjectAccessControlsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L7928: 	c.urlParams_.Set("generation", fmt.Sprint(generation))
		storage-gen.go#L7936: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L7943: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L7951: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L7993: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L7994: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L7996: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L8017: 	gensupport.SetOptions(c.urlParams_, opts...)