Method: networks.create
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
POST https://middlemileoptimization.googleapis.com/v1/networks
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters |
networkId |
string
Required. Identifier of the network to create.
|
Request body
The request body contains an instance of Network
.
Response body
If successful, the response body contains a newly created instance of Network
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[[["Creates a new network using an HTTP POST request to the specified URL."],["Requires a unique network ID specified in the query parameters."],["The request body should contain a Network object as defined in the provided documentation."],["Upon successful creation, the response body returns the newly created Network object."]]],["A `POST` request to `https://middlemileoptimization.googleapis.com/v1/networks` creates a new network. The request URL follows gRPC Transcoding syntax. The required `networkId` parameter is provided via a query. The request body must contain a `Network` instance, and a successful response returns the newly created `Network` instance.\n"]]