func google.golang.org/api/googleapi.Bool

3 uses

	google.golang.org/api/googleapi (current package)
		types.go#L178: func Bool(v bool) *bool { return &v }

	cloud.google.com/go/storage
		bucket.go#L959: 			rr.Condition.IsLive = googleapi.Bool(true)
		bucket.go#L961: 			rr.Condition.IsLive = googleapi.Bool(false)