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

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

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

  /**
   *
   *
   * 
   * The index corresponds to the index of the shipment in the source
   * `ShipmentModel`.
   * 
* * int32 index = 1; * * @return The index. */ int getIndex(); /** * * *
   * Copy of the corresponding
   * [Shipment.label][google.maps.routeoptimization.v1.Shipment.label], if
   * specified in the `Shipment`.
   * 
* * string label = 2; * * @return The label. */ java.lang.String getLabel(); /** * * *
   * Copy of the corresponding
   * [Shipment.label][google.maps.routeoptimization.v1.Shipment.label], if
   * specified in the `Shipment`.
   * 
* * string label = 2; * * @return The bytes for label. */ com.google.protobuf.ByteString getLabelBytes(); /** * * *
   * A list of reasons that explain why the shipment was skipped. See comment
   * above `Reason`. If we are unable to understand why a shipment was skipped,
   * reasons will not be set.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment.Reason reasons = 3; */ java.util.List getReasonsList(); /** * * *
   * A list of reasons that explain why the shipment was skipped. See comment
   * above `Reason`. If we are unable to understand why a shipment was skipped,
   * reasons will not be set.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment.Reason reasons = 3; */ com.google.maps.routeoptimization.v1.SkippedShipment.Reason getReasons(int index); /** * * *
   * A list of reasons that explain why the shipment was skipped. See comment
   * above `Reason`. If we are unable to understand why a shipment was skipped,
   * reasons will not be set.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment.Reason reasons = 3; */ int getReasonsCount(); /** * * *
   * A list of reasons that explain why the shipment was skipped. See comment
   * above `Reason`. If we are unable to understand why a shipment was skipped,
   * reasons will not be set.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment.Reason reasons = 3; */ java.util.List getReasonsOrBuilderList(); /** * * *
   * A list of reasons that explain why the shipment was skipped. See comment
   * above `Reason`. If we are unable to understand why a shipment was skipped,
   * reasons will not be set.
   * 
* * repeated .google.maps.routeoptimization.v1.SkippedShipment.Reason reasons = 3; */ com.google.maps.routeoptimization.v1.SkippedShipment.ReasonOrBuilder getReasonsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy