public sealed class ShipmentModel.Types.DurationDistanceMatrix.Types.Row : IMessage<ShipmentModel.Types.DurationDistanceMatrix.Types.Row>, IEquatable<ShipmentModel.Types.DurationDistanceMatrix.Types.Row>, IDeepCloneable<ShipmentModel.Types.DurationDistanceMatrix.Types.Row>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class ShipmentModel.Types.DurationDistanceMatrix.Types.Row.
Specifies a row of the duration and distance matrix.
Duration values for a given row. It must have as many elements as
[ShipmentModel.duration_distance_matrix_dst_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_dst_tags].
Distance values for a given row. If no costs or constraints refer to
distances in the model, this can be left empty; otherwise it must have
as many elements as durations.
[[["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-08-07 UTC."],[[["This document provides reference documentation for the `ShipmentModel.Types.DurationDistanceMatrix.Types.Row` class within the Cloud Optimization v1 API, detailing its structure and functionality."],["The `Row` class is used to specify a row within a duration and distance matrix, crucial for optimization calculations, and is part of version 2.2.0 of the API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management."],["The `Row` class contains properties `Durations` and `Meters`, representing duration and distance values, respectively, with constraints on the number of elements depending on the defined tags and model specifics."],["The documentation also includes links to different versions of the API, ranging from 1.0.0-beta01 to the latest version, 2.6.0, offering access to past, current, and beta versions."]]],[]]