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

14 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L6699: type NotificationsDeleteCall struct {
		storage-gen.go#L6709: func (r *NotificationsService) Delete(bucket string, notification string) *NotificationsDeleteCall {
		storage-gen.go#L6710: 	c := &NotificationsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L6719: func (c *NotificationsDeleteCall) ProvisionalUserProject(provisionalUserProject string) *NotificationsDeleteCall {
		storage-gen.go#L6726: func (c *NotificationsDeleteCall) UserProject(userProject string) *NotificationsDeleteCall {
		storage-gen.go#L6734: func (c *NotificationsDeleteCall) Fields(s ...googleapi.Field) *NotificationsDeleteCall {
		storage-gen.go#L6742: func (c *NotificationsDeleteCall) Context(ctx context.Context) *NotificationsDeleteCall {
		storage-gen.go#L6749: func (c *NotificationsDeleteCall) Header() http.Header {
		storage-gen.go#L6756: func (c *NotificationsDeleteCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L6781: func (c *NotificationsDeleteCall) Do(opts ...googleapi.CallOption) error {