Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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