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

14 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L9172: 	urlParams_ gensupport.URLParams
		storage-gen.go#L9181: 	c := &ObjectsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L9191: 	c.urlParams_.Set("generation", fmt.Sprint(generation))
		storage-gen.go#L9200: 	c.urlParams_.Set("ifGenerationMatch", fmt.Sprint(ifGenerationMatch))
		storage-gen.go#L9210: 	c.urlParams_.Set("ifGenerationNotMatch", fmt.Sprint(ifGenerationNotMatch))
		storage-gen.go#L9218: 	c.urlParams_.Set("ifMetagenerationMatch", fmt.Sprint(ifMetagenerationMatch))
		storage-gen.go#L9227: 	c.urlParams_.Set("ifMetagenerationNotMatch", fmt.Sprint(ifMetagenerationNotMatch))
		storage-gen.go#L9235: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L9242: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L9250: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L9279: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L9280: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L9282: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L9297: 	gensupport.SetOptions(c.urlParams_, opts...)