cloud.google.com/go/storage.hmacKeyDesc.userProjectID (field)

12 uses

	cloud.google.com/go/storage (current package)
		hmac.go#L121: 	if desc.userProjectID != "" {
		hmac.go#L122: 		call = call.UserProject(desc.userProjectID)
		hmac.go#L154: 	if desc.userProjectID != "" {
		hmac.go#L155: 		delCall = delCall.UserProject(desc.userProjectID)
		hmac.go#L211: 	if desc.userProjectID != "" {
		hmac.go#L212: 		call = call.UserProject(desc.userProjectID)
		hmac.go#L258: 	if desc.userProjectID != "" {
		hmac.go#L259: 		call = call.UserProject(desc.userProjectID)
		hmac.go#L357: 	if it.desc.userProjectID != "" {
		hmac.go#L358: 		call = call.UserProject(it.desc.userProjectID)
		hmac.go#L393: 	userProjectID          string
		hmac.go#L439: 		hkd.userProjectID = userProjectID