com.google.maps.routeoptimization.v1.OptimizeToursResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-maps-routeoptimization-v1 Show documentation
Show all versions of proto-google-maps-routeoptimization-v1 Show documentation
Proto library for google-maps-routeoptimization
The newest version!
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/maps/routeoptimization/v1/route_optimization_service.proto
// Protobuf Java Version: 3.25.5
package com.google.maps.routeoptimization.v1;
public interface OptimizeToursResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.maps.routeoptimization.v1.OptimizeToursResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Routes computed for each vehicle; the i-th route corresponds to the i-th
* vehicle in the model.
*
*
* repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1;
*/
java.util.List getRoutesList();
/**
*
*
*
* Routes computed for each vehicle; the i-th route corresponds to the i-th
* vehicle in the model.
*
*
* repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1;
*/
com.google.maps.routeoptimization.v1.ShipmentRoute getRoutes(int index);
/**
*
*
*
* Routes computed for each vehicle; the i-th route corresponds to the i-th
* vehicle in the model.
*
*
* repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1;
*/
int getRoutesCount();
/**
*
*
*
* Routes computed for each vehicle; the i-th route corresponds to the i-th
* vehicle in the model.
*
*
* repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1;
*/
java.util.List extends com.google.maps.routeoptimization.v1.ShipmentRouteOrBuilder>
getRoutesOrBuilderList();
/**
*
*
*
* Routes computed for each vehicle; the i-th route corresponds to the i-th
* vehicle in the model.
*
*
* repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1;
*/
com.google.maps.routeoptimization.v1.ShipmentRouteOrBuilder getRoutesOrBuilder(int index);
/**
*
*
*
* Copy of the
* [OptimizeToursRequest.label][google.maps.routeoptimization.v1.OptimizeToursRequest.label],
* if a label was specified in the request.
*
*
* string request_label = 3;
*
* @return The requestLabel.
*/
java.lang.String getRequestLabel();
/**
*
*
*
* Copy of the
* [OptimizeToursRequest.label][google.maps.routeoptimization.v1.OptimizeToursRequest.label],
* if a label was specified in the request.
*
*
* string request_label = 3;
*
* @return The bytes for requestLabel.
*/
com.google.protobuf.ByteString getRequestLabelBytes();
/**
*
*
*
* The list of all shipments skipped.
*
*
* repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 4;
*/
java.util.List getSkippedShipmentsList();
/**
*
*
*
* The list of all shipments skipped.
*
*
* repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 4;
*/
com.google.maps.routeoptimization.v1.SkippedShipment getSkippedShipments(int index);
/**
*
*
*
* The list of all shipments skipped.
*
*
* repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 4;
*/
int getSkippedShipmentsCount();
/**
*
*
*
* The list of all shipments skipped.
*
*
* repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 4;
*/
java.util.List extends com.google.maps.routeoptimization.v1.SkippedShipmentOrBuilder>
getSkippedShipmentsOrBuilderList();
/**
*
*
*
* The list of all shipments skipped.
*
*
* repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 4;
*/
com.google.maps.routeoptimization.v1.SkippedShipmentOrBuilder getSkippedShipmentsOrBuilder(
int index);
/**
*
*
*
* List of all the validation errors that we were able to detect
* independently. See the "MULTIPLE ERRORS" explanation for the
* [OptimizeToursValidationError][google.maps.routeoptimization.v1.OptimizeToursValidationError]
* message. Instead of errors, this will include warnings in the case
* `solving_mode` is `DEFAULT_SOLVE`.
*
*
*
* repeated .google.maps.routeoptimization.v1.OptimizeToursValidationError validation_errors = 5;
*
*/
java.util.List
getValidationErrorsList();
/**
*
*
*
* List of all the validation errors that we were able to detect
* independently. See the "MULTIPLE ERRORS" explanation for the
* [OptimizeToursValidationError][google.maps.routeoptimization.v1.OptimizeToursValidationError]
* message. Instead of errors, this will include warnings in the case
* `solving_mode` is `DEFAULT_SOLVE`.
*
*
*
* repeated .google.maps.routeoptimization.v1.OptimizeToursValidationError validation_errors = 5;
*
*/
com.google.maps.routeoptimization.v1.OptimizeToursValidationError getValidationErrors(int index);
/**
*
*
*
* List of all the validation errors that we were able to detect
* independently. See the "MULTIPLE ERRORS" explanation for the
* [OptimizeToursValidationError][google.maps.routeoptimization.v1.OptimizeToursValidationError]
* message. Instead of errors, this will include warnings in the case
* `solving_mode` is `DEFAULT_SOLVE`.
*
*
*
* repeated .google.maps.routeoptimization.v1.OptimizeToursValidationError validation_errors = 5;
*
*/
int getValidationErrorsCount();
/**
*
*
*
* List of all the validation errors that we were able to detect
* independently. See the "MULTIPLE ERRORS" explanation for the
* [OptimizeToursValidationError][google.maps.routeoptimization.v1.OptimizeToursValidationError]
* message. Instead of errors, this will include warnings in the case
* `solving_mode` is `DEFAULT_SOLVE`.
*
*
*
* repeated .google.maps.routeoptimization.v1.OptimizeToursValidationError validation_errors = 5;
*
*/
java.util.List<
? extends com.google.maps.routeoptimization.v1.OptimizeToursValidationErrorOrBuilder>
getValidationErrorsOrBuilderList();
/**
*
*
*
* List of all the validation errors that we were able to detect
* independently. See the "MULTIPLE ERRORS" explanation for the
* [OptimizeToursValidationError][google.maps.routeoptimization.v1.OptimizeToursValidationError]
* message. Instead of errors, this will include warnings in the case
* `solving_mode` is `DEFAULT_SOLVE`.
*
*
*
* repeated .google.maps.routeoptimization.v1.OptimizeToursValidationError validation_errors = 5;
*
*/
com.google.maps.routeoptimization.v1.OptimizeToursValidationErrorOrBuilder
getValidationErrorsOrBuilder(int index);
/**
*
*
*
* Duration, distance and usage metrics for this solution.
*
*
* .google.maps.routeoptimization.v1.OptimizeToursResponse.Metrics metrics = 6;
*
* @return Whether the metrics field is set.
*/
boolean hasMetrics();
/**
*
*
*
* Duration, distance and usage metrics for this solution.
*
*
* .google.maps.routeoptimization.v1.OptimizeToursResponse.Metrics metrics = 6;
*
* @return The metrics.
*/
com.google.maps.routeoptimization.v1.OptimizeToursResponse.Metrics getMetrics();
/**
*
*
*
* Duration, distance and usage metrics for this solution.
*
*
* .google.maps.routeoptimization.v1.OptimizeToursResponse.Metrics metrics = 6;
*/
com.google.maps.routeoptimization.v1.OptimizeToursResponse.MetricsOrBuilder getMetricsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy