# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: dataset_feed.proto """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool 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_pool.Default().AddSerializedFile(b'\n\x12\x64\x61taset_feed.proto\"\x07\n\x05\x44ummy\"\'\n\x07\x45xample\x12\r\n\x05image\x18\x01 \x01(\x0c\x12\r\n\x05label\x18\x02 \x01(\x0c\x32Q\n\x0b\x44\x61tasetFeed\x12$\n\x0cget_examples\x12\x06.Dummy\x1a\x08.Example\"\x00\x30\x01\x12\x1c\n\x08shutdown\x12\x06.Dummy\x1a\x06.Dummy\"\x00\x62\x06proto3') _DUMMY = DESCRIPTOR.message_types_by_name['Dummy'] _EXAMPLE = DESCRIPTOR.message_types_by_name['Example'] Dummy = _reflection.GeneratedProtocolMessageType('Dummy', (_message.Message,), { 'DESCRIPTOR' : _DUMMY, '__module__' : 'dataset_feed_pb2' # @@protoc_insertion_point(class_scope:Dummy) }) _sym_db.RegisterMessage(Dummy) Example = _reflection.GeneratedProtocolMessageType('Example', (_message.Message,), { 'DESCRIPTOR' : _EXAMPLE, '__module__' : 'dataset_feed_pb2' # @@protoc_insertion_point(class_scope:Example) }) _sym_db.RegisterMessage(Example) _DATASETFEED = DESCRIPTOR.services_by_name['DatasetFeed'] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None _DUMMY._serialized_start=22 _DUMMY._serialized_end=29 _EXAMPLE._serialized_start=31 _EXAMPLE._serialized_end=70 _DATASETFEED._serialized_start=72 _DATASETFEED._serialized_end=153 # @@protoc_insertion_point(module_scope)