1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # NO CHECKED-IN PROTOBUF GENCODE
- # source: proto/probability.proto
- # Protobuf Python Version: 5.29.3
- """Generated protocol buffer code."""
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import descriptor_pool as _descriptor_pool
- from google.protobuf import runtime_version as _runtime_version
- from google.protobuf import symbol_database as _symbol_database
- from google.protobuf.internal import builder as _builder
- _runtime_version.ValidateProtobufRuntimeVersion(
- _runtime_version.Domain.PUBLIC,
- 5,
- 29,
- 3,
- '',
- 'proto/probability.proto'
- )
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17proto/probability.proto\x12\x06sentio\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8f\x01\n\x0bProbability\x12\x31\n\x06stamps\x18\n \x03(\x0b\x32\x19.sentio.Probability.StampR\x06stamps\x1aM\n\x05Stamp\x12.\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04time\x12\x14\n\x05value\x18\x02 \x01(\x02R\x05value\"^\n\x04Turn\x12.\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04time\x12&\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32\x0e.sentio.ActionR\x06\x61\x63tion*\x1b\n\x06\x41\x63tion\x12\x08\n\x04SELL\x10\x00\x12\x07\n\x03\x42UY\x10\x01\x42\nZ\x08./sentiob\x06proto3')
- _globals = globals()
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'proto.probability_pb2', _globals)
- if not _descriptor._USE_C_DESCRIPTORS:
- _globals['DESCRIPTOR']._loaded_options = None
- _globals['DESCRIPTOR']._serialized_options = b'Z\010./sentio'
- _globals['_ACTION']._serialized_start=310
- _globals['_ACTION']._serialized_end=337
- _globals['_PROBABILITY']._serialized_start=69
- _globals['_PROBABILITY']._serialized_end=212
- _globals['_PROBABILITY_STAMP']._serialized_start=135
- _globals['_PROBABILITY_STAMP']._serialized_end=212
- _globals['_TURN']._serialized_start=214
- _globals['_TURN']._serialized_end=308
- # @@protoc_insertion_point(module_scope)
|