| Modifier and Type | Method and Description |
|---|---|
Route |
Route.Builder.build() |
Route |
Route.Builder.buildPartial() |
static Route |
Route.getDefaultInstance() |
Route |
Route.getDefaultInstanceForType() |
Route |
Route.Builder.getDefaultInstanceForType() |
Route |
ComputeRoutesResponseOrBuilder.getRoutes(int index)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
Route |
ComputeRoutesResponse.getRoutes(int index)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
Route |
ComputeRoutesResponse.Builder.getRoutes(int index)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
static Route |
Route.parseDelimitedFrom(InputStream input) |
static Route |
Route.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(byte[] data) |
static Route |
Route.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(ByteBuffer data) |
static Route |
Route.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(com.google.protobuf.ByteString data) |
static Route |
Route.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(com.google.protobuf.CodedInputStream input) |
static Route |
Route.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(InputStream input) |
static Route |
Route.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Route> |
Route.getParserForType() |
List<Route> |
ComputeRoutesResponseOrBuilder.getRoutesList()
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
List<Route> |
ComputeRoutesResponse.getRoutesList()
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
List<Route> |
ComputeRoutesResponse.Builder.getRoutesList()
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
static com.google.protobuf.Parser<Route> |
Route.parser() |
| Modifier and Type | Method and Description |
|---|---|
ComputeRoutesResponse.Builder |
ComputeRoutesResponse.Builder.addRoutes(int index,
Route value)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
ComputeRoutesResponse.Builder |
ComputeRoutesResponse.Builder.addRoutes(Route value)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
Route.Builder |
Route.Builder.mergeFrom(Route other) |
static Route.Builder |
Route.newBuilder(Route prototype) |
ComputeRoutesResponse.Builder |
ComputeRoutesResponse.Builder.setRoutes(int index,
Route value)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeRoutesResponse.Builder |
ComputeRoutesResponse.Builder.addAllRoutes(Iterable<? extends Route> values)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
Copyright © 2025 Google LLC. All rights reserved.