com.google.maps.routing.v2.GeocodingResultsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-maps-routing-v2 Show documentation
Show all versions of proto-google-maps-routing-v2 Show documentation
Proto library for google-maps-routing
/*
* 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/routing/v2/geocoding_results.proto
// Protobuf Java Version: 3.25.5
package com.google.maps.routing.v2;
public interface GeocodingResultsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.maps.routing.v2.GeocodingResults)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Origin geocoded waypoint.
*
*
* .google.maps.routing.v2.GeocodedWaypoint origin = 1;
*
* @return Whether the origin field is set.
*/
boolean hasOrigin();
/**
*
*
*
* Origin geocoded waypoint.
*
*
* .google.maps.routing.v2.GeocodedWaypoint origin = 1;
*
* @return The origin.
*/
com.google.maps.routing.v2.GeocodedWaypoint getOrigin();
/**
*
*
*
* Origin geocoded waypoint.
*
*
* .google.maps.routing.v2.GeocodedWaypoint origin = 1;
*/
com.google.maps.routing.v2.GeocodedWaypointOrBuilder getOriginOrBuilder();
/**
*
*
*
* Destination geocoded waypoint.
*
*
* .google.maps.routing.v2.GeocodedWaypoint destination = 2;
*
* @return Whether the destination field is set.
*/
boolean hasDestination();
/**
*
*
*
* Destination geocoded waypoint.
*
*
* .google.maps.routing.v2.GeocodedWaypoint destination = 2;
*
* @return The destination.
*/
com.google.maps.routing.v2.GeocodedWaypoint getDestination();
/**
*
*
*
* Destination geocoded waypoint.
*
*
* .google.maps.routing.v2.GeocodedWaypoint destination = 2;
*/
com.google.maps.routing.v2.GeocodedWaypointOrBuilder getDestinationOrBuilder();
/**
*
*
*
* A list of intermediate geocoded waypoints each containing an index field
* that corresponds to the zero-based position of the waypoint in the order
* they were specified in the request.
*
*
* repeated .google.maps.routing.v2.GeocodedWaypoint intermediates = 3;
*/
java.util.List getIntermediatesList();
/**
*
*
*
* A list of intermediate geocoded waypoints each containing an index field
* that corresponds to the zero-based position of the waypoint in the order
* they were specified in the request.
*
*
* repeated .google.maps.routing.v2.GeocodedWaypoint intermediates = 3;
*/
com.google.maps.routing.v2.GeocodedWaypoint getIntermediates(int index);
/**
*
*
*
* A list of intermediate geocoded waypoints each containing an index field
* that corresponds to the zero-based position of the waypoint in the order
* they were specified in the request.
*
*
* repeated .google.maps.routing.v2.GeocodedWaypoint intermediates = 3;
*/
int getIntermediatesCount();
/**
*
*
*
* A list of intermediate geocoded waypoints each containing an index field
* that corresponds to the zero-based position of the waypoint in the order
* they were specified in the request.
*
*
* repeated .google.maps.routing.v2.GeocodedWaypoint intermediates = 3;
*/
java.util.List extends com.google.maps.routing.v2.GeocodedWaypointOrBuilder>
getIntermediatesOrBuilderList();
/**
*
*
*
* A list of intermediate geocoded waypoints each containing an index field
* that corresponds to the zero-based position of the waypoint in the order
* they were specified in the request.
*
*
* repeated .google.maps.routing.v2.GeocodedWaypoint intermediates = 3;
*/
com.google.maps.routing.v2.GeocodedWaypointOrBuilder getIntermediatesOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy