All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.maps.routeoptimization.v1.InjectedSolutionConstraintOrBuilder Maven / Gradle / Ivy

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 InjectedSolutionConstraintOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.maps.routeoptimization.v1.InjectedSolutionConstraint)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Routes of the solution to inject. Some routes may be omitted from the
   * original solution. The routes and skipped shipments must satisfy the basic
   * validity assumptions listed for `injected_first_solution_routes`.
   * 
* * repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1; */ java.util.List getRoutesList(); /** * * *
   * Routes of the solution to inject. Some routes may be omitted from the
   * original solution. The routes and skipped shipments must satisfy the basic
   * validity assumptions listed for `injected_first_solution_routes`.
   * 
* * repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1; */ com.google.maps.routeoptimization.v1.ShipmentRoute getRoutes(int index); /** * * *
   * Routes of the solution to inject. Some routes may be omitted from the
   * original solution. The routes and skipped shipments must satisfy the basic
   * validity assumptions listed for `injected_first_solution_routes`.
   * 
* * repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1; */ int getRoutesCount(); /** * * *
   * Routes of the solution to inject. Some routes may be omitted from the
   * original solution. The routes and skipped shipments must satisfy the basic
   * validity assumptions listed for `injected_first_solution_routes`.
   * 
* * repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1; */ java.util.List getRoutesOrBuilderList(); /** * * *
   * Routes of the solution to inject. Some routes may be omitted from the
   * original solution. The routes and skipped shipments must satisfy the basic
   * validity assumptions listed for `injected_first_solution_routes`.
   * 
* * repeated .google.maps.routeoptimization.v1.ShipmentRoute routes = 1; */ com.google.maps.routeoptimization.v1.ShipmentRouteOrBuilder getRoutesOrBuilder(int index); /** * * *
   * Skipped shipments of the solution to inject. Some may be omitted from the
   * original solution. See the `routes` field.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 2; */ java.util.List getSkippedShipmentsList(); /** * * *
   * Skipped shipments of the solution to inject. Some may be omitted from the
   * original solution. See the `routes` field.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 2; */ com.google.maps.routeoptimization.v1.SkippedShipment getSkippedShipments(int index); /** * * *
   * Skipped shipments of the solution to inject. Some may be omitted from the
   * original solution. See the `routes` field.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 2; */ int getSkippedShipmentsCount(); /** * * *
   * Skipped shipments of the solution to inject. Some may be omitted from the
   * original solution. See the `routes` field.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 2; */ java.util.List getSkippedShipmentsOrBuilderList(); /** * * *
   * Skipped shipments of the solution to inject. Some may be omitted from the
   * original solution. See the `routes` field.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment skipped_shipments = 2; */ com.google.maps.routeoptimization.v1.SkippedShipmentOrBuilder getSkippedShipmentsOrBuilder( int index); /** * * *
   * For zero or more groups of vehicles, specifies when and how much to relax
   * constraints. If this field is empty, all non-empty vehicle routes are
   * fully constrained.
   * 
* * * repeated .google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxation constraint_relaxations = 3; * */ java.util.List< com.google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxation> getConstraintRelaxationsList(); /** * * *
   * For zero or more groups of vehicles, specifies when and how much to relax
   * constraints. If this field is empty, all non-empty vehicle routes are
   * fully constrained.
   * 
* * * repeated .google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxation constraint_relaxations = 3; * */ com.google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxation getConstraintRelaxations(int index); /** * * *
   * For zero or more groups of vehicles, specifies when and how much to relax
   * constraints. If this field is empty, all non-empty vehicle routes are
   * fully constrained.
   * 
* * * repeated .google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxation constraint_relaxations = 3; * */ int getConstraintRelaxationsCount(); /** * * *
   * For zero or more groups of vehicles, specifies when and how much to relax
   * constraints. If this field is empty, all non-empty vehicle routes are
   * fully constrained.
   * 
* * * repeated .google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxation constraint_relaxations = 3; * */ java.util.List< ? extends com.google.maps.routeoptimization.v1.InjectedSolutionConstraint .ConstraintRelaxationOrBuilder> getConstraintRelaxationsOrBuilderList(); /** * * *
   * For zero or more groups of vehicles, specifies when and how much to relax
   * constraints. If this field is empty, all non-empty vehicle routes are
   * fully constrained.
   * 
* * * repeated .google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxation constraint_relaxations = 3; * */ com.google.maps.routeoptimization.v1.InjectedSolutionConstraint.ConstraintRelaxationOrBuilder getConstraintRelaxationsOrBuilder(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy