Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go10587 type ObjectsWatchAllCall struct { struct
10597 func (r *ObjectsService) WatchAll(bucket string, channel *Channel) *ObjectsWatchAllCall {
10598 c := &ObjectsWatchAllCall{s: r.s, urlParams_: make(gensupport.URLParams)}
10610 func (c *ObjectsWatchAllCall) Delimiter(delimiter string) *ObjectsWatchAllCall { argument
10620 func (c *ObjectsWatchAllCall) MaxResults(maxResults int64) *ObjectsWatchAllCall { argument
10628 func (c *ObjectsWatchAllCall) PageToken(pageToken string) *ObjectsWatchAllCall { argument
10635 func (c *ObjectsWatchAllCall) Prefix(prefix string) *ObjectsWatchAllCall { argument
10646 func (c *ObjectsWatchAllCall) Projection(projection string) *ObjectsWatchAllCall { argument
10653 func (c *ObjectsWatchAllCall) UserProject(userProject string) *ObjectsWatchAllCall { argument
10661 func (c *ObjectsWatchAllCall) Versions(versions bool) *ObjectsWatchAllCall { argument
[all …]