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

19 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L9877: 	urlParams_ gensupport.URLParams
		storage-gen.go#L9885: 	c := &ObjectsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L9898: 	c.urlParams_.Set("contentEncoding", contentEncoding)
		storage-gen.go#L9907: 	c.urlParams_.Set("ifGenerationMatch", fmt.Sprint(ifGenerationMatch))
		storage-gen.go#L9917: 	c.urlParams_.Set("ifGenerationNotMatch", fmt.Sprint(ifGenerationNotMatch))
		storage-gen.go#L9925: 	c.urlParams_.Set("ifMetagenerationMatch", fmt.Sprint(ifMetagenerationMatch))
		storage-gen.go#L9934: 	c.urlParams_.Set("ifMetagenerationNotMatch", fmt.Sprint(ifMetagenerationNotMatch))
		storage-gen.go#L9944: 	c.urlParams_.Set("kmsKeyName", kmsKeyName)
		storage-gen.go#L9953: 	c.urlParams_.Set("name", name)
		storage-gen.go#L9973: 	c.urlParams_.Set("predefinedAcl", predefinedAcl)
		storage-gen.go#L9985: 	c.urlParams_.Set("projection", projection)
		storage-gen.go#L9993: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L10000: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L10048: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L10084: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L10085: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L10089: 		c.urlParams_.Set("uploadType", c.mediaInfo_.UploadType())
		storage-gen.go#L10097: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L10118: 	gensupport.SetOptions(c.urlParams_, opts...)