Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go3207 type BucketsInsertCall struct { struct
3216 func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall {
3217 c := &BucketsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
3236 func (c *BucketsInsertCall) PredefinedAcl(predefinedAcl string) *BucketsInsertCall { argument
3257 func (c *BucketsInsertCall) PredefinedDefaultObjectAcl(predefinedDefaultObjectAcl string) *BucketsI… argument
3270 func (c *BucketsInsertCall) Projection(projection string) *BucketsInsertCall { argument
3278 func (c *BucketsInsertCall) Fields(s ...googleapi.Field) *BucketsInsertCall { argument
3286 func (c *BucketsInsertCall) Context(ctx context.Context) *BucketsInsertCall { argument
3293 func (c *BucketsInsertCall) Header() http.Header { argument
3300 func (c *BucketsInsertCall) doRequest(alt string) (*http.Response, error) { argument
[all …]