13c4e3372a
Change-Id: I8283f5c1cda7d0042d371b382a6d7c49c1705d48
86 lines
2.8 KiB
Python
86 lines
2.8 KiB
Python
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: hapi/version/version.proto
|
|
|
|
import sys
|
|
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
|
|
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
|
|
from google.protobuf import descriptor_pb2
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
name='hapi/version/version.proto',
|
|
package='hapi.version',
|
|
syntax='proto3',
|
|
serialized_pb=_b('\n\x1ahapi/version/version.proto\x12\x0chapi.version\"F\n\x07Version\x12\x0f\n\x07sem_ver\x18\x01 \x01(\t\x12\x12\n\ngit_commit\x18\x02 \x01(\t\x12\x16\n\x0egit_tree_state\x18\x03 \x01(\tB\tZ\x07versionb\x06proto3')
|
|
)
|
|
|
|
|
|
|
|
|
|
_VERSION = _descriptor.Descriptor(
|
|
name='Version',
|
|
full_name='hapi.version.Version',
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name='sem_ver', full_name='hapi.version.Version.sem_ver', index=0,
|
|
number=1, type=9, cpp_type=9, label=1,
|
|
has_default_value=False, default_value=_b("").decode('utf-8'),
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
options=None, file=DESCRIPTOR),
|
|
_descriptor.FieldDescriptor(
|
|
name='git_commit', full_name='hapi.version.Version.git_commit', index=1,
|
|
number=2, type=9, cpp_type=9, label=1,
|
|
has_default_value=False, default_value=_b("").decode('utf-8'),
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
options=None, file=DESCRIPTOR),
|
|
_descriptor.FieldDescriptor(
|
|
name='git_tree_state', full_name='hapi.version.Version.git_tree_state', index=2,
|
|
number=3, type=9, cpp_type=9, label=1,
|
|
has_default_value=False, default_value=_b("").decode('utf-8'),
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
options=None, file=DESCRIPTOR),
|
|
],
|
|
extensions=[
|
|
],
|
|
nested_types=[],
|
|
enum_types=[
|
|
],
|
|
options=None,
|
|
is_extendable=False,
|
|
syntax='proto3',
|
|
extension_ranges=[],
|
|
oneofs=[
|
|
],
|
|
serialized_start=44,
|
|
serialized_end=114,
|
|
)
|
|
|
|
DESCRIPTOR.message_types_by_name['Version'] = _VERSION
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
Version = _reflection.GeneratedProtocolMessageType('Version', (_message.Message,), dict(
|
|
DESCRIPTOR = _VERSION,
|
|
__module__ = 'hapi.version.version_pb2'
|
|
# @@protoc_insertion_point(class_scope:hapi.version.Version)
|
|
))
|
|
_sym_db.RegisterMessage(Version)
|
|
|
|
|
|
DESCRIPTOR.has_options = True
|
|
DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('Z\007version'))
|
|
# @@protoc_insertion_point(module_scope)
|