1234567891011121314151617181920212223242526272829303132333435 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: column-expand-param.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\x19\x63olumn-expand-param.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"#\n\x11\x43olumnExpandParam\x12\x0e\n\x06header\x18\x01 \x03(\tB\x13\x42\x11\x43olumnExpandProtob\x06proto3')
- _COLUMNEXPANDPARAM = DESCRIPTOR.message_types_by_name['ColumnExpandParam']
- ColumnExpandParam = _reflection.GeneratedProtocolMessageType('ColumnExpandParam', (_message.Message,), {
- 'DESCRIPTOR' : _COLUMNEXPANDPARAM,
- '__module__' : 'column_expand_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ColumnExpandParam)
- })
- _sym_db.RegisterMessage(ColumnExpandParam)
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- DESCRIPTOR._serialized_options = b'B\021ColumnExpandProto'
- _COLUMNEXPANDPARAM._serialized_start=69
- _COLUMNEXPANDPARAM._serialized_end=104
- # @@protoc_insertion_point(module_scope)
|