Home
last modified time | relevance | path

Searched refs:NotificationsDeleteCall (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go5551 type NotificationsDeleteCall struct { struct
5561 func (r *NotificationsService) Delete(bucket string, notification string) *NotificationsDeleteCall {
5562 c := &NotificationsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
5570 func (c *NotificationsDeleteCall) UserProject(userProject string) *NotificationsDeleteCall { argument
5578 func (c *NotificationsDeleteCall) Fields(s ...googleapi.Field) *NotificationsDeleteCall { argument
5586 func (c *NotificationsDeleteCall) Context(ctx context.Context) *NotificationsDeleteCall { argument
5593 func (c *NotificationsDeleteCall) Header() http.Header { argument
5600 func (c *NotificationsDeleteCall) doRequest(alt string) (*http.Response, error) { argument
5620 func (c *NotificationsDeleteCall) Do(opts ...googleapi.CallOption) error { argument