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

14 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L4635: 	urlParams_ gensupport.URLParams
		storage-gen.go#L4644: 	c := &BucketsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L4655: 	c.urlParams_.Set("ifMetagenerationMatch", fmt.Sprint(ifMetagenerationMatch))
		storage-gen.go#L4664: 	c.urlParams_.Set("ifMetagenerationNotMatch", fmt.Sprint(ifMetagenerationNotMatch))
		storage-gen.go#L4682: 	c.urlParams_.Set("predefinedAcl", predefinedAcl)
		storage-gen.go#L4703: 	c.urlParams_.Set("predefinedDefaultObjectAcl", predefinedDefaultObjectAcl)
		storage-gen.go#L4714: 	c.urlParams_.Set("projection", projection)
		storage-gen.go#L4722: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L4729: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L4737: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L4771: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L4772: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L4774: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L4794: 	gensupport.SetOptions(c.urlParams_, opts...)