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

11 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L3386: 	urlParams_ gensupport.URLParams
		storage-gen.go#L3393: 	c := &BucketsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L3402: 	c.urlParams_.Set("ifMetagenerationMatch", fmt.Sprint(ifMetagenerationMatch))
		storage-gen.go#L3410: 	c.urlParams_.Set("ifMetagenerationNotMatch", fmt.Sprint(ifMetagenerationNotMatch))
		storage-gen.go#L3418: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L3425: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L3433: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L3462: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L3463: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L3465: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L3479: 	gensupport.SetOptions(c.urlParams_, opts...)