forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSource_pb2.py
More file actions
147 lines (130 loc) · 4.86 KB
/
Copy pathSource_pb2.py
File metadata and controls
147 lines (130 loc) · 4.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: feast/core/Source.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()
DESCRIPTOR = _descriptor.FileDescriptor(
name='feast/core/Source.proto',
package='feast.core',
syntax='proto3',
serialized_options=_b('\n\nfeast.coreB\013SourceProtoZ5github.com/gojek/feast/protos/generated/go/feast/core'),
serialized_pb=_b('\n\x17\x66\x65\x61st/core/Source.proto\x12\nfeast.core\"\xb0\x01\n\x06Source\x12+\n\x04type\x18\x01 \x01(\x0e\x32\x1d.feast.core.Source.SourceType\x12\x30\n\x07options\x18\x02 \x03(\x0b\x32\x1f.feast.core.Source.OptionsEntry\x1a.\n\x0cOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x17\n\nSourceType\x12\t\n\x05KAFKA\x10\x00\x42P\n\nfeast.coreB\x0bSourceProtoZ5github.com/gojek/feast/protos/generated/go/feast/coreb\x06proto3')
)
_SOURCE_SOURCETYPE = _descriptor.EnumDescriptor(
name='SourceType',
full_name='feast.core.Source.SourceType',
filename=None,
file=DESCRIPTOR,
values=[
_descriptor.EnumValueDescriptor(
name='KAFKA', index=0, number=0,
serialized_options=None,
type=None),
],
containing_type=None,
serialized_options=None,
serialized_start=193,
serialized_end=216,
)
_sym_db.RegisterEnumDescriptor(_SOURCE_SOURCETYPE)
_SOURCE_OPTIONSENTRY = _descriptor.Descriptor(
name='OptionsEntry',
full_name='feast.core.Source.OptionsEntry',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='key', full_name='feast.core.Source.OptionsEntry.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='feast.core.Source.OptionsEntry.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=145,
serialized_end=191,
)
_SOURCE = _descriptor.Descriptor(
name='Source',
full_name='feast.core.Source',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='type', full_name='feast.core.Source.type', index=0,
number=1, type=14, cpp_type=8, 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='options', full_name='feast.core.Source.options', index=1,
number=2, 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=[_SOURCE_OPTIONSENTRY, ],
enum_types=[
_SOURCE_SOURCETYPE,
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=40,
serialized_end=216,
)
_SOURCE_OPTIONSENTRY.containing_type = _SOURCE
_SOURCE.fields_by_name['type'].enum_type = _SOURCE_SOURCETYPE
_SOURCE.fields_by_name['options'].message_type = _SOURCE_OPTIONSENTRY
_SOURCE_SOURCETYPE.containing_type = _SOURCE
DESCRIPTOR.message_types_by_name['Source'] = _SOURCE
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
Source = _reflection.GeneratedProtocolMessageType('Source', (_message.Message,), {
'OptionsEntry' : _reflection.GeneratedProtocolMessageType('OptionsEntry', (_message.Message,), {
'DESCRIPTOR' : _SOURCE_OPTIONSENTRY,
'__module__' : 'feast.core.Source_pb2'
# @@protoc_insertion_point(class_scope:feast.core.Source.OptionsEntry)
})
,
'DESCRIPTOR' : _SOURCE,
'__module__' : 'feast.core.Source_pb2'
# @@protoc_insertion_point(class_scope:feast.core.Source)
})
_sym_db.RegisterMessage(Source)
_sym_db.RegisterMessage(Source.OptionsEntry)
DESCRIPTOR._options = None
_SOURCE_OPTIONSENTRY._options = None
# @@protoc_insertion_point(module_scope)