Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go5670 type NotificationsGetCall struct { struct
5681 func (r *NotificationsService) Get(bucket string, notification string) *NotificationsGetCall {
5682 c := &NotificationsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
5690 func (c *NotificationsGetCall) UserProject(userProject string) *NotificationsGetCall { argument
5698 func (c *NotificationsGetCall) Fields(s ...googleapi.Field) *NotificationsGetCall { argument
5708 func (c *NotificationsGetCall) IfNoneMatch(entityTag string) *NotificationsGetCall { argument
5716 func (c *NotificationsGetCall) Context(ctx context.Context) *NotificationsGetCall { argument
5723 func (c *NotificationsGetCall) Header() http.Header { argument
5730 func (c *NotificationsGetCall) doRequest(alt string) (*http.Response, error) { argument
5759 func (c *NotificationsGetCall) Do(opts ...googleapi.CallOption) (*Notification, error) { argument