type google.golang.org/api/storage/v1.BucketsListCall

25 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L4214: type BucketsListCall struct {
		storage-gen.go#L4223: func (r *BucketsService) List(projectid string) *BucketsListCall {
		storage-gen.go#L4224: 	c := &BucketsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L4232: func (c *BucketsListCall) MaxResults(maxResults int64) *BucketsListCall {
		storage-gen.go#L4240: func (c *BucketsListCall) PageToken(pageToken string) *BucketsListCall {
		storage-gen.go#L4247: func (c *BucketsListCall) Prefix(prefix string) *BucketsListCall {
		storage-gen.go#L4258: func (c *BucketsListCall) Projection(projection string) *BucketsListCall {
		storage-gen.go#L4266: func (c *BucketsListCall) ProvisionalUserProject(provisionalUserProject string) *BucketsListCall {
		storage-gen.go#L4273: func (c *BucketsListCall) UserProject(userProject string) *BucketsListCall {
		storage-gen.go#L4281: func (c *BucketsListCall) Fields(s ...googleapi.Field) *BucketsListCall {
		storage-gen.go#L4291: func (c *BucketsListCall) IfNoneMatch(entityTag string) *BucketsListCall {
		storage-gen.go#L4299: func (c *BucketsListCall) Context(ctx context.Context) *BucketsListCall {
		storage-gen.go#L4306: func (c *BucketsListCall) Header() http.Header {
		storage-gen.go#L4313: func (c *BucketsListCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L4343: func (c *BucketsListCall) Do(opts ...googleapi.CallOption) (*Buckets, error) {
		storage-gen.go#L4447: func (c *BucketsListCall) Pages(ctx context.Context, f func(*Buckets) error) error {