Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-proto-py
Commits
98005660
Commit
98005660
authored
Jun 19, 2021
by
Wei Shoulin
Browse files
request path
parent
d9e935a3
Changes
26
Hide whitespace changes
Inline
Side-by-side
csst_dfs_proto/ifs/result0/result0_pb2_grpc.py
deleted
100644 → 0
View file @
d9e935a3
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import
grpc
from
.
import
result0_pb2
as
ifs_dot_result0_dot_result0__pb2
class
Result0SrvStub
(
object
):
# missing associated documentation comment in .proto file
pass
def
__init__
(
self
,
channel
):
"""Constructor.
Args:
channel: A grpc.Channel.
"""
self
.
Find
=
channel
.
unary_unary
(
'/ifs.result0.Result0Srv/Find'
,
request_serializer
=
ifs_dot_result0_dot_result0__pb2
.
FindResult0Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
FindResult0Resp
.
FromString
,
)
self
.
Get
=
channel
.
unary_unary
(
'/ifs.result0.Result0Srv/Get'
,
request_serializer
=
ifs_dot_result0_dot_result0__pb2
.
GetResult0Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
GetResult0Resp
.
FromString
,
)
self
.
Read
=
channel
.
unary_stream
(
'/ifs.result0.Result0Srv/Read'
,
request_serializer
=
ifs_dot_result0_dot_result0__pb2
.
ReadResult0Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
ReadResult0Resp
.
FromString
,
)
self
.
Write
=
channel
.
stream_unary
(
'/ifs.result0.Result0Srv/Write'
,
request_serializer
=
ifs_dot_result0_dot_result0__pb2
.
WriteResult0Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
WriteResult0Resp
.
FromString
,
)
class
Result0SrvServicer
(
object
):
# missing associated documentation comment in .proto file
pass
def
Find
(
self
,
request
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
Get
(
self
,
request
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
Read
(
self
,
request
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
Write
(
self
,
request_iterator
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
add_Result0SrvServicer_to_server
(
servicer
,
server
):
rpc_method_handlers
=
{
'Find'
:
grpc
.
unary_unary_rpc_method_handler
(
servicer
.
Find
,
request_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
FindResult0Req
.
FromString
,
response_serializer
=
ifs_dot_result0_dot_result0__pb2
.
FindResult0Resp
.
SerializeToString
,
),
'Get'
:
grpc
.
unary_unary_rpc_method_handler
(
servicer
.
Get
,
request_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
GetResult0Req
.
FromString
,
response_serializer
=
ifs_dot_result0_dot_result0__pb2
.
GetResult0Resp
.
SerializeToString
,
),
'Read'
:
grpc
.
unary_stream_rpc_method_handler
(
servicer
.
Read
,
request_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
ReadResult0Req
.
FromString
,
response_serializer
=
ifs_dot_result0_dot_result0__pb2
.
ReadResult0Resp
.
SerializeToString
,
),
'Write'
:
grpc
.
stream_unary_rpc_method_handler
(
servicer
.
Write
,
request_deserializer
=
ifs_dot_result0_dot_result0__pb2
.
WriteResult0Req
.
FromString
,
response_serializer
=
ifs_dot_result0_dot_result0__pb2
.
WriteResult0Resp
.
SerializeToString
,
),
}
generic_handler
=
grpc
.
method_handlers_generic_handler
(
'ifs.result0.Result0Srv'
,
rpc_method_handlers
)
server
.
add_generic_rpc_handlers
((
generic_handler
,))
csst_dfs_proto/ifs/result1/__init__.py
deleted
100644 → 0
View file @
d9e935a3
csst_dfs_proto/ifs/result1/result1_pb2.py
deleted
100644 → 0
View file @
d9e935a3
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: ifs/result1/result1.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
# @@protoc_insertion_point(imports)
_sym_db
=
_symbol_database
.
Default
()
from
...common
import
error_pb2
as
common_dot_error__pb2
DESCRIPTOR
=
_descriptor
.
FileDescriptor
(
name
=
'ifs/result1/result1.proto'
,
package
=
'ifs.result1'
,
syntax
=
'proto3'
,
serialized_options
=
_b
(
'Z cnlab.net/csst/proto/ifs/result1'
),
serialized_pb
=
_b
(
'
\n\x19
ifs/result1/result1.proto
\x12\x0b
ifs.result1
\x1a\x12\x63
ommon/error.proto
\"
x
\n\x07
Result1
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\x12\x11\n\t
file_name
\x18\x02
\x01
(
\t\x12\x11\n\t
file_path
\x18\x03
\x01
(
\t\x12\x13\n\x0b\x63
reate_time
\x18\x04
\x01
(
\x03\x12\x11\n\t
proc_type
\x18\x05
\x01
(
\t\x12\x13\n\x0b
result0_ids
\x18\x06
\x03
(
\x03\"\xba\x01\n\x0e\x46
indResult1Req
\x12\x11\n\t
file_name
\x18\x01
\x01
(
\t\x12\x11\n\t
proc_type
\x18\x02
\x01
(
\t\x12
J
\n\x10
other_conditions
\x18\x03
\x03
(
\x0b\x32\x30
.ifs.result1.FindResult1Req.OtherConditionsEntry
\x1a\x36\n\x14
OtherConditionsEntry
\x12\x0b\n\x03
key
\x18\x01
\x01
(
\t\x12\r\n\x05
value
\x18\x02
\x01
(
\t
:
\x02\x38\x01\"
{
\n\x0f\x46
indResult1Resp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x12\n\n
totalCount
\x18\x02
\x01
(
\x05\x12\x1c\n\x05\x65
rror
\x18\x03
\x01
(
\x0b\x32\r
.common.Error
\x12
%
\n\x07
result1
\x18\x04
\x03
(
\x0b\x32\x14
.ifs.result1.Result1
\"
\n\r
GetResult1Req
\x12\x0f\n\x07\x66
its_id
\x18\x01
\x01
(
\x03\"
7
\n\x0e
GetResult1Resp
\x12
%
\n\x07
result1
\x18\x01
\x01
(
\x0b\x32\x14
.ifs.result1.Result1
\"
H
\n\x0e
ReadResult1Req
\x12\x0f\n\x07\x66
its_id
\x18\x01
\x01
(
\x03\x12\x11\n\t
file_path
\x18\x02
\x01
(
\t\x12\x12\n\n
chunk_size
\x18\x03
\x01
(
\r\"\x1f\n\x0f
ReadResult1Resp
\x12\x0c\n\x04\x64\x61
ta
\x18\x01
\x01
(
\x0c\"
^
\n\x0f
WriteResult1Req
\x12\x11\n\t
proc_type
\x18\x01
\x01
(
\t\x12\x11\n\t
file_name
\x18\x02
\x01
(
\t\x12\x10\n\x08\x66
itsData
\x18\x03
\x01
(
\x0c\x12\x13\n\x0b
result0_ids
\x18\x04
\x03
(
\x03\"
h
\n\x10
WriteResult1Resp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x1c\n\x05\x65
rror
\x18\x02
\x01
(
\x0b\x32\r
.common.Error
\x12
%
\n\x07
result1
\x18\x03
\x01
(
\x0b\x32\x14
.ifs.result1.Result12
\xa4\x02\n\n
Result1Srv
\x12\x43\n\x04\x46
ind
\x12\x1b
.ifs.result1.FindResult1Req
\x1a\x1c
.ifs.result1.FindResult1Resp
\"\x00\x12
@
\n\x03
Get
\x12\x1a
.ifs.result1.GetResult1Req
\x1a\x1b
.ifs.result1.GetResult1Resp
\"\x00\x12\x45\n\x04
Read
\x12\x1b
.ifs.result1.ReadResult1Req
\x1a\x1c
.ifs.result1.ReadResult1Resp
\"\x00\x30\x01\x12
H
\n\x05
Write
\x12\x1c
.ifs.result1.WriteResult1Req
\x1a\x1d
.ifs.result1.WriteResult1Resp
\"\x00
(
\x01\x42\"
Z cnlab.net/csst/proto/ifs/result1b
\x06
proto3'
)
,
dependencies
=
[
common_dot_error__pb2
.
DESCRIPTOR
,])
_RESULT1
=
_descriptor
.
Descriptor
(
name
=
'Result1'
,
full_name
=
'ifs.result1.Result1'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'id'
,
full_name
=
'ifs.result1.Result1.id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'file_name'
,
full_name
=
'ifs.result1.Result1.file_name'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'file_path'
,
full_name
=
'ifs.result1.Result1.file_path'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'create_time'
,
full_name
=
'ifs.result1.Result1.create_time'
,
index
=
3
,
number
=
4
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'proc_type'
,
full_name
=
'ifs.result1.Result1.proc_type'
,
index
=
4
,
number
=
5
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'result0_ids'
,
full_name
=
'ifs.result1.Result1.result0_ids'
,
index
=
5
,
number
=
6
,
type
=
3
,
cpp_type
=
2
,
label
=
3
,
has_default_value
=
False
,
default_value
=
[],
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
62
,
serialized_end
=
182
,
)
_FINDRESULT1REQ_OTHERCONDITIONSENTRY
=
_descriptor
.
Descriptor
(
name
=
'OtherConditionsEntry'
,
full_name
=
'ifs.result1.FindResult1Req.OtherConditionsEntry'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'key'
,
full_name
=
'ifs.result1.FindResult1Req.OtherConditionsEntry.key'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'value'
,
full_name
=
'ifs.result1.FindResult1Req.OtherConditionsEntry.value'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
_b
(
'8
\001
'
),
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
317
,
serialized_end
=
371
,
)
_FINDRESULT1REQ
=
_descriptor
.
Descriptor
(
name
=
'FindResult1Req'
,
full_name
=
'ifs.result1.FindResult1Req'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'file_name'
,
full_name
=
'ifs.result1.FindResult1Req.file_name'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'proc_type'
,
full_name
=
'ifs.result1.FindResult1Req.proc_type'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'other_conditions'
,
full_name
=
'ifs.result1.FindResult1Req.other_conditions'
,
index
=
2
,
number
=
3
,
type
=
11
,
cpp_type
=
10
,
label
=
3
,
has_default_value
=
False
,
default_value
=
[],
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[
_FINDRESULT1REQ_OTHERCONDITIONSENTRY
,
],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
185
,
serialized_end
=
371
,
)
_FINDRESULT1RESP
=
_descriptor
.
Descriptor
(
name
=
'FindResult1Resp'
,
full_name
=
'ifs.result1.FindResult1Resp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'success'
,
full_name
=
'ifs.result1.FindResult1Resp.success'
,
index
=
0
,
number
=
1
,
type
=
8
,
cpp_type
=
7
,
label
=
1
,
has_default_value
=
False
,
default_value
=
False
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'totalCount'
,
full_name
=
'ifs.result1.FindResult1Resp.totalCount'
,
index
=
1
,
number
=
2
,
type
=
5
,
cpp_type
=
1
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'error'
,
full_name
=
'ifs.result1.FindResult1Resp.error'
,
index
=
2
,
number
=
3
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'result1'
,
full_name
=
'ifs.result1.FindResult1Resp.result1'
,
index
=
3
,
number
=
4
,
type
=
11
,
cpp_type
=
10
,
label
=
3
,
has_default_value
=
False
,
default_value
=
[],
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
373
,
serialized_end
=
496
,
)
_GETRESULT1REQ
=
_descriptor
.
Descriptor
(
name
=
'GetResult1Req'
,
full_name
=
'ifs.result1.GetResult1Req'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'fits_id'
,
full_name
=
'ifs.result1.GetResult1Req.fits_id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
498
,
serialized_end
=
530
,
)
_GETRESULT1RESP
=
_descriptor
.
Descriptor
(
name
=
'GetResult1Resp'
,
full_name
=
'ifs.result1.GetResult1Resp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'result1'
,
full_name
=
'ifs.result1.GetResult1Resp.result1'
,
index
=
0
,
number
=
1
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
532
,
serialized_end
=
587
,
)
_READRESULT1REQ
=
_descriptor
.
Descriptor
(
name
=
'ReadResult1Req'
,
full_name
=
'ifs.result1.ReadResult1Req'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'fits_id'
,
full_name
=
'ifs.result1.ReadResult1Req.fits_id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'file_path'
,
full_name
=
'ifs.result1.ReadResult1Req.file_path'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'chunk_size'
,
full_name
=
'ifs.result1.ReadResult1Req.chunk_size'
,
index
=
2
,
number
=
3
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
589
,
serialized_end
=
661
,
)
_READRESULT1RESP
=
_descriptor
.
Descriptor
(
name
=
'ReadResult1Resp'
,
full_name
=
'ifs.result1.ReadResult1Resp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'data'
,
full_name
=
'ifs.result1.ReadResult1Resp.data'
,
index
=
0
,
number
=
1
,
type
=
12
,
cpp_type
=
9
,
label
=
1
,
has_default_value
=
False
,
default_value
=
_b
(
""
),
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
663
,
serialized_end
=
694
,
)
_WRITERESULT1REQ
=
_descriptor
.
Descriptor
(
name
=
'WriteResult1Req'
,
full_name
=
'ifs.result1.WriteResult1Req'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'proc_type'
,
full_name
=
'ifs.result1.WriteResult1Req.proc_type'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'file_name'
,
full_name
=
'ifs.result1.WriteResult1Req.file_name'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'fitsData'
,
full_name
=
'ifs.result1.WriteResult1Req.fitsData'
,
index
=
2
,
number
=
3
,
type
=
12
,
cpp_type
=
9
,
label
=
1
,
has_default_value
=
False
,
default_value
=
_b
(
""
),
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'result0_ids'
,
full_name
=
'ifs.result1.WriteResult1Req.result0_ids'
,
index
=
3
,
number
=
4
,
type
=
3
,
cpp_type
=
2
,
label
=
3
,
has_default_value
=
False
,
default_value
=
[],
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
696
,
serialized_end
=
790
,
)
_WRITERESULT1RESP
=
_descriptor
.
Descriptor
(
name
=
'WriteResult1Resp'
,
full_name
=
'ifs.result1.WriteResult1Resp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'success'
,
full_name
=
'ifs.result1.WriteResult1Resp.success'
,
index
=
0
,
number
=
1
,
type
=
8
,
cpp_type
=
7
,
label
=
1
,
has_default_value
=
False
,
default_value
=
False
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'error'
,
full_name
=
'ifs.result1.WriteResult1Resp.error'
,
index
=
1
,
number
=
2
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'result1'
,
full_name
=
'ifs.result1.WriteResult1Resp.result1'
,
index
=
2
,
number
=
3
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
],
extensions
=
[
],
nested_types
=
[],
enum_types
=
[
],
serialized_options
=
None
,
is_extendable
=
False
,
syntax
=
'proto3'
,
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
792
,
serialized_end
=
896
,
)
_FINDRESULT1REQ_OTHERCONDITIONSENTRY
.
containing_type
=
_FINDRESULT1REQ
_FINDRESULT1REQ
.
fields_by_name
[
'other_conditions'
].
message_type
=
_FINDRESULT1REQ_OTHERCONDITIONSENTRY
_FINDRESULT1RESP
.
fields_by_name
[
'error'
].
message_type
=
common_dot_error__pb2
.
_ERROR
_FINDRESULT1RESP
.
fields_by_name
[
'result1'
].
message_type
=
_RESULT1
_GETRESULT1RESP
.
fields_by_name
[
'result1'
].
message_type
=
_RESULT1
_WRITERESULT1RESP
.
fields_by_name
[
'error'
].
message_type
=
common_dot_error__pb2
.
_ERROR
_WRITERESULT1RESP
.
fields_by_name
[
'result1'
].
message_type
=
_RESULT1
DESCRIPTOR
.
message_types_by_name
[
'Result1'
]
=
_RESULT1
DESCRIPTOR
.
message_types_by_name
[
'FindResult1Req'
]
=
_FINDRESULT1REQ
DESCRIPTOR
.
message_types_by_name
[
'FindResult1Resp'
]
=
_FINDRESULT1RESP
DESCRIPTOR
.
message_types_by_name
[
'GetResult1Req'
]
=
_GETRESULT1REQ
DESCRIPTOR
.
message_types_by_name
[
'GetResult1Resp'
]
=
_GETRESULT1RESP
DESCRIPTOR
.
message_types_by_name
[
'ReadResult1Req'
]
=
_READRESULT1REQ
DESCRIPTOR
.
message_types_by_name
[
'ReadResult1Resp'
]
=
_READRESULT1RESP
DESCRIPTOR
.
message_types_by_name
[
'WriteResult1Req'
]
=
_WRITERESULT1REQ
DESCRIPTOR
.
message_types_by_name
[
'WriteResult1Resp'
]
=
_WRITERESULT1RESP
_sym_db
.
RegisterFileDescriptor
(
DESCRIPTOR
)
Result1
=
_reflection
.
GeneratedProtocolMessageType
(
'Result1'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_RESULT1
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.Result1)
})
_sym_db
.
RegisterMessage
(
Result1
)
FindResult1Req
=
_reflection
.
GeneratedProtocolMessageType
(
'FindResult1Req'
,
(
_message
.
Message
,),
{
'OtherConditionsEntry'
:
_reflection
.
GeneratedProtocolMessageType
(
'OtherConditionsEntry'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_FINDRESULT1REQ_OTHERCONDITIONSENTRY
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.FindResult1Req.OtherConditionsEntry)
})
,
'DESCRIPTOR'
:
_FINDRESULT1REQ
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.FindResult1Req)
})
_sym_db
.
RegisterMessage
(
FindResult1Req
)
_sym_db
.
RegisterMessage
(
FindResult1Req
.
OtherConditionsEntry
)
FindResult1Resp
=
_reflection
.
GeneratedProtocolMessageType
(
'FindResult1Resp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_FINDRESULT1RESP
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.FindResult1Resp)
})
_sym_db
.
RegisterMessage
(
FindResult1Resp
)
GetResult1Req
=
_reflection
.
GeneratedProtocolMessageType
(
'GetResult1Req'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_GETRESULT1REQ
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.GetResult1Req)
})
_sym_db
.
RegisterMessage
(
GetResult1Req
)
GetResult1Resp
=
_reflection
.
GeneratedProtocolMessageType
(
'GetResult1Resp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_GETRESULT1RESP
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.GetResult1Resp)
})
_sym_db
.
RegisterMessage
(
GetResult1Resp
)
ReadResult1Req
=
_reflection
.
GeneratedProtocolMessageType
(
'ReadResult1Req'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_READRESULT1REQ
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.ReadResult1Req)
})
_sym_db
.
RegisterMessage
(
ReadResult1Req
)
ReadResult1Resp
=
_reflection
.
GeneratedProtocolMessageType
(
'ReadResult1Resp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_READRESULT1RESP
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.ReadResult1Resp)
})
_sym_db
.
RegisterMessage
(
ReadResult1Resp
)
WriteResult1Req
=
_reflection
.
GeneratedProtocolMessageType
(
'WriteResult1Req'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_WRITERESULT1REQ
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.WriteResult1Req)
})
_sym_db
.
RegisterMessage
(
WriteResult1Req
)
WriteResult1Resp
=
_reflection
.
GeneratedProtocolMessageType
(
'WriteResult1Resp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_WRITERESULT1RESP
,
'__module__'
:
'ifs.result1.result1_pb2'
# @@protoc_insertion_point(class_scope:ifs.result1.WriteResult1Resp)
})
_sym_db
.
RegisterMessage
(
WriteResult1Resp
)
DESCRIPTOR
.
_options
=
None
_FINDRESULT1REQ_OTHERCONDITIONSENTRY
.
_options
=
None
_RESULT1SRV
=
_descriptor
.
ServiceDescriptor
(
name
=
'Result1Srv'
,
full_name
=
'ifs.result1.Result1Srv'
,
file
=
DESCRIPTOR
,
index
=
0
,
serialized_options
=
None
,
serialized_start
=
899
,
serialized_end
=
1191
,
methods
=
[
_descriptor
.
MethodDescriptor
(
name
=
'Find'
,
full_name
=
'ifs.result1.Result1Srv.Find'
,
index
=
0
,
containing_service
=
None
,
input_type
=
_FINDRESULT1REQ
,
output_type
=
_FINDRESULT1RESP
,
serialized_options
=
None
,
),
_descriptor
.
MethodDescriptor
(
name
=
'Get'
,
full_name
=
'ifs.result1.Result1Srv.Get'
,
index
=
1
,
containing_service
=
None
,
input_type
=
_GETRESULT1REQ
,
output_type
=
_GETRESULT1RESP
,
serialized_options
=
None
,
),
_descriptor
.
MethodDescriptor
(
name
=
'Read'
,
full_name
=
'ifs.result1.Result1Srv.Read'
,
index
=
2
,
containing_service
=
None
,
input_type
=
_READRESULT1REQ
,
output_type
=
_READRESULT1RESP
,
serialized_options
=
None
,
),
_descriptor
.
MethodDescriptor
(
name
=
'Write'
,
full_name
=
'ifs.result1.Result1Srv.Write'
,
index
=
3
,
containing_service
=
None
,
input_type
=
_WRITERESULT1REQ
,
output_type
=
_WRITERESULT1RESP
,
serialized_options
=
None
,
),
])
_sym_db
.
RegisterServiceDescriptor
(
_RESULT1SRV
)
DESCRIPTOR
.
services_by_name
[
'Result1Srv'
]
=
_RESULT1SRV
# @@protoc_insertion_point(module_scope)
csst_dfs_proto/ifs/result1/result1_pb2_grpc.py
deleted
100644 → 0
View file @
d9e935a3
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import
grpc
from
.
import
result1_pb2
as
ifs_dot_result1_dot_result1__pb2
class
Result1SrvStub
(
object
):
# missing associated documentation comment in .proto file
pass
def
__init__
(
self
,
channel
):
"""Constructor.
Args:
channel: A grpc.Channel.
"""
self
.
Find
=
channel
.
unary_unary
(
'/ifs.result1.Result1Srv/Find'
,
request_serializer
=
ifs_dot_result1_dot_result1__pb2
.
FindResult1Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
FindResult1Resp
.
FromString
,
)
self
.
Get
=
channel
.
unary_unary
(
'/ifs.result1.Result1Srv/Get'
,
request_serializer
=
ifs_dot_result1_dot_result1__pb2
.
GetResult1Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
GetResult1Resp
.
FromString
,
)
self
.
Read
=
channel
.
unary_stream
(
'/ifs.result1.Result1Srv/Read'
,
request_serializer
=
ifs_dot_result1_dot_result1__pb2
.
ReadResult1Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
ReadResult1Resp
.
FromString
,
)
self
.
Write
=
channel
.
stream_unary
(
'/ifs.result1.Result1Srv/Write'
,
request_serializer
=
ifs_dot_result1_dot_result1__pb2
.
WriteResult1Req
.
SerializeToString
,
response_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
WriteResult1Resp
.
FromString
,
)
class
Result1SrvServicer
(
object
):
# missing associated documentation comment in .proto file
pass
def
Find
(
self
,
request
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
Get
(
self
,
request
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
Read
(
self
,
request
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
Write
(
self
,
request_iterator
,
context
):
# missing associated documentation comment in .proto file
pass
context
.
set_code
(
grpc
.
StatusCode
.
UNIMPLEMENTED
)
context
.
set_details
(
'Method not implemented!'
)
raise
NotImplementedError
(
'Method not implemented!'
)
def
add_Result1SrvServicer_to_server
(
servicer
,
server
):
rpc_method_handlers
=
{
'Find'
:
grpc
.
unary_unary_rpc_method_handler
(
servicer
.
Find
,
request_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
FindResult1Req
.
FromString
,
response_serializer
=
ifs_dot_result1_dot_result1__pb2
.
FindResult1Resp
.
SerializeToString
,
),
'Get'
:
grpc
.
unary_unary_rpc_method_handler
(
servicer
.
Get
,
request_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
GetResult1Req
.
FromString
,
response_serializer
=
ifs_dot_result1_dot_result1__pb2
.
GetResult1Resp
.
SerializeToString
,
),
'Read'
:
grpc
.
unary_stream_rpc_method_handler
(
servicer
.
Read
,
request_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
ReadResult1Req
.
FromString
,
response_serializer
=
ifs_dot_result1_dot_result1__pb2
.
ReadResult1Resp
.
SerializeToString
,
),
'Write'
:
grpc
.
stream_unary_rpc_method_handler
(
servicer
.
Write
,
request_deserializer
=
ifs_dot_result1_dot_result1__pb2
.
WriteResult1Req
.
FromString
,
response_serializer
=
ifs_dot_result1_dot_result1__pb2
.
WriteResult1Resp
.
SerializeToString
,
),
}
generic_handler
=
grpc
.
method_handlers_generic_handler
(
'ifs.result1.Result1Srv'
,
rpc_method_handlers
)
server
.
add_generic_rpc_handlers
((
generic_handler
,))
csst_dfs_proto/msc/level1/level1_pb2.py
View file @
98005660
...
...
@@ -18,10 +18,10 @@ from ...common import error_pb2 as common_dot_error__pb2
DESCRIPTOR
=
_descriptor
.
FileDescriptor
(
name
=
'msc/level1/level1.proto'
,
package
=
'msc.level1'
,
package
=
'
dfs.
msc.level1'
,
syntax
=
'proto3'
,
serialized_options
=
_b
(
'Z
\037
cnlab.net/csst/proto/msc/level1'
),
serialized_pb
=
_b
(
'
\n\x17
msc/level1/level1.proto
\x12\
n
msc.level1
\x1a\x12\x63
ommon/error.proto
\"\xb3\x02\n\x0c
Level1Record
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\x12\x0e\n\x06
raw_id
\x18\x02
\x01
(
\x03\x12\x11\n\t
data_type
\x18\x03
\x01
(
\t\x12\x12\n\n
cor_sci_id
\x18\x04
\x01
(
\x03\x12\x12\n\n
prc_params
\x18\x05
\x01
(
\t\x12\x0f\n\x07\x66
lat_id
\x18\x06
\x01
(
\x03\x12\x0f\n\x07\x64\x61
rk_id
\x18\x07
\x01
(
\x03\x12\x0f\n\x07\x62
ias_id
\x18\x08
\x01
(
\x03\x12\x10\n\x08\x66
ilename
\x18\t
\x01
(
\t\x12\x11\n\t
file_path
\x18\n
\x01
(
\t\x12\x12\n\n
qc1_status
\x18\x0b
\x01
(
\r\x12\x10\n\x08
qc1_time
\x18\x0c
\x01
(
\t\x12\x12\n\n
prc_status
\x18\r
\x01
(
\r\x12\x10\n\x08
prc_time
\x18\x0e
\x01
(
\t\x12\x13\n\x0b\x63
reate_time
\x18\x0f
\x01
(
\t\x12\x13\n\x0b
pipeline_id
\x18\x10
\x01
(
\t\"\xb
1
\x02\n\r
FindLevel1Req
\x12\x0e\n\x06
raw_id
\x18\x01
\x01
(
\x03\x12\x11\n\t
data_type
\x18\x02
\x01
(
\t\x12\x19\n\x11\x63
reate_time_start
\x18\x03
\x01
(
\t\x12\x17\n\x0f\x63
reate_time_end
\x18\x04
\x01
(
\t\x12\x12\n\n
qc1_status
\x18\x05
\x01
(
\r\x12\x12\n\n
prc_status
\x18\x06
\x01
(
\r\x12\x10\n\x08\x66
ilename
\x18\x07
\x01
(
\t\x12\r\n\x05
limit
\x18\x08
\x01
(
\r\x12
H
\n\x10
other_conditions
\x18\t
\x03
(
\x0b\x32
.
.msc.level1.FindLevel1Req.OtherConditionsEntry
\x1a\x36\n\x14
OtherConditionsEntry
\x12\x0b\n\x03
key
\x18\x01
\x01
(
\t\x12\r\n\x05
value
\x18\x02
\x01
(
\t
:
\x02\x38\x01\"
~
\n\x0e\x46
indLevel1Resp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x12\n\n
totalCount
\x18\x02
\x01
(
\x05\x12\x1c\n\x05\x65
rror
\x18\x03
\x01
(
\x0b\x32\r
.common.Error
\x12
)
\n\x07
records
\x18\x04
\x03
(
\x0b\x32\x1
8
.msc.level1.Level1Record
\"\x1a\n\x0c
GetLevel1Req
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\"
9
\n\r
GetLevel1Resp
\x12
(
\n\x06
record
\x18\x01
\x01
(
\x0b\x32\x1
8
.msc.level1.Level1Record
\"
:
\n\x0e
WriteLevel1Req
\x12
(
\n\x06
record
\x18\x01
\x01
(
\x0b\x32\x1
8
.msc.level1.Level1Record
\"
j
\n\x0f
WriteLevel1Resp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x1c\n\x05\x65
rror
\x18\x02
\x01
(
\x0b\x32\r
.common.Error
\x12
(
\n\x06
record
\x18\x03
\x01
(
\x0b\x32\x1
8
.msc.level1.Level1Record
\"
0
\n\x12
UpdateQc1StatusReq
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\x12\x0e\n\x06
status
\x18\x02
\x01
(
\r\"
D
\n\x13
UpdateQc1StatusResp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x1c\n\x05\x65
rror
\x18\x02
\x01
(
\x0b\x32\r
.common.Error
\"
1
\n\x13
UpdateProcStatusReq
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\x12\x0e\n\x06
status
\x18\x02
\x01
(
\r\"
E
\n\x14
UpdateProcStatusResp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x1c\n\x05\x65
rror
\x18\x02
\x01
(
\x0b\x32\r
.common.Error2
\x
fd
\x0
2
\n\t
Level1Srv
\x12
?
\n\x04\x46
ind
\x12\x1
9
.msc.level1.FindLevel1Req
\x1a\x1
a
.msc.level1.FindLevel1Resp
\"\x00\x12
<
\n\x03
Get
\x12\x1
8
.msc.level1.GetLevel1Req
\x1a\x1
9
.msc.level1.GetLevel1Resp
\"\x00\x12
\x42
\n\x05
Write
\x12\x1
a
.msc.level1.WriteLevel1Req
\x1a\x1
b
.msc.level1.WriteLevel1Resp
\"\x00\x12
T
\n\x0f
UpdateQc1Status
\x12\
x1e
.msc.level1.UpdateQc1StatusReq
\x1a
\x1f
.msc.level1.UpdateQc1StatusResp
\"\x00\x12
W
\n\x10
UpdateProcStatus
\x12
\x1f
.msc.level1.UpdateProcStatusReq
\x1a
.msc.level1.UpdateProcStatusResp
\"\x00\x42
!Z
\x1f\x63
nlab.net/csst/proto/msc/level1b
\x06
proto3'
)
serialized_pb
=
_b
(
'
\n\x17
msc/level1/level1.proto
\x12\
x0e\x64\x66
s.
msc.level1
\x1a\x12\x63
ommon/error.proto
\"\xb3\x02\n\x0c
Level1Record
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\x12\x0e\n\x06
raw_id
\x18\x02
\x01
(
\x03\x12\x11\n\t
data_type
\x18\x03
\x01
(
\t\x12\x12\n\n
cor_sci_id
\x18\x04
\x01
(
\x03\x12\x12\n\n
prc_params
\x18\x05
\x01
(
\t\x12\x0f\n\x07\x66
lat_id
\x18\x06
\x01
(
\x03\x12\x0f\n\x07\x64\x61
rk_id
\x18\x07
\x01
(
\x03\x12\x0f\n\x07\x62
ias_id
\x18\x08
\x01
(
\x03\x12\x10\n\x08\x66
ilename
\x18\t
\x01
(
\t\x12\x11\n\t
file_path
\x18\n
\x01
(
\t\x12\x12\n\n
qc1_status
\x18\x0b
\x01
(
\r\x12\x10\n\x08
qc1_time
\x18\x0c
\x01
(
\t\x12\x12\n\n
prc_status
\x18\r
\x01
(
\r\x12\x10\n\x08
prc_time
\x18\x0e
\x01
(
\t\x12\x13\n\x0b\x63
reate_time
\x18\x0f
\x01
(
\t\x12\x13\n\x0b
pipeline_id
\x18\x10
\x01
(
\t\"\xb
5
\x02\n\r
FindLevel1Req
\x12\x0e\n\x06
raw_id
\x18\x01
\x01
(
\x03\x12\x11\n\t
data_type
\x18\x02
\x01
(
\t\x12\x19\n\x11\x63
reate_time_start
\x18\x03
\x01
(
\t\x12\x17\n\x0f\x63
reate_time_end
\x18\x04
\x01
(
\t\x12\x12\n\n
qc1_status
\x18\x05
\x01
(
\r\x12\x12\n\n
prc_status
\x18\x06
\x01
(
\r\x12\x10\n\x08\x66
ilename
\x18\x07
\x01
(
\t\x12\r\n\x05
limit
\x18\x08
\x01
(
\r\x12
L
\n\x10
other_conditions
\x18\t
\x03
(
\x0b\x32
\x32
.dfs
.msc.level1.FindLevel1Req.OtherConditionsEntry
\x1a\x36\n\x14
OtherConditionsEntry
\x12\x0b\n\x03
key
\x18\x01
\x01
(
\t\x12\r\n\x05
value
\x18\x02
\x01
(
\t
:
\x02\x38\x01\"
\x82\x01
\n\x0e\x46
indLevel1Resp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x12\n\n
totalCount
\x18\x02
\x01
(
\x05\x12\x1c\n\x05\x65
rror
\x18\x03
\x01
(
\x0b\x32\r
.common.Error
\x12
-
\n\x07
records
\x18\x04
\x03
(
\x0b\x32\x1
c
.dfs
.msc.level1.Level1Record
\"\x1a\n\x0c
GetLevel1Req
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\"
=
\n\r
GetLevel1Resp
\x12
,
\n\x06
record
\x18\x01
\x01
(
\x0b\x32\x1
c
.dfs
.msc.level1.Level1Record
\"
>
\n\x0e
WriteLevel1Req
\x12
,
\n\x06
record
\x18\x01
\x01
(
\x0b\x32\x1
c
.dfs
.msc.level1.Level1Record
\"
n
\n\x0f
WriteLevel1Resp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x1c\n\x05\x65
rror
\x18\x02
\x01
(
\x0b\x32\r
.common.Error
\x12
,
\n\x06
record
\x18\x03
\x01
(
\x0b\x32\x1
c
.dfs
.msc.level1.Level1Record
\"
0
\n\x12
UpdateQc1StatusReq
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\x12\x0e\n\x06
status
\x18\x02
\x01
(
\r\"
D
\n\x13
UpdateQc1StatusResp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x1c\n\x05\x65
rror
\x18\x02
\x01
(
\x0b\x32\r
.common.Error
\"
1
\n\x13
UpdateProcStatusReq
\x12\n\n\x02
id
\x18\x01
\x01
(
\x03\x12\x0e\n\x06
status
\x18\x02
\x01
(
\r\"
E
\n\x14
UpdateProcStatusResp
\x12\x0f\n\x07
success
\x18\x01
\x01
(
\x08\x12\x1c\n\x05\x65
rror
\x18\x02
\x01
(
\x0b\x32\r
.common.Error2
\x
a5
\x0
3
\n\t
Level1Srv
\x12
G
\n\x04\x46
ind
\x12\x1
d
.dfs
.msc.level1.FindLevel1Req
\x1a\x1
e
.dfs
.msc.level1.FindLevel1Resp
\"\x00\x12
\x44
\n\x03
Get
\x12\x1
c
.dfs
.msc.level1.GetLevel1Req
\x1a\x1
d
.dfs
.msc.level1.GetLevel1Resp
\"\x00\x12
J
\n\x05
Write
\x12\x1
e
.dfs
.msc.level1.WriteLevel1Req
\x1a\x1
f
.dfs
.msc.level1.WriteLevel1Resp
\"\x00\x12
\\
\n\x0f
UpdateQc1Status
\x12\
"
.dfs
.msc.level1.UpdateQc1StatusReq
\x1a
#.dfs
.msc.level1.UpdateQc1StatusResp
\"\x00\x12
_
\n\x10
UpdateProcStatus
\x12
#.dfs
.msc.level1.UpdateProcStatusReq
\x1a
$.dfs
.msc.level1.UpdateProcStatusResp
\"\x00\x42
!Z
\x1f\x63
nlab.net/csst/proto/msc/level1b
\x06
proto3'
)
,
dependencies
=
[
common_dot_error__pb2
.
DESCRIPTOR
,])
...
...
@@ -30,118 +30,118 @@ DESCRIPTOR = _descriptor.FileDescriptor(
_LEVEL1RECORD
=
_descriptor
.
Descriptor
(
name
=
'Level1Record'
,
full_name
=
'msc.level1.Level1Record'
,
full_name
=
'
dfs.
msc.level1.Level1Record'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'id'
,
full_name
=
'msc.level1.Level1Record.id'
,
index
=
0
,
name
=
'id'
,
full_name
=
'
dfs.
msc.level1.Level1Record.id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'raw_id'
,
full_name
=
'msc.level1.Level1Record.raw_id'
,
index
=
1
,
name
=
'raw_id'
,
full_name
=
'
dfs.
msc.level1.Level1Record.raw_id'
,
index
=
1
,
number
=
2
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'data_type'
,
full_name
=
'msc.level1.Level1Record.data_type'
,
index
=
2
,
name
=
'data_type'
,
full_name
=
'
dfs.
msc.level1.Level1Record.data_type'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'cor_sci_id'
,
full_name
=
'msc.level1.Level1Record.cor_sci_id'
,
index
=
3
,
name
=
'cor_sci_id'
,
full_name
=
'
dfs.
msc.level1.Level1Record.cor_sci_id'
,
index
=
3
,
number
=
4
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'prc_params'
,
full_name
=
'msc.level1.Level1Record.prc_params'
,
index
=
4
,
name
=
'prc_params'
,
full_name
=
'
dfs.
msc.level1.Level1Record.prc_params'
,
index
=
4
,
number
=
5
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'flat_id'
,
full_name
=
'msc.level1.Level1Record.flat_id'
,
index
=
5
,
name
=
'flat_id'
,
full_name
=
'
dfs.
msc.level1.Level1Record.flat_id'
,
index
=
5
,
number
=
6
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'dark_id'
,
full_name
=
'msc.level1.Level1Record.dark_id'
,
index
=
6
,
name
=
'dark_id'
,
full_name
=
'
dfs.
msc.level1.Level1Record.dark_id'
,
index
=
6
,
number
=
7
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'bias_id'
,
full_name
=
'msc.level1.Level1Record.bias_id'
,
index
=
7
,
name
=
'bias_id'
,
full_name
=
'
dfs.
msc.level1.Level1Record.bias_id'
,
index
=
7
,
number
=
8
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'filename'
,
full_name
=
'msc.level1.Level1Record.filename'
,
index
=
8
,
name
=
'filename'
,
full_name
=
'
dfs.
msc.level1.Level1Record.filename'
,
index
=
8
,
number
=
9
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'file_path'
,
full_name
=
'msc.level1.Level1Record.file_path'
,
index
=
9
,
name
=
'file_path'
,
full_name
=
'
dfs.
msc.level1.Level1Record.file_path'
,
index
=
9
,
number
=
10
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'qc1_status'
,
full_name
=
'msc.level1.Level1Record.qc1_status'
,
index
=
10
,
name
=
'qc1_status'
,
full_name
=
'
dfs.
msc.level1.Level1Record.qc1_status'
,
index
=
10
,
number
=
11
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'qc1_time'
,
full_name
=
'msc.level1.Level1Record.qc1_time'
,
index
=
11
,
name
=
'qc1_time'
,
full_name
=
'
dfs.
msc.level1.Level1Record.qc1_time'
,
index
=
11
,
number
=
12
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'prc_status'
,
full_name
=
'msc.level1.Level1Record.prc_status'
,
index
=
12
,
name
=
'prc_status'
,
full_name
=
'
dfs.
msc.level1.Level1Record.prc_status'
,
index
=
12
,
number
=
13
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'prc_time'
,
full_name
=
'msc.level1.Level1Record.prc_time'
,
index
=
13
,
name
=
'prc_time'
,
full_name
=
'
dfs.
msc.level1.Level1Record.prc_time'
,
index
=
13
,
number
=
14
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'create_time'
,
full_name
=
'msc.level1.Level1Record.create_time'
,
index
=
14
,
name
=
'create_time'
,
full_name
=
'
dfs.
msc.level1.Level1Record.create_time'
,
index
=
14
,
number
=
15
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'pipeline_id'
,
full_name
=
'msc.level1.Level1Record.pipeline_id'
,
index
=
15
,
name
=
'pipeline_id'
,
full_name
=
'
dfs.
msc.level1.Level1Record.pipeline_id'
,
index
=
15
,
number
=
16
,
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
,
...
...
@@ -159,27 +159,27 @@ _LEVEL1RECORD = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
6
0
,
serialized_end
=
3
6
7
,
serialized_start
=
6
4
,
serialized_end
=
37
1
,
)
_FINDLEVEL1REQ_OTHERCONDITIONSENTRY
=
_descriptor
.
Descriptor
(
name
=
'OtherConditionsEntry'
,
full_name
=
'msc.level1.FindLevel1Req.OtherConditionsEntry'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.OtherConditionsEntry'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'key'
,
full_name
=
'msc.level1.FindLevel1Req.OtherConditionsEntry.key'
,
index
=
0
,
name
=
'key'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.OtherConditionsEntry.key'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'value'
,
full_name
=
'msc.level1.FindLevel1Req.OtherConditionsEntry.value'
,
index
=
1
,
name
=
'value'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.OtherConditionsEntry.value'
,
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
,
...
...
@@ -197,75 +197,75 @@ _FINDLEVEL1REQ_OTHERCONDITIONSENTRY = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
62
1
,
serialized_end
=
6
75
,
serialized_start
=
62
9
,
serialized_end
=
6
83
,
)
_FINDLEVEL1REQ
=
_descriptor
.
Descriptor
(
name
=
'FindLevel1Req'
,
full_name
=
'msc.level1.FindLevel1Req'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'raw_id'
,
full_name
=
'msc.level1.FindLevel1Req.raw_id'
,
index
=
0
,
name
=
'raw_id'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.raw_id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'data_type'
,
full_name
=
'msc.level1.FindLevel1Req.data_type'
,
index
=
1
,
name
=
'data_type'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.data_type'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'create_time_start'
,
full_name
=
'msc.level1.FindLevel1Req.create_time_start'
,
index
=
2
,
name
=
'create_time_start'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.create_time_start'
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'create_time_end'
,
full_name
=
'msc.level1.FindLevel1Req.create_time_end'
,
index
=
3
,
name
=
'create_time_end'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.create_time_end'
,
index
=
3
,
number
=
4
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'qc1_status'
,
full_name
=
'msc.level1.FindLevel1Req.qc1_status'
,
index
=
4
,
name
=
'qc1_status'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.qc1_status'
,
index
=
4
,
number
=
5
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'prc_status'
,
full_name
=
'msc.level1.FindLevel1Req.prc_status'
,
index
=
5
,
name
=
'prc_status'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.prc_status'
,
index
=
5
,
number
=
6
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'filename'
,
full_name
=
'msc.level1.FindLevel1Req.filename'
,
index
=
6
,
name
=
'filename'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.filename'
,
index
=
6
,
number
=
7
,
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
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'limit'
,
full_name
=
'msc.level1.FindLevel1Req.limit'
,
index
=
7
,
name
=
'limit'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.limit'
,
index
=
7
,
number
=
8
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'other_conditions'
,
full_name
=
'msc.level1.FindLevel1Req.other_conditions'
,
index
=
8
,
name
=
'other_conditions'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Req.other_conditions'
,
index
=
8
,
number
=
9
,
type
=
11
,
cpp_type
=
10
,
label
=
3
,
has_default_value
=
False
,
default_value
=
[],
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -283,41 +283,41 @@ _FINDLEVEL1REQ = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
37
0
,
serialized_end
=
6
75
,
serialized_start
=
37
4
,
serialized_end
=
6
83
,
)
_FINDLEVEL1RESP
=
_descriptor
.
Descriptor
(
name
=
'FindLevel1Resp'
,
full_name
=
'msc.level1.FindLevel1Resp'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Resp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'success'
,
full_name
=
'msc.level1.FindLevel1Resp.success'
,
index
=
0
,
name
=
'success'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Resp.success'
,
index
=
0
,
number
=
1
,
type
=
8
,
cpp_type
=
7
,
label
=
1
,
has_default_value
=
False
,
default_value
=
False
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'totalCount'
,
full_name
=
'msc.level1.FindLevel1Resp.totalCount'
,
index
=
1
,
name
=
'totalCount'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Resp.totalCount'
,
index
=
1
,
number
=
2
,
type
=
5
,
cpp_type
=
1
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'error'
,
full_name
=
'msc.level1.FindLevel1Resp.error'
,
index
=
2
,
name
=
'error'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Resp.error'
,
index
=
2
,
number
=
3
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'records'
,
full_name
=
'msc.level1.FindLevel1Resp.records'
,
index
=
3
,
name
=
'records'
,
full_name
=
'
dfs.
msc.level1.FindLevel1Resp.records'
,
index
=
3
,
number
=
4
,
type
=
11
,
cpp_type
=
10
,
label
=
3
,
has_default_value
=
False
,
default_value
=
[],
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -335,20 +335,20 @@ _FINDLEVEL1RESP = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
6
77
,
serialized_end
=
8
03
,
serialized_start
=
6
86
,
serialized_end
=
8
16
,
)
_GETLEVEL1REQ
=
_descriptor
.
Descriptor
(
name
=
'GetLevel1Req'
,
full_name
=
'msc.level1.GetLevel1Req'
,
full_name
=
'
dfs.
msc.level1.GetLevel1Req'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'id'
,
full_name
=
'msc.level1.GetLevel1Req.id'
,
index
=
0
,
name
=
'id'
,
full_name
=
'
dfs.
msc.level1.GetLevel1Req.id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -366,20 +366,20 @@ _GETLEVEL1REQ = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
8
05
,
serialized_end
=
8
31
,
serialized_start
=
8
18
,
serialized_end
=
8
44
,
)
_GETLEVEL1RESP
=
_descriptor
.
Descriptor
(
name
=
'GetLevel1Resp'
,
full_name
=
'msc.level1.GetLevel1Resp'
,
full_name
=
'
dfs.
msc.level1.GetLevel1Resp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'record'
,
full_name
=
'msc.level1.GetLevel1Resp.record'
,
index
=
0
,
name
=
'record'
,
full_name
=
'
dfs.
msc.level1.GetLevel1Resp.record'
,
index
=
0
,
number
=
1
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -397,20 +397,20 @@ _GETLEVEL1RESP = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
8
33
,
serialized_end
=
8
90
,
serialized_start
=
8
46
,
serialized_end
=
90
7
,
)
_WRITELEVEL1REQ
=
_descriptor
.
Descriptor
(
name
=
'WriteLevel1Req'
,
full_name
=
'msc.level1.WriteLevel1Req'
,
full_name
=
'
dfs.
msc.level1.WriteLevel1Req'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'record'
,
full_name
=
'msc.level1.WriteLevel1Req.record'
,
index
=
0
,
name
=
'record'
,
full_name
=
'
dfs.
msc.level1.WriteLevel1Req.record'
,
index
=
0
,
number
=
1
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -428,34 +428,34 @@ _WRITELEVEL1REQ = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
892
,
serialized_end
=
9
50
,
serialized_start
=
909
,
serialized_end
=
9
71
,
)
_WRITELEVEL1RESP
=
_descriptor
.
Descriptor
(
name
=
'WriteLevel1Resp'
,
full_name
=
'msc.level1.WriteLevel1Resp'
,
full_name
=
'
dfs.
msc.level1.WriteLevel1Resp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'success'
,
full_name
=
'msc.level1.WriteLevel1Resp.success'
,
index
=
0
,
name
=
'success'
,
full_name
=
'
dfs.
msc.level1.WriteLevel1Resp.success'
,
index
=
0
,
number
=
1
,
type
=
8
,
cpp_type
=
7
,
label
=
1
,
has_default_value
=
False
,
default_value
=
False
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'error'
,
full_name
=
'msc.level1.WriteLevel1Resp.error'
,
index
=
1
,
name
=
'error'
,
full_name
=
'
dfs.
msc.level1.WriteLevel1Resp.error'
,
index
=
1
,
number
=
2
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'record'
,
full_name
=
'msc.level1.WriteLevel1Resp.record'
,
index
=
2
,
name
=
'record'
,
full_name
=
'
dfs.
msc.level1.WriteLevel1Resp.record'
,
index
=
2
,
number
=
3
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -473,27 +473,27 @@ _WRITELEVEL1RESP = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
9
52
,
serialized_end
=
10
5
8
,
serialized_start
=
9
73
,
serialized_end
=
108
3
,
)
_UPDATEQC1STATUSREQ
=
_descriptor
.
Descriptor
(
name
=
'UpdateQc1StatusReq'
,
full_name
=
'msc.level1.UpdateQc1StatusReq'
,
full_name
=
'
dfs.
msc.level1.UpdateQc1StatusReq'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'id'
,
full_name
=
'msc.level1.UpdateQc1StatusReq.id'
,
index
=
0
,
name
=
'id'
,
full_name
=
'
dfs.
msc.level1.UpdateQc1StatusReq.id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'status'
,
full_name
=
'msc.level1.UpdateQc1StatusReq.status'
,
index
=
1
,
name
=
'status'
,
full_name
=
'
dfs.
msc.level1.UpdateQc1StatusReq.status'
,
index
=
1
,
number
=
2
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -511,27 +511,27 @@ _UPDATEQC1STATUSREQ = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
10
60
,
serialized_end
=
11
08
,
serialized_start
=
10
85
,
serialized_end
=
11
33
,
)
_UPDATEQC1STATUSRESP
=
_descriptor
.
Descriptor
(
name
=
'UpdateQc1StatusResp'
,
full_name
=
'msc.level1.UpdateQc1StatusResp'
,
full_name
=
'
dfs.
msc.level1.UpdateQc1StatusResp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'success'
,
full_name
=
'msc.level1.UpdateQc1StatusResp.success'
,
index
=
0
,
name
=
'success'
,
full_name
=
'
dfs.
msc.level1.UpdateQc1StatusResp.success'
,
index
=
0
,
number
=
1
,
type
=
8
,
cpp_type
=
7
,
label
=
1
,
has_default_value
=
False
,
default_value
=
False
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'error'
,
full_name
=
'msc.level1.UpdateQc1StatusResp.error'
,
index
=
1
,
name
=
'error'
,
full_name
=
'
dfs.
msc.level1.UpdateQc1StatusResp.error'
,
index
=
1
,
number
=
2
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -549,27 +549,27 @@ _UPDATEQC1STATUSRESP = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
11
10
,
serialized_end
=
1
178
,
serialized_start
=
11
35
,
serialized_end
=
1
203
,
)
_UPDATEPROCSTATUSREQ
=
_descriptor
.
Descriptor
(
name
=
'UpdateProcStatusReq'
,
full_name
=
'msc.level1.UpdateProcStatusReq'
,
full_name
=
'
dfs.
msc.level1.UpdateProcStatusReq'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'id'
,
full_name
=
'msc.level1.UpdateProcStatusReq.id'
,
index
=
0
,
name
=
'id'
,
full_name
=
'
dfs.
msc.level1.UpdateProcStatusReq.id'
,
index
=
0
,
number
=
1
,
type
=
3
,
cpp_type
=
2
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'status'
,
full_name
=
'msc.level1.UpdateProcStatusReq.status'
,
index
=
1
,
name
=
'status'
,
full_name
=
'
dfs.
msc.level1.UpdateProcStatusReq.status'
,
index
=
1
,
number
=
2
,
type
=
13
,
cpp_type
=
3
,
label
=
1
,
has_default_value
=
False
,
default_value
=
0
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -587,27 +587,27 @@ _UPDATEPROCSTATUSREQ = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
1
180
,
serialized_end
=
12
29
,
serialized_start
=
1
205
,
serialized_end
=
12
54
,
)
_UPDATEPROCSTATUSRESP
=
_descriptor
.
Descriptor
(
name
=
'UpdateProcStatusResp'
,
full_name
=
'msc.level1.UpdateProcStatusResp'
,
full_name
=
'
dfs.
msc.level1.UpdateProcStatusResp'
,
filename
=
None
,
file
=
DESCRIPTOR
,
containing_type
=
None
,
fields
=
[
_descriptor
.
FieldDescriptor
(
name
=
'success'
,
full_name
=
'msc.level1.UpdateProcStatusResp.success'
,
index
=
0
,
name
=
'success'
,
full_name
=
'
dfs.
msc.level1.UpdateProcStatusResp.success'
,
index
=
0
,
number
=
1
,
type
=
8
,
cpp_type
=
7
,
label
=
1
,
has_default_value
=
False
,
default_value
=
False
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
is_extension
=
False
,
extension_scope
=
None
,
serialized_options
=
None
,
file
=
DESCRIPTOR
),
_descriptor
.
FieldDescriptor
(
name
=
'error'
,
full_name
=
'msc.level1.UpdateProcStatusResp.error'
,
index
=
1
,
name
=
'error'
,
full_name
=
'
dfs.
msc.level1.UpdateProcStatusResp.error'
,
index
=
1
,
number
=
2
,
type
=
11
,
cpp_type
=
10
,
label
=
1
,
has_default_value
=
False
,
default_value
=
None
,
message_type
=
None
,
enum_type
=
None
,
containing_type
=
None
,
...
...
@@ -625,8 +625,8 @@ _UPDATEPROCSTATUSRESP = _descriptor.Descriptor(
extension_ranges
=
[],
oneofs
=
[
],
serialized_start
=
12
31
,
serialized_end
=
13
00
,
serialized_start
=
12
56
,
serialized_end
=
13
25
,
)
_FINDLEVEL1REQ_OTHERCONDITIONSENTRY
.
containing_type
=
_FINDLEVEL1REQ
...
...
@@ -655,7 +655,7 @@ _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Level1Record
=
_reflection
.
GeneratedProtocolMessageType
(
'Level1Record'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_LEVEL1RECORD
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.Level1Record)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.Level1Record)
})
_sym_db
.
RegisterMessage
(
Level1Record
)
...
...
@@ -664,12 +664,12 @@ FindLevel1Req = _reflection.GeneratedProtocolMessageType('FindLevel1Req', (_mess
'OtherConditionsEntry'
:
_reflection
.
GeneratedProtocolMessageType
(
'OtherConditionsEntry'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_FINDLEVEL1REQ_OTHERCONDITIONSENTRY
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.FindLevel1Req.OtherConditionsEntry)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.FindLevel1Req.OtherConditionsEntry)
})
,
'DESCRIPTOR'
:
_FINDLEVEL1REQ
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.FindLevel1Req)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.FindLevel1Req)
})
_sym_db
.
RegisterMessage
(
FindLevel1Req
)
_sym_db
.
RegisterMessage
(
FindLevel1Req
.
OtherConditionsEntry
)
...
...
@@ -677,63 +677,63 @@ _sym_db.RegisterMessage(FindLevel1Req.OtherConditionsEntry)
FindLevel1Resp
=
_reflection
.
GeneratedProtocolMessageType
(
'FindLevel1Resp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_FINDLEVEL1RESP
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.FindLevel1Resp)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.FindLevel1Resp)
})
_sym_db
.
RegisterMessage
(
FindLevel1Resp
)
GetLevel1Req
=
_reflection
.
GeneratedProtocolMessageType
(
'GetLevel1Req'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_GETLEVEL1REQ
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.GetLevel1Req)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.GetLevel1Req)
})
_sym_db
.
RegisterMessage
(
GetLevel1Req
)
GetLevel1Resp
=
_reflection
.
GeneratedProtocolMessageType
(
'GetLevel1Resp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_GETLEVEL1RESP
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.GetLevel1Resp)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.GetLevel1Resp)
})
_sym_db
.
RegisterMessage
(
GetLevel1Resp
)
WriteLevel1Req
=
_reflection
.
GeneratedProtocolMessageType
(
'WriteLevel1Req'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_WRITELEVEL1REQ
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.WriteLevel1Req)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.WriteLevel1Req)
})
_sym_db
.
RegisterMessage
(
WriteLevel1Req
)
WriteLevel1Resp
=
_reflection
.
GeneratedProtocolMessageType
(
'WriteLevel1Resp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_WRITELEVEL1RESP
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.WriteLevel1Resp)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.WriteLevel1Resp)
})
_sym_db
.
RegisterMessage
(
WriteLevel1Resp
)
UpdateQc1StatusReq
=
_reflection
.
GeneratedProtocolMessageType
(
'UpdateQc1StatusReq'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_UPDATEQC1STATUSREQ
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.UpdateQc1StatusReq)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.UpdateQc1StatusReq)
})
_sym_db
.
RegisterMessage
(
UpdateQc1StatusReq
)
UpdateQc1StatusResp
=
_reflection
.
GeneratedProtocolMessageType
(
'UpdateQc1StatusResp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_UPDATEQC1STATUSRESP
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.UpdateQc1StatusResp)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.UpdateQc1StatusResp)
})
_sym_db
.
RegisterMessage
(
UpdateQc1StatusResp
)
UpdateProcStatusReq
=
_reflection
.
GeneratedProtocolMessageType
(
'UpdateProcStatusReq'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_UPDATEPROCSTATUSREQ
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.UpdateProcStatusReq)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.UpdateProcStatusReq)
})
_sym_db
.
RegisterMessage
(
UpdateProcStatusReq
)
UpdateProcStatusResp
=
_reflection
.
GeneratedProtocolMessageType
(
'UpdateProcStatusResp'
,
(
_message
.
Message
,),
{
'DESCRIPTOR'
:
_UPDATEPROCSTATUSRESP
,
'__module__'
:
'msc.level1.level1_pb2'
# @@protoc_insertion_point(class_scope:msc.level1.UpdateProcStatusResp)
# @@protoc_insertion_point(class_scope:
dfs.
msc.level1.UpdateProcStatusResp)
})
_sym_db
.
RegisterMessage
(
UpdateProcStatusResp
)
...
...
@@ -743,16 +743,16 @@ _FINDLEVEL1REQ_OTHERCONDITIONSENTRY._options = None
_LEVEL1SRV
=
_descriptor
.
ServiceDescriptor
(
name
=
'Level1Srv'
,
full_name
=
'msc.level1.Level1Srv'
,
full_name
=
'
dfs.
msc.level1.Level1Srv'
,
file
=
DESCRIPTOR
,
index
=
0
,
serialized_options
=
None
,
serialized_start
=
13
03
,
serialized_end
=
1
684
,
serialized_start
=
13
28
,
serialized_end
=
1
749
,
methods
=
[
_descriptor
.
MethodDescriptor
(
name
=
'Find'
,
full_name
=
'msc.level1.Level1Srv.Find'
,
full_name
=
'
dfs.
msc.level1.Level1Srv.Find'
,
index
=
0
,
containing_service
=
None
,
input_type
=
_FINDLEVEL1REQ
,
...
...
@@ -761,7 +761,7 @@ _LEVEL1SRV = _descriptor.ServiceDescriptor(
),
_descriptor
.
MethodDescriptor
(
name
=
'Get'
,
full_name
=
'msc.level1.Level1Srv.Get'
,
full_name
=
'
dfs.
msc.level1.Level1Srv.Get'
,
index
=
1
,
containing_service
=
None
,
input_type
=
_GETLEVEL1REQ
,
...
...
@@ -770,7 +770,7 @@ _LEVEL1SRV = _descriptor.ServiceDescriptor(
),
_descriptor
.
MethodDescriptor
(
name
=
'Write'
,
full_name
=
'msc.level1.Level1Srv.Write'
,
full_name
=
'
dfs.
msc.level1.Level1Srv.Write'
,
index
=
2
,
containing_service
=
None
,
input_type
=
_WRITELEVEL1REQ
,
...
...
@@ -779,7 +779,7 @@ _LEVEL1SRV = _descriptor.ServiceDescriptor(
),
_descriptor
.
MethodDescriptor
(
name
=
'UpdateQc1Status'
,
full_name
=
'msc.level1.Level1Srv.UpdateQc1Status'
,
full_name
=
'
dfs.
msc.level1.Level1Srv.UpdateQc1Status'
,
index
=
3
,
containing_service
=
None
,
input_type
=
_UPDATEQC1STATUSREQ
,
...
...
@@ -788,7 +788,7 @@ _LEVEL1SRV = _descriptor.ServiceDescriptor(
),
_descriptor
.
MethodDescriptor
(
name
=
'UpdateProcStatus'
,
full_name
=
'msc.level1.Level1Srv.UpdateProcStatus'
,
full_name
=
'
dfs.
msc.level1.Level1Srv.UpdateProcStatus'
,
index
=
4
,
containing_service
=
None
,
input_type
=
_UPDATEPROCSTATUSREQ
,
...
...
csst_dfs_proto/msc/level1/level1_pb2_grpc.py
View file @
98005660
...
...
@@ -15,27 +15,27 @@ class Level1SrvStub(object):
channel: A grpc.Channel.
"""
self
.
Find
=
channel
.
unary_unary
(
'/msc.level1.Level1Srv/Find'
,
'/
dfs.
msc.level1.Level1Srv/Find'
,
request_serializer
=
msc_dot_level1_dot_level1__pb2
.
FindLevel1Req
.
SerializeToString
,
response_deserializer
=
msc_dot_level1_dot_level1__pb2
.
FindLevel1Resp
.
FromString
,
)
self
.
Get
=
channel
.
unary_unary
(
'/msc.level1.Level1Srv/Get'
,
'/
dfs.
msc.level1.Level1Srv/Get'
,
request_serializer
=
msc_dot_level1_dot_level1__pb2
.
GetLevel1Req
.
SerializeToString
,
response_deserializer
=
msc_dot_level1_dot_level1__pb2
.
GetLevel1Resp
.
FromString
,
)
self
.
Write
=
channel
.
unary_unary
(
'/msc.level1.Level1Srv/Write'
,
'/
dfs.
msc.level1.Level1Srv/Write'
,
request_serializer
=
msc_dot_level1_dot_level1__pb2
.
WriteLevel1Req
.
SerializeToString
,
response_deserializer
=
msc_dot_level1_dot_level1__pb2
.
WriteLevel1Resp
.
FromString
,
)
self
.
UpdateQc1Status
=
channel
.
unary_unary
(
'/msc.level1.Level1Srv/UpdateQc1Status'
,
'/
dfs.
msc.level1.Level1Srv/UpdateQc1Status'
,
request_serializer
=
msc_dot_level1_dot_level1__pb2
.
UpdateQc1StatusReq
.
SerializeToString
,
response_deserializer
=
msc_dot_level1_dot_level1__pb2
.
UpdateQc1StatusResp
.
FromString
,
)
self
.
UpdateProcStatus
=
channel
.
unary_unary
(
'/msc.level1.Level1Srv/UpdateProcStatus'
,
'/
dfs.
msc.level1.Level1Srv/UpdateProcStatus'
,
request_serializer
=
msc_dot_level1_dot_level1__pb2
.
UpdateProcStatusReq
.
SerializeToString
,
response_deserializer
=
msc_dot_level1_dot_level1__pb2
.
UpdateProcStatusResp
.
FromString
,
)
...
...
@@ -110,5 +110,5 @@ def add_Level1SrvServicer_to_server(servicer, server):
),
}
generic_handler
=
grpc
.
method_handlers_generic_handler
(
'msc.level1.Level1Srv'
,
rpc_method_handlers
)
'
dfs.
msc.level1.Level1Srv'
,
rpc_method_handlers
)
server
.
add_generic_rpc_handlers
((
generic_handler
,))
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment