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

18 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L12100: 	urlParams_ gensupport.URLParams
		storage-gen.go#L12107: 	c := &ObjectsWatchAllCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L12120: 	c.urlParams_.Set("delimiter", delimiter)
		storage-gen.go#L12129: 	c.urlParams_.Set("endOffset", endOffset)
		storage-gen.go#L12138: 	c.urlParams_.Set("includeTrailingDelimiter", fmt.Sprint(includeTrailingDelimiter))
		storage-gen.go#L12148: 	c.urlParams_.Set("maxResults", fmt.Sprint(maxResults))
		storage-gen.go#L12156: 	c.urlParams_.Set("pageToken", pageToken)
		storage-gen.go#L12163: 	c.urlParams_.Set("prefix", prefix)
		storage-gen.go#L12174: 	c.urlParams_.Set("projection", projection)
		storage-gen.go#L12182: 	c.urlParams_.Set("provisionalUserProject", provisionalUserProject)
		storage-gen.go#L12191: 	c.urlParams_.Set("startOffset", startOffset)
		storage-gen.go#L12198: 	c.urlParams_.Set("userProject", userProject)
		storage-gen.go#L12206: 	c.urlParams_.Set("versions", fmt.Sprint(versions))
		storage-gen.go#L12214: 	c.urlParams_.Set("fields", googleapi.CombineFields(s))
		storage-gen.go#L12248: 	c.urlParams_.Set("alt", alt)
		storage-gen.go#L12249: 	c.urlParams_.Set("prettyPrint", "false")
		storage-gen.go#L12251: 	urls += "?" + c.urlParams_.Encode()
		storage-gen.go#L12271: 	gensupport.SetOptions(c.urlParams_, opts...)