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

16 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L7182: type NotificationsListCall struct {
		storage-gen.go#L7193: func (r *NotificationsService) List(bucket string) *NotificationsListCall {
		storage-gen.go#L7194: 	c := &NotificationsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L7202: func (c *NotificationsListCall) ProvisionalUserProject(provisionalUserProject string) *NotificationsListCall {
		storage-gen.go#L7209: func (c *NotificationsListCall) UserProject(userProject string) *NotificationsListCall {
		storage-gen.go#L7217: func (c *NotificationsListCall) Fields(s ...googleapi.Field) *NotificationsListCall {
		storage-gen.go#L7227: func (c *NotificationsListCall) IfNoneMatch(entityTag string) *NotificationsListCall {
		storage-gen.go#L7235: func (c *NotificationsListCall) Context(ctx context.Context) *NotificationsListCall {
		storage-gen.go#L7242: func (c *NotificationsListCall) Header() http.Header {
		storage-gen.go#L7249: func (c *NotificationsListCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L7282: func (c *NotificationsListCall) Do(opts ...googleapi.CallOption) (*Notifications, error) {