Method: networks.lines.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets the details of a Line.
HTTP request
GET https://middlemileoptimization.googleapis.com/v1/{name=networks/*/lines/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the network to retrieve. Format: "networks/{network}/lines/{line}"
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Line
.
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."],[[["Retrieves detailed information about a specific Line within a network using a GET request."],["Requires specifying the network and Line names in the URL path following a specific format."],["Uses gRPC Transcoding for the request URL syntax."],["Returns a Line object containing the requested details upon successful execution."],["The request body should be empty."]]],["Retrieves details for a specific Line resource. The request uses a `GET` method with a URL structure that includes `networks` and `lines`. The `name` parameter, a string, is required and specifies the Line to retrieve, following the format: \"networks/{network}/lines/{line}\". The request body must be empty. Upon successful execution, the response will contain a Line resource. The request utilizes gRPC Transcoding syntax.\n"]]