Class GeocodedWaypoint

  • All Implemented Interfaces:
    GeocodedWaypointOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class GeocodedWaypoint
    extends com.google.protobuf.GeneratedMessageV3
    implements GeocodedWaypointOrBuilder
     Details about the locations used as waypoints. Only populated for address
     waypoints. Includes details about the geocoding results for the purposes of
     determining what the address was geocoded to.
     
    Protobuf type google.maps.routing.v2.GeocodedWaypoint
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GeocodedWaypoint.Builder
      Details about the locations used as waypoints.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • GEOCODER_STATUS_FIELD_NUMBER

        public static final int GEOCODER_STATUS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INTERMEDIATE_WAYPOINT_REQUEST_INDEX_FIELD_NUMBER

        public static final int INTERMEDIATE_WAYPOINT_REQUEST_INDEX_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARTIAL_MATCH_FIELD_NUMBER

        public static final int PARTIAL_MATCH_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasGeocoderStatus

        public boolean hasGeocoderStatus()
         Indicates the status code resulting from the geocoding operation.
         
        .google.rpc.Status geocoder_status = 1;
        Specified by:
        hasGeocoderStatus in interface GeocodedWaypointOrBuilder
        Returns:
        Whether the geocoderStatus field is set.
      • getGeocoderStatus

        public com.google.rpc.Status getGeocoderStatus()
         Indicates the status code resulting from the geocoding operation.
         
        .google.rpc.Status geocoder_status = 1;
        Specified by:
        getGeocoderStatus in interface GeocodedWaypointOrBuilder
        Returns:
        The geocoderStatus.
      • getGeocoderStatusOrBuilder

        public com.google.rpc.StatusOrBuilder getGeocoderStatusOrBuilder()
         Indicates the status code resulting from the geocoding operation.
         
        .google.rpc.Status geocoder_status = 1;
        Specified by:
        getGeocoderStatusOrBuilder in interface GeocodedWaypointOrBuilder
      • hasIntermediateWaypointRequestIndex

        public boolean hasIntermediateWaypointRequestIndex()
         The index of the corresponding intermediate waypoint in the request.
         Only populated if the corresponding waypoint is an intermediate
         waypoint.
         
        optional int32 intermediate_waypoint_request_index = 2;
        Specified by:
        hasIntermediateWaypointRequestIndex in interface GeocodedWaypointOrBuilder
        Returns:
        Whether the intermediateWaypointRequestIndex field is set.
      • getIntermediateWaypointRequestIndex

        public int getIntermediateWaypointRequestIndex()
         The index of the corresponding intermediate waypoint in the request.
         Only populated if the corresponding waypoint is an intermediate
         waypoint.
         
        optional int32 intermediate_waypoint_request_index = 2;
        Specified by:
        getIntermediateWaypointRequestIndex in interface GeocodedWaypointOrBuilder
        Returns:
        The intermediateWaypointRequestIndex.
      • getTypeList

        public com.google.protobuf.ProtocolStringList getTypeList()
         The type(s) of the result, in the form of zero or more type tags.
         Supported types:
         https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types
         
        repeated string type = 3;
        Specified by:
        getTypeList in interface GeocodedWaypointOrBuilder
        Returns:
        A list containing the type.
      • getTypeCount

        public int getTypeCount()
         The type(s) of the result, in the form of zero or more type tags.
         Supported types:
         https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types
         
        repeated string type = 3;
        Specified by:
        getTypeCount in interface GeocodedWaypointOrBuilder
        Returns:
        The count of type.
      • getType

        public String getType​(int index)
         The type(s) of the result, in the form of zero or more type tags.
         Supported types:
         https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types
         
        repeated string type = 3;
        Specified by:
        getType in interface GeocodedWaypointOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The type at the given index.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes​(int index)
         The type(s) of the result, in the form of zero or more type tags.
         Supported types:
         https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types
         
        repeated string type = 3;
        Specified by:
        getTypeBytes in interface GeocodedWaypointOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the type at the given index.
      • getPartialMatch

        public boolean getPartialMatch()
         Indicates that the geocoder did not return an exact match for the original
         request, though it was able to match part of the requested address. You may
         wish to examine the original request for misspellings and/or an incomplete
         address.
         
        bool partial_match = 4;
        Specified by:
        getPartialMatch in interface GeocodedWaypointOrBuilder
        Returns:
        The partialMatch.
      • getPlaceIdBytes

        public com.google.protobuf.ByteString getPlaceIdBytes()
         The place ID for this result.
         
        string place_id = 5;
        Specified by:
        getPlaceIdBytes in interface GeocodedWaypointOrBuilder
        Returns:
        The bytes for placeId.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static GeocodedWaypoint parseFrom​(ByteBuffer data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GeocodedWaypoint parseFrom​(ByteBuffer data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GeocodedWaypoint parseFrom​(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GeocodedWaypoint parseFrom​(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GeocodedWaypoint parseFrom​(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GeocodedWaypoint parseFrom​(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GeocodedWaypoint parseFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Throws:
        IOException
      • newBuilderForType

        public GeocodedWaypoint.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public GeocodedWaypoint.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected GeocodedWaypoint.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<GeocodedWaypoint> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public GeocodedWaypoint getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder