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

16 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L10632: 	urlParams_ gensupport.URLParams
		storage-gen.go#L10639: 	c := &ObjectsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L10650: 	c.urlParams_.Set("generation", fmt.Sprint(generation))
		storage-gen.go#L10659: 	c.urlParams_.Set("ifGenerationMatch", fmt.Sprint(ifGenerationMatch))
		storage-gen.go#L10669: 	c.urlParams_.Set("ifGenerationNotMatch", fmt.Sprint(ifGenerationNotMatch))
		storage-gen.go#L10677: 	c.urlParams_.Set("ifMetagenerationMatch", fmt.Sprint(ifMetagenerationMatch))
		storage-gen.go#L10686: 	c.urlParams_.Set("ifMetagenerationNotMatch", fmt.Sprint(ifMetagenerationNotMatch))
		storage-gen.go#L10706: 	c.urlParams_.Set("predefinedAcl", predefinedAcl)
		storage-gen.go#L10717: 	c.urlParams_.Set("projection", projection)
		storage-gen.go#L10725: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L10732: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L10740: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L10774: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L10775: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L10777: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L10798: 	gensupport.SetOptions(c.urlParams_, opts...)