google.golang.org/api/storage/v1.NotificationsService.List (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L7193: func (r *NotificationsService) List(bucket string) *NotificationsListCall {

	cloud.google.com/go/storage
		notifications.go#L153: 	call := b.c.raw.Notifications.List(b.name)