Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go36745 type ImagesInsertCall struct { struct
36757 func (r *ImagesService) Insert(project string, image *Image) *ImagesInsertCall {
36758 c := &ImagesInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
36766 func (c *ImagesInsertCall) ForceCreate(forceCreate bool) *ImagesInsertCall { argument
36785 func (c *ImagesInsertCall) RequestId(requestId string) *ImagesInsertCall { argument
36793 func (c *ImagesInsertCall) Fields(s ...googleapi.Field) *ImagesInsertCall { argument
36801 func (c *ImagesInsertCall) Context(ctx context.Context) *ImagesInsertCall { argument
36808 func (c *ImagesInsertCall) Header() http.Header { argument
36815 func (c *ImagesInsertCall) doRequest(alt string) (*http.Response, error) { argument
36845 func (c *ImagesInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { argument