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

com.google.maps.routing.v2.TransitProto Maven / Gradle / Ivy

There is a newer version: 1.41.0
Show 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/routing/v2/transit.proto

// Protobuf Java Version: 3.25.5
package com.google.maps.routing.v2;

public final class TransitProto {
  private TransitProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_maps_routing_v2_TransitAgency_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_routing_v2_TransitAgency_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_maps_routing_v2_TransitLine_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_routing_v2_TransitLine_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_maps_routing_v2_TransitStop_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_routing_v2_TransitStop_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_maps_routing_v2_TransitVehicle_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_routing_v2_TransitVehicle_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n$google/maps/routing/v2/transit.proto\022\026"
          + "google.maps.routing.v2\032%google/maps/rout"
          + "ing/v2/location.proto\032 google/type/local"
          + "ized_text.proto\"@\n\rTransitAgency\022\014\n\004name"
          + "\030\001 \001(\t\022\024\n\014phone_number\030\002 \001(\t\022\013\n\003uri\030\003 \001("
          + "\t\"\343\001\n\013TransitLine\0227\n\010agencies\030\001 \003(\0132%.go"
          + "ogle.maps.routing.v2.TransitAgency\022\014\n\004na"
          + "me\030\002 \001(\t\022\013\n\003uri\030\003 \001(\t\022\r\n\005color\030\004 \001(\t\022\020\n\010"
          + "icon_uri\030\005 \001(\t\022\022\n\nname_short\030\006 \001(\t\022\022\n\nte"
          + "xt_color\030\007 \001(\t\0227\n\007vehicle\030\010 \001(\0132&.google"
          + ".maps.routing.v2.TransitVehicle\"O\n\013Trans"
          + "itStop\022\014\n\004name\030\001 \001(\t\0222\n\010location\030\002 \001(\0132 "
          + ".google.maps.routing.v2.Location\"\375\003\n\016Tra"
          + "nsitVehicle\022(\n\004name\030\001 \001(\0132\032.google.type."
          + "LocalizedText\022G\n\004type\030\002 \001(\01629.google.map"
          + "s.routing.v2.TransitVehicle.TransitVehic"
          + "leType\022\020\n\010icon_uri\030\003 \001(\t\022\026\n\016local_icon_u"
          + "ri\030\004 \001(\t\"\315\002\n\022TransitVehicleType\022$\n TRANS"
          + "IT_VEHICLE_TYPE_UNSPECIFIED\020\000\022\007\n\003BUS\020\001\022\r"
          + "\n\tCABLE_CAR\020\002\022\022\n\016COMMUTER_TRAIN\020\003\022\t\n\005FER"
          + "RY\020\004\022\r\n\tFUNICULAR\020\005\022\020\n\014GONDOLA_LIFT\020\006\022\016\n"
          + "\nHEAVY_RAIL\020\007\022\024\n\020HIGH_SPEED_TRAIN\020\010\022\021\n\rI"
          + "NTERCITY_BUS\020\t\022\027\n\023LONG_DISTANCE_TRAIN\020\n\022"
          + "\016\n\nMETRO_RAIL\020\013\022\014\n\010MONORAIL\020\014\022\t\n\005OTHER\020\r"
          + "\022\010\n\004RAIL\020\016\022\016\n\nSHARE_TAXI\020\017\022\n\n\006SUBWAY\020\020\022\010"
          + "\n\004TRAM\020\021\022\016\n\nTROLLEYBUS\020\022B\276\001\n\032com.google."
          + "maps.routing.v2B\014TransitProtoP\001Z:cloud.g"
          + "oogle.com/go/maps/routing/apiv2/routingp"
          + "b;routingpb\242\002\005GMRV2\252\002\026Google.Maps.Routin"
          + "g.V2\312\002\026Google\\Maps\\Routing\\V2\352\002\031Google::"
          + "Maps::Routing::V2b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.maps.routing.v2.LocationProto.getDescriptor(),
              com.google.type.LocalizedTextProto.getDescriptor(),
            });
    internal_static_google_maps_routing_v2_TransitAgency_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_maps_routing_v2_TransitAgency_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_routing_v2_TransitAgency_descriptor,
            new java.lang.String[] {
              "Name", "PhoneNumber", "Uri",
            });
    internal_static_google_maps_routing_v2_TransitLine_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_maps_routing_v2_TransitLine_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_routing_v2_TransitLine_descriptor,
            new java.lang.String[] {
              "Agencies", "Name", "Uri", "Color", "IconUri", "NameShort", "TextColor", "Vehicle",
            });
    internal_static_google_maps_routing_v2_TransitStop_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_maps_routing_v2_TransitStop_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_routing_v2_TransitStop_descriptor,
            new java.lang.String[] {
              "Name", "Location",
            });
    internal_static_google_maps_routing_v2_TransitVehicle_descriptor =
        getDescriptor().getMessageTypes().get(3);
    internal_static_google_maps_routing_v2_TransitVehicle_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_routing_v2_TransitVehicle_descriptor,
            new java.lang.String[] {
              "Name", "Type", "IconUri", "LocalIconUri",
            });
    com.google.maps.routing.v2.LocationProto.getDescriptor();
    com.google.type.LocalizedTextProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy