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

21 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L8761: 	urlParams_        gensupport.URLParams
		storage-gen.go#L8769: 	c := &ObjectsCopyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L8785: 	c.urlParams_.Set("destinationKmsKeyName", destinationKmsKeyName)
		storage-gen.go#L8806: 	c.urlParams_.Set("destinationPredefinedAcl", destinationPredefinedAcl)
		storage-gen.go#L8815: 	c.urlParams_.Set("ifGenerationMatch", fmt.Sprint(ifGenerationMatch))
		storage-gen.go#L8826: 	c.urlParams_.Set("ifGenerationNotMatch", fmt.Sprint(ifGenerationNotMatch))
		storage-gen.go#L8835: 	c.urlParams_.Set("ifMetagenerationMatch", fmt.Sprint(ifMetagenerationMatch))
		storage-gen.go#L8844: 	c.urlParams_.Set("ifMetagenerationNotMatch", fmt.Sprint(ifMetagenerationNotMatch))
		storage-gen.go#L8852: 	c.urlParams_.Set("ifSourceGenerationMatch", fmt.Sprint(ifSourceGenerationMatch))
		storage-gen.go#L8861: 	c.urlParams_.Set("ifSourceGenerationNotMatch", fmt.Sprint(ifSourceGenerationNotMatch))
		storage-gen.go#L8870: 	c.urlParams_.Set("ifSourceMetagenerationMatch", fmt.Sprint(ifSourceMetagenerationMatch))
		storage-gen.go#L8879: 	c.urlParams_.Set("ifSourceMetagenerationNotMatch", fmt.Sprint(ifSourceMetagenerationNotMatch))
		storage-gen.go#L8891: 	c.urlParams_.Set("projection", projection)
		storage-gen.go#L8899: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L8907: 	c.urlParams_.Set("sourceGeneration", fmt.Sprint(sourceGeneration))
		storage-gen.go#L8914: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L8922: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L8956: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L8957: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L8959: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L8982: 	gensupport.SetOptions(c.urlParams_, opts...)