ephem_pb2.py 2.01 KB
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: common/ephem/ephem.proto
Wei Shoulin's avatar
Wei Shoulin committed
4
5
"""Generated protocol buffer code."""
from google.protobuf.internal import builder as _builder
Wei Shoulin's avatar
Wei Shoulin committed
6
from google.protobuf import descriptor as _descriptor
Wei Shoulin's avatar
Wei Shoulin committed
7
from google.protobuf import descriptor_pool as _descriptor_pool
Wei Shoulin's avatar
Wei Shoulin committed
8
9
10
11
12
13
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()


Wei Shoulin's avatar
Wei Shoulin committed
14
from ...common import error_pb2 as common_dot_error__pb2
Wei Shoulin's avatar
Wei Shoulin committed
15
16


Wei Shoulin's avatar
C9    
Wei Shoulin committed
17
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x63ommon/ephem/ephem.proto\x12\tdfs.ephem\x1a\x12\x63ommon/error.proto\"\x80\x01\n\rSearchRequest\x12<\n\nconditions\x18\x01 \x03(\x0b\x32(.dfs.ephem.SearchRequest.ConditionsEntry\x1a\x31\n\x0f\x43onditionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"d\n\x0eSearchResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x12\n\ntotalCount\x18\x02 \x01(\x05\x12\x1c\n\x05\x65rror\x18\x03 \x01(\x0b\x32\r.common.Error\x12\x0f\n\x07records\x18\x04 \x01(\x0c\x32S\n\x0e\x45phemSearchSrv\x12\x41\n\x06Search\x12\x18.dfs.ephem.SearchRequest\x1a\x19.dfs.ephem.SearchResponse\"\x00\x30\x01\x42#Z!cnlab.net/csst/proto/common/ephemb\x06proto3')
Wei Shoulin's avatar
Wei Shoulin committed
18

Wei Shoulin's avatar
Wei Shoulin committed
19
20
21
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'common.ephem.ephem_pb2', globals())
if _descriptor._USE_C_DESCRIPTORS == False:
Wei Shoulin's avatar
Wei Shoulin committed
22

Wei Shoulin's avatar
Wei Shoulin committed
23
24
  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'Z!cnlab.net/csst/proto/common/ephem'
Wei Shoulin's avatar
C9    
Wei Shoulin committed
25
26
27
28
29
30
31
32
33
34
  _SEARCHREQUEST_CONDITIONSENTRY._options = None
  _SEARCHREQUEST_CONDITIONSENTRY._serialized_options = b'8\001'
  _SEARCHREQUEST._serialized_start=60
  _SEARCHREQUEST._serialized_end=188
  _SEARCHREQUEST_CONDITIONSENTRY._serialized_start=139
  _SEARCHREQUEST_CONDITIONSENTRY._serialized_end=188
  _SEARCHRESPONSE._serialized_start=190
  _SEARCHRESPONSE._serialized_end=290
  _EPHEMSEARCHSRV._serialized_start=292
  _EPHEMSEARCHSRV._serialized_end=375
Wei Shoulin's avatar
Wei Shoulin committed
35
# @@protoc_insertion_point(module_scope)