xref: /aosp_15_r20/external/grpc-grpc/examples/php/route_guide/GPBMetadata/RouteGuide.php (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1<?php
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: route_guide.proto
4
5namespace GPBMetadata;
6
7class RouteGuide
8{
9    public static $is_initialized = false;
10
11    public static function initOnce() {
12        $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
13
14        if (static::$is_initialized == true) {
15          return;
16        }
17        $pool->internalAddGeneratedFile(
18            '
19�
20route_guide.proto
21routeguide",
22Point
23latitude (
24	longitude ("I
25	Rectangle
26lo (2.routeguide.Point
27hi (2.routeguide.Point"<
28Feature
29name (	#
30location (2.routeguide.Point"A
31	RouteNote#
32location (2.routeguide.Point
33message (	"b
34RouteSummary
35point_count (
36
37feature_count (
38distance (
39elapsed_time (2�
40
41RouteGuide6
42
43GetFeature.routeguide.Point.routeguide.Feature"�>
44ListFeatures.routeguide.Rectangle.routeguide.Feature"�0>
45RecordRoute.routeguide.Point.routeguide.RouteSummary"�(?
46	RouteChat.routeguide.RouteNote.routeguide.RouteNote"�(0B6
47io.grpc.examples.routeguideBRouteGuideProtoP�RTGbproto3'
48        , true);
49
50        static::$is_initialized = true;
51    }
52}
53
54