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

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L4232: func (c *BucketsListCall) MaxResults(maxResults int64) *BucketsListCall {

	cloud.google.com/go/storage
		bucket.go#L1247: 		req.MaxResults(int64(pageSize))