Method: networks.patch
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
PATCH https://middlemileoptimization.googleapis.com/v1/{network.name=networks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
network.name |
string
Identifier. Cannot be updated.
|
Query parameters
Parameters |
updateMask |
string (FieldMask format)
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" .
|
Request body
The request body contains an instance of Network
.
Response body
If successful, the response body contains an 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."],[[["Updates an existing Network using the `PATCH` method and providing the desired changes in the request body."],["The `network.name` is a required path parameter that identifies the network to update and cannot be changed."],["You can optionally specify an `updateMask` query parameter to control which specific fields of the Network resource are modified."],["The request and response bodies both use the `Network` object to represent the network configuration."]]],["The content describes updating a network via a PATCH request to a specified URL. The network's identifier, `network.name`, is a path parameter and cannot be changed. The `updateMask` query parameter, formatted as a comma-separated list of fields, specifies which fields to modify. The request body must contain a `Network` instance with updated values. A successful response returns the updated `Network` instance.\n"]]