google.golang.org/api/storage/v1.BucketsListCall.Prefix (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L4247: func (c *BucketsListCall) Prefix(prefix string) *BucketsListCall {

	cloud.google.com/go/storage
		bucket.go#L1244: 	req.Prefix(it.Prefix)