Class OptimizeToursResponse.Builder (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.76.0 (latest)
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.14
- 0.1.2
publicstaticfinalclass OptimizeToursResponse.BuilderextendsGeneratedMessageV3.Builder<OptimizeToursResponse.Builder>implementsOptimizeToursResponseOrBuilderResponse after solving a tour optimization problem containing the routes followed by each vehicle, the shipments which have been skipped and the overall cost of the solution.
Protobuf type google.cloud.optimization.v1.OptimizeToursResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OptimizeToursResponse.BuilderImplements
OptimizeToursResponseOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addAllRoutes(Iterable<? extends ShipmentRoute> values)
publicOptimizeToursResponse.BuilderaddAllRoutes(Iterable<?extendsShipmentRoute>values)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
addAllSkippedShipments(Iterable<? extends SkippedShipment> values)
publicOptimizeToursResponse.BuilderaddAllSkippedShipments(Iterable<?extendsSkippedShipment>values)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
addAllValidationErrors(Iterable<? extends OptimizeToursValidationError> values)
publicOptimizeToursResponse.BuilderaddAllValidationErrors(Iterable<?extendsOptimizeToursValidationError>values)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicOptimizeToursResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)addRoutes(ShipmentRoute value)
publicOptimizeToursResponse.BuilderaddRoutes(ShipmentRoutevalue)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
addRoutes(ShipmentRoute.Builder builderForValue)
publicOptimizeToursResponse.BuilderaddRoutes(ShipmentRoute.BuilderbuilderForValue)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
addRoutes(int index, ShipmentRoute value)
publicOptimizeToursResponse.BuilderaddRoutes(intindex,ShipmentRoutevalue)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
addRoutes(int index, ShipmentRoute.Builder builderForValue)
publicOptimizeToursResponse.BuilderaddRoutes(intindex,ShipmentRoute.BuilderbuilderForValue)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
addRoutesBuilder()
publicShipmentRoute.BuilderaddRoutesBuilder()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
addRoutesBuilder(int index)
publicShipmentRoute.BuilderaddRoutesBuilder(intindex)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
addSkippedShipments(SkippedShipment value)
publicOptimizeToursResponse.BuilderaddSkippedShipments(SkippedShipmentvalue)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
addSkippedShipments(SkippedShipment.Builder builderForValue)
publicOptimizeToursResponse.BuilderaddSkippedShipments(SkippedShipment.BuilderbuilderForValue)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
addSkippedShipments(int index, SkippedShipment value)
publicOptimizeToursResponse.BuilderaddSkippedShipments(intindex,SkippedShipmentvalue)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
addSkippedShipments(int index, SkippedShipment.Builder builderForValue)
publicOptimizeToursResponse.BuilderaddSkippedShipments(intindex,SkippedShipment.BuilderbuilderForValue)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
addSkippedShipmentsBuilder()
publicSkippedShipment.BuilderaddSkippedShipmentsBuilder()The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
addSkippedShipmentsBuilder(int index)
publicSkippedShipment.BuilderaddSkippedShipmentsBuilder(intindex)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
addValidationErrors(OptimizeToursValidationError value)
publicOptimizeToursResponse.BuilderaddValidationErrors(OptimizeToursValidationErrorvalue)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
addValidationErrors(OptimizeToursValidationError.Builder builderForValue)
publicOptimizeToursResponse.BuilderaddValidationErrors(OptimizeToursValidationError.BuilderbuilderForValue)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
addValidationErrors(int index, OptimizeToursValidationError value)
publicOptimizeToursResponse.BuilderaddValidationErrors(intindex,OptimizeToursValidationErrorvalue)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
addValidationErrors(int index, OptimizeToursValidationError.Builder builderForValue)
publicOptimizeToursResponse.BuilderaddValidationErrors(intindex,OptimizeToursValidationError.BuilderbuilderForValue)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
addValidationErrorsBuilder()
publicOptimizeToursValidationError.BuilderaddValidationErrorsBuilder()List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
addValidationErrorsBuilder(int index)
publicOptimizeToursValidationError.BuilderaddValidationErrorsBuilder(intindex)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
build()
publicOptimizeToursResponsebuild()buildPartial()
publicOptimizeToursResponsebuildPartial()clear()
publicOptimizeToursResponse.Builderclear()clearField(Descriptors.FieldDescriptor field)
publicOptimizeToursResponse.BuilderclearField(Descriptors.FieldDescriptorfield)clearMetrics()
publicOptimizeToursResponse.BuilderclearMetrics()Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
clearOneof(Descriptors.OneofDescriptor oneof)
publicOptimizeToursResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)clearRequestLabel()
publicOptimizeToursResponse.BuilderclearRequestLabel()Copy of the OptimizeToursRequest.label, if a label was specified in the request.
string request_label = 3;
This builder for chaining.
clearRoutes()
publicOptimizeToursResponse.BuilderclearRoutes()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
clearSkippedShipments()
publicOptimizeToursResponse.BuilderclearSkippedShipments()The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
clearTotalCost() (deprecated)
publicOptimizeToursResponse.BuilderclearTotalCost()Deprecated. google.cloud.optimization.v1.OptimizeToursResponse.total_cost is deprecated. See google/cloud/optimization/v1/fleet_routing.proto;l=394
Deprecated: Use [Metrics.total_cost][] instead. Total cost of the solution. This takes into account all costs: costs per per hour and travel hour, fixed vehicle costs, unperformed shipment penalty costs, global duration cost, etc.
double total_cost = 2 [deprecated = true];
This builder for chaining.
clearValidationErrors()
publicOptimizeToursResponse.BuilderclearValidationErrors()List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
clone()
publicOptimizeToursResponse.Builderclone()getDefaultInstanceForType()
publicOptimizeToursResponsegetDefaultInstanceForType()getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()getMetrics()
publicOptimizeToursResponse.MetricsgetMetrics()Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
The metrics.
getMetricsBuilder()
publicOptimizeToursResponse.Metrics.BuildergetMetricsBuilder()Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
getMetricsOrBuilder()
publicOptimizeToursResponse.MetricsOrBuildergetMetricsOrBuilder()Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
getRequestLabel()
publicStringgetRequestLabel()Copy of the OptimizeToursRequest.label, if a label was specified in the request.
string request_label = 3;
The requestLabel.
getRequestLabelBytes()
publicByteStringgetRequestLabelBytes()Copy of the OptimizeToursRequest.label, if a label was specified in the request.
string request_label = 3;
The bytes for requestLabel.
getRoutes(int index)
publicShipmentRoutegetRoutes(intindex)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
getRoutesBuilder(int index)
publicShipmentRoute.BuildergetRoutesBuilder(intindex)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
getRoutesBuilderList()
publicList<ShipmentRoute.Builder>getRoutesBuilderList()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
getRoutesCount()
publicintgetRoutesCount()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
getRoutesList()
publicList<ShipmentRoute>getRoutesList()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
getRoutesOrBuilder(int index)
publicShipmentRouteOrBuildergetRoutesOrBuilder(intindex)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
getRoutesOrBuilderList()
publicList<?extendsShipmentRouteOrBuilder>getRoutesOrBuilderList()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
getSkippedShipments(int index)
publicSkippedShipmentgetSkippedShipments(intindex)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
getSkippedShipmentsBuilder(int index)
publicSkippedShipment.BuildergetSkippedShipmentsBuilder(intindex)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
getSkippedShipmentsBuilderList()
publicList<SkippedShipment.Builder>getSkippedShipmentsBuilderList()The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
getSkippedShipmentsCount()
publicintgetSkippedShipmentsCount()The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
getSkippedShipmentsList()
publicList<SkippedShipment>getSkippedShipmentsList()The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
getSkippedShipmentsOrBuilder(int index)
publicSkippedShipmentOrBuildergetSkippedShipmentsOrBuilder(intindex)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
getSkippedShipmentsOrBuilderList()
publicList<?extendsSkippedShipmentOrBuilder>getSkippedShipmentsOrBuilderList()The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
getTotalCost() (deprecated)
publicdoublegetTotalCost()Deprecated. google.cloud.optimization.v1.OptimizeToursResponse.total_cost is deprecated. See google/cloud/optimization/v1/fleet_routing.proto;l=394
Deprecated: Use [Metrics.total_cost][] instead. Total cost of the solution. This takes into account all costs: costs per per hour and travel hour, fixed vehicle costs, unperformed shipment penalty costs, global duration cost, etc.
double total_cost = 2 [deprecated = true];
The totalCost.
getValidationErrors(int index)
publicOptimizeToursValidationErrorgetValidationErrors(intindex)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
getValidationErrorsBuilder(int index)
publicOptimizeToursValidationError.BuildergetValidationErrorsBuilder(intindex)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
getValidationErrorsBuilderList()
publicList<OptimizeToursValidationError.Builder>getValidationErrorsBuilderList()List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
getValidationErrorsCount()
publicintgetValidationErrorsCount()List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
getValidationErrorsList()
publicList<OptimizeToursValidationError>getValidationErrorsList()List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
getValidationErrorsOrBuilder(int index)
publicOptimizeToursValidationErrorOrBuildergetValidationErrorsOrBuilder(intindex)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
getValidationErrorsOrBuilderList()
publicList<?extendsOptimizeToursValidationErrorOrBuilder>getValidationErrorsOrBuilderList()List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
hasMetrics()
publicbooleanhasMetrics()Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
Whether the metrics field is set.
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()mergeFrom(OptimizeToursResponse other)
publicOptimizeToursResponse.BuildermergeFrom(OptimizeToursResponseother)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicOptimizeToursResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicOptimizeToursResponse.BuildermergeFrom(Messageother)mergeMetrics(OptimizeToursResponse.Metrics value)
publicOptimizeToursResponse.BuildermergeMetrics(OptimizeToursResponse.Metricsvalue)Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalOptimizeToursResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)removeRoutes(int index)
publicOptimizeToursResponse.BuilderremoveRoutes(intindex)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
removeSkippedShipments(int index)
publicOptimizeToursResponse.BuilderremoveSkippedShipments(intindex)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
removeValidationErrors(int index)
publicOptimizeToursResponse.BuilderremoveValidationErrors(intindex)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
setField(Descriptors.FieldDescriptor field, Object value)
publicOptimizeToursResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)setMetrics(OptimizeToursResponse.Metrics value)
publicOptimizeToursResponse.BuildersetMetrics(OptimizeToursResponse.Metricsvalue)Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
setMetrics(OptimizeToursResponse.Metrics.Builder builderForValue)
publicOptimizeToursResponse.BuildersetMetrics(OptimizeToursResponse.Metrics.BuilderbuilderForValue)Duration, distance and usage metrics for this solution.
.google.cloud.optimization.v1.OptimizeToursResponse.Metrics metrics = 6;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicOptimizeToursResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)setRequestLabel(String value)
publicOptimizeToursResponse.BuildersetRequestLabel(Stringvalue)Copy of the OptimizeToursRequest.label, if a label was specified in the request.
string request_label = 3;
This builder for chaining.
setRequestLabelBytes(ByteString value)
publicOptimizeToursResponse.BuildersetRequestLabelBytes(ByteStringvalue)Copy of the OptimizeToursRequest.label, if a label was specified in the request.
string request_label = 3;
This builder for chaining.
setRoutes(int index, ShipmentRoute value)
publicOptimizeToursResponse.BuildersetRoutes(intindex,ShipmentRoutevalue)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
setRoutes(int index, ShipmentRoute.Builder builderForValue)
publicOptimizeToursResponse.BuildersetRoutes(intindex,ShipmentRoute.BuilderbuilderForValue)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
repeated .google.cloud.optimization.v1.ShipmentRoute routes = 1;
setSkippedShipments(int index, SkippedShipment value)
publicOptimizeToursResponse.BuildersetSkippedShipments(intindex,SkippedShipmentvalue)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
setSkippedShipments(int index, SkippedShipment.Builder builderForValue)
publicOptimizeToursResponse.BuildersetSkippedShipments(intindex,SkippedShipment.BuilderbuilderForValue)The list of all shipments skipped.
repeated .google.cloud.optimization.v1.SkippedShipment skipped_shipments = 4;
setTotalCost(double value) (deprecated)
publicOptimizeToursResponse.BuildersetTotalCost(doublevalue)Deprecated. google.cloud.optimization.v1.OptimizeToursResponse.total_cost is deprecated. See google/cloud/optimization/v1/fleet_routing.proto;l=394
Deprecated: Use [Metrics.total_cost][] instead. Total cost of the solution. This takes into account all costs: costs per per hour and travel hour, fixed vehicle costs, unperformed shipment penalty costs, global duration cost, etc.
double total_cost = 2 [deprecated = true];
This builder for chaining.
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalOptimizeToursResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)setValidationErrors(int index, OptimizeToursValidationError value)
publicOptimizeToursResponse.BuildersetValidationErrors(intindex,OptimizeToursValidationErrorvalue)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;
setValidationErrors(int index, OptimizeToursValidationError.Builder builderForValue)
publicOptimizeToursResponse.BuildersetValidationErrors(intindex,OptimizeToursValidationError.BuilderbuilderForValue)List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message.
repeated .google.cloud.optimization.v1.OptimizeToursValidationError validation_errors = 5;