mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-22 01:27:46 +01:00
79 lines
2.4 KiB
Python
79 lines
2.4 KiB
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: idm/api2/proto/location.proto
|
||
|
"""Generated protocol buffer code."""
|
||
|
from google.protobuf import descriptor as _descriptor
|
||
|
from google.protobuf import message as _message
|
||
|
from google.protobuf import reflection as _reflection
|
||
|
from google.protobuf import symbol_database as _symbol_database
|
||
|
|
||
|
# @@protoc_insertion_point(imports)
|
||
|
|
||
|
_sym_db = _symbol_database.Default()
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
||
|
name='idm/api2/proto/location.proto',
|
||
|
package='idm.api2.proto',
|
||
|
syntax='proto3',
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
serialized_pb=b'\n\x1didm/api2/proto/location.proto\x12\x0eidm.api2.proto\"$\n\x08Location\x12\x0b\n\x03lat\x18\x01 \x01(\x02\x12\x0b\n\x03lon\x18\x02 \x01(\x02\x62\x06proto3'
|
||
|
)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
_LOCATION = _descriptor.Descriptor(
|
||
|
name='Location',
|
||
|
full_name='idm.api2.proto.Location',
|
||
|
filename=None,
|
||
|
file=DESCRIPTOR,
|
||
|
containing_type=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
fields=[
|
||
|
_descriptor.FieldDescriptor(
|
||
|
name='lat', full_name='idm.api2.proto.Location.lat', index=0,
|
||
|
number=1, type=2, cpp_type=6, label=1,
|
||
|
has_default_value=False, default_value=float(0),
|
||
|
message_type=None, enum_type=None, containing_type=None,
|
||
|
is_extension=False, extension_scope=None,
|
||
|
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
|
||
|
_descriptor.FieldDescriptor(
|
||
|
name='lon', full_name='idm.api2.proto.Location.lon', index=1,
|
||
|
number=2, type=2, cpp_type=6, label=1,
|
||
|
has_default_value=False, default_value=float(0),
|
||
|
message_type=None, enum_type=None, containing_type=None,
|
||
|
is_extension=False, extension_scope=None,
|
||
|
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
|
||
|
],
|
||
|
extensions=[
|
||
|
],
|
||
|
nested_types=[],
|
||
|
enum_types=[
|
||
|
],
|
||
|
serialized_options=None,
|
||
|
is_extendable=False,
|
||
|
syntax='proto3',
|
||
|
extension_ranges=[],
|
||
|
oneofs=[
|
||
|
],
|
||
|
serialized_start=49,
|
||
|
serialized_end=85,
|
||
|
)
|
||
|
|
||
|
DESCRIPTOR.message_types_by_name['Location'] = _LOCATION
|
||
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||
|
|
||
|
Location = _reflection.GeneratedProtocolMessageType('Location', (_message.Message,), {
|
||
|
'DESCRIPTOR' : _LOCATION,
|
||
|
'__module__' : 'idm.api2.proto.location_pb2'
|
||
|
# @@protoc_insertion_point(class_scope:idm.api2.proto.Location)
|
||
|
})
|
||
|
_sym_db.RegisterMessage(Location)
|
||
|
|
||
|
|
||
|
# @@protoc_insertion_point(module_scope)
|