Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go52326 type NetworksInsertCall struct { struct
52338 func (r *NetworksService) Insert(project string, network *Network) *NetworksInsertCall {
52339 c := &NetworksInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
52359 func (c *NetworksInsertCall) RequestId(requestId string) *NetworksInsertCall { argument
52367 func (c *NetworksInsertCall) Fields(s ...googleapi.Field) *NetworksInsertCall { argument
52375 func (c *NetworksInsertCall) Context(ctx context.Context) *NetworksInsertCall { argument
52382 func (c *NetworksInsertCall) Header() http.Header { argument
52389 func (c *NetworksInsertCall) doRequest(alt string) (*http.Response, error) { argument
52419 func (c *NetworksInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { argument