google.golang.org/api/storage/v1.BucketsService.Insert (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L3957: func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall {

	cloud.google.com/go/storage
		bucket.go#L83: 	req := b.c.raw.Buckets.Insert(projectID, bkt)