Skip to content

Commit

Permalink
docs: [java-maps-routing] updated comment for ComputeRoutesRequest an…
Browse files Browse the repository at this point in the history
…d ComputeRouteMatrixRequest (#8912)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 495124934

Source-Link: https://github.com/googleapis/googleapis/commit/f68e8e84be23e64152c43cb4b31d53f5e8cb64ac

Source-Link: https://github.com/googleapis/googleapis-gen/commit/7767906235820c4423e4152840b44901813e3e4d
Copy-Tag: eyJwIjoiamF2YS1tYXBzLXJvdXRpbmcvLk93bEJvdC55YW1sIiwiaCI6Ijc3Njc5MDYyMzU4MjBjNDQyM2U0MTUyODQwYjQ0OTAxODEzZTNlNGQifQ==

BEGIN_NESTED_COMMIT
docs: [java-maps-routing] updated comment for Route.route_token
docs: updated comment for RouteTravelMode

PiperOrigin-RevId: 495099777

Source-Link: https://github.com/googleapis/googleapis/commit/f40f54b68f91805162104232aea90dbfff913b96

Source-Link: https://github.com/googleapis/googleapis-gen/commit/b0f20707e7ff69d6de08f7c7f5db68591e29a5d4
Copy-Tag: eyJwIjoiamF2YS1tYXBzLXJvdXRpbmcvLk93bEJvdC55YW1sIiwiaCI6ImIwZjIwNzA3ZTdmZjY5ZDZkZTA4ZjdjN2Y1ZGI2ODU5MWUyOWE1ZDQifQ==
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Dec 20, 2022
1 parent 1ed54ab commit 1591535
Show file tree
Hide file tree
Showing 10 changed files with 428 additions and 399 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of origins, which determines the rows of the response matrix.
* Several size restrictions apply to the cardinality of origins and
* Required. Array of origins, which determines the rows of the response
* matrix. Several size restrictions apply to the cardinality of origins and
* destinations:
* * The number of elements (origins × destinations) must be no greater than
* 625 in any case.
Expand All @@ -47,8 +47,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of origins, which determines the rows of the response matrix.
* Several size restrictions apply to the cardinality of origins and
* Required. Array of origins, which determines the rows of the response
* matrix. Several size restrictions apply to the cardinality of origins and
* destinations:
* * The number of elements (origins × destinations) must be no greater than
* 625 in any case.
Expand All @@ -67,8 +67,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of origins, which determines the rows of the response matrix.
* Several size restrictions apply to the cardinality of origins and
* Required. Array of origins, which determines the rows of the response
* matrix. Several size restrictions apply to the cardinality of origins and
* destinations:
* * The number of elements (origins × destinations) must be no greater than
* 625 in any case.
Expand All @@ -87,8 +87,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of origins, which determines the rows of the response matrix.
* Several size restrictions apply to the cardinality of origins and
* Required. Array of origins, which determines the rows of the response
* matrix. Several size restrictions apply to the cardinality of origins and
* destinations:
* * The number of elements (origins × destinations) must be no greater than
* 625 in any case.
Expand All @@ -108,8 +108,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of origins, which determines the rows of the response matrix.
* Several size restrictions apply to the cardinality of origins and
* Required. Array of origins, which determines the rows of the response
* matrix. Several size restrictions apply to the cardinality of origins and
* destinations:
* * The number of elements (origins × destinations) must be no greater than
* 625 in any case.
Expand All @@ -129,7 +129,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of destinations, which determines the columns of the response matrix.
* Required. Array of destinations, which determines the columns of the
* response matrix.
* </pre>
*
* <code>
Expand All @@ -141,7 +142,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of destinations, which determines the columns of the response matrix.
* Required. Array of destinations, which determines the columns of the
* response matrix.
* </pre>
*
* <code>
Expand All @@ -153,7 +155,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of destinations, which determines the columns of the response matrix.
* Required. Array of destinations, which determines the columns of the
* response matrix.
* </pre>
*
* <code>
Expand All @@ -165,7 +168,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of destinations, which determines the columns of the response matrix.
* Required. Array of destinations, which determines the columns of the
* response matrix.
* </pre>
*
* <code>
Expand All @@ -178,7 +182,8 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Required. Array of destinations, which determines the columns of the response matrix.
* Required. Array of destinations, which determines the columns of the
* response matrix.
* </pre>
*
* <code>
Expand Down Expand Up @@ -220,13 +225,11 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Optional. Specifies how to compute the route. The server attempts to use the selected
* routing preference to compute the route. If the routing preference results
* in an error or an extra long latency, an error is returned. In the future,
* we might implement a fallback mechanism to use a different option when the
* preferred option does not give a valid result. You can specify this option
* only when the `travel_mode` is `DRIVE` or `TWO_WHEELER`, otherwise the
* request fails.
* Optional. Specifies how to compute the route. The server attempts to use
* the selected routing preference to compute the route. If the routing
* preference results in an error or an extra long latency, an error is
* returned. You can specify this option only when the `travel_mode` is
* `DRIVE` or `TWO_WHEELER`, otherwise the request fails.
* </pre>
*
* <code>
Expand All @@ -240,13 +243,11 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Optional. Specifies how to compute the route. The server attempts to use the selected
* routing preference to compute the route. If the routing preference results
* in an error or an extra long latency, an error is returned. In the future,
* we might implement a fallback mechanism to use a different option when the
* preferred option does not give a valid result. You can specify this option
* only when the `travel_mode` is `DRIVE` or `TWO_WHEELER`, otherwise the
* request fails.
* Optional. Specifies how to compute the route. The server attempts to use
* the selected routing preference to compute the route. If the routing
* preference results in an error or an extra long latency, an error is
* returned. You can specify this option only when the `travel_mode` is
* `DRIVE` or `TWO_WHEELER`, otherwise the request fails.
* </pre>
*
* <code>
Expand All @@ -261,9 +262,9 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Optional. The departure time. If you don't set this value, this defaults to the time
* that you made the request. If you set this value to a time that has already
* occurred, the request fails.
* Optional. The departure time. If you don't set this value, this defaults to
* the time that you made the request. If you set this value to a time that
* has already occurred, the request fails.
* </pre>
*
* <code>.google.protobuf.Timestamp departure_time = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand All @@ -276,9 +277,9 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Optional. The departure time. If you don't set this value, this defaults to the time
* that you made the request. If you set this value to a time that has already
* occurred, the request fails.
* Optional. The departure time. If you don't set this value, this defaults to
* the time that you made the request. If you set this value to a time that
* has already occurred, the request fails.
* </pre>
*
* <code>.google.protobuf.Timestamp departure_time = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand All @@ -291,9 +292,9 @@ public interface ComputeRouteMatrixRequestOrBuilder
*
*
* <pre>
* Optional. The departure time. If you don't set this value, this defaults to the time
* that you made the request. If you set this value to a time that has already
* occurred, the request fails.
* Optional. The departure time. If you don't set this value, this defaults to
* the time that you made the request. If you set this value to a time that
* has already occurred, the request fails.
* </pre>
*
* <code>.google.protobuf.Timestamp departure_time = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand Down
Loading

0 comments on commit 1591535

Please sign in to comment.