Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go9189 type ObjectsPatchCall struct { struct
9201 func (r *ObjectsService) Patch(bucket string, object string, object2 *Object) *ObjectsPatchCall {
9202 c := &ObjectsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
9212 func (c *ObjectsPatchCall) Generation(generation int64) *ObjectsPatchCall { argument
9221 func (c *ObjectsPatchCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsPatchCall { argument
9231 func (c *ObjectsPatchCall) IfGenerationNotMatch(ifGenerationNotMatch int64) *ObjectsPatchCall { argument
9239 func (c *ObjectsPatchCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsPatchCall { argument
9248 func (c *ObjectsPatchCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *ObjectsPatchCa… argument
9268 func (c *ObjectsPatchCall) PredefinedAcl(predefinedAcl string) *ObjectsPatchCall { argument
9279 func (c *ObjectsPatchCall) Projection(projection string) *ObjectsPatchCall { argument
[all …]