Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go64499 type RoutersInsertCall struct { struct
64511 func (r *RoutersService) Insert(project string, region string, router *Router) *RoutersInsertCall {
64512 c := &RoutersInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
64533 func (c *RoutersInsertCall) RequestId(requestId string) *RoutersInsertCall { argument
64541 func (c *RoutersInsertCall) Fields(s ...googleapi.Field) *RoutersInsertCall { argument
64549 func (c *RoutersInsertCall) Context(ctx context.Context) *RoutersInsertCall { argument
64556 func (c *RoutersInsertCall) Header() http.Header { argument
64563 func (c *RoutersInsertCall) doRequest(alt string) (*http.Response, error) { argument
64594 func (c *RoutersInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { argument