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

13 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L8499: 	urlParams_        gensupport.URLParams
		storage-gen.go#L8507: 	c := &ObjectsComposeCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L8531: 	c.urlParams_.Set("destinationPredefinedAcl", destinationPredefinedAcl)
		storage-gen.go#L8540: 	c.urlParams_.Set("ifGenerationMatch", fmt.Sprint(ifGenerationMatch))
		storage-gen.go#L8548: 	c.urlParams_.Set("ifMetagenerationMatch", fmt.Sprint(ifMetagenerationMatch))
		storage-gen.go#L8556: 	c.urlParams_.Set("kmsKeyName", kmsKeyName)
		storage-gen.go#L8564: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L8571: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L8579: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L8613: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L8614: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L8616: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L8637: 	gensupport.SetOptions(c.urlParams_, opts...)