forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGranularity_pb2.py
More file actions
99 lines (84 loc) · 2.9 KB
/
Copy pathGranularity_pb2.py
File metadata and controls
99 lines (84 loc) · 2.9 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
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: feast/types/Granularity.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/types/Granularity.proto',
package='feast.types',
syntax='proto3',
serialized_options=_b('\n\013feast.typesB\020GranularityProtoZ6github.com/gojek/feast/protos/generated/go/feast/types'),
serialized_pb=_b('\n\x1d\x66\x65\x61st/types/Granularity.proto\x12\x0b\x66\x65\x61st.types\"J\n\x0bGranularity\";\n\x04\x45num\x12\x08\n\x04NONE\x10\x00\x12\x07\n\x03\x44\x41Y\x10\x01\x12\x08\n\x04HOUR\x10\x02\x12\n\n\x06MINUTE\x10\x03\x12\n\n\x06SECOND\x10\x04\x42W\n\x0b\x66\x65\x61st.typesB\x10GranularityProtoZ6github.com/gojek/feast/protos/generated/go/feast/typesb\x06proto3')
)
_GRANULARITY_ENUM = _descriptor.EnumDescriptor(
name='Enum',
full_name='feast.types.Granularity.Enum',
filename=None,
file=DESCRIPTOR,
values=[
_descriptor.EnumValueDescriptor(
name='NONE', index=0, number=0,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='DAY', index=1, number=1,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='HOUR', index=2, number=2,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='MINUTE', index=3, number=3,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='SECOND', index=4, number=4,
serialized_options=None,
type=None),
],
containing_type=None,
serialized_options=None,
serialized_start=61,
serialized_end=120,
)
_sym_db.RegisterEnumDescriptor(_GRANULARITY_ENUM)
_GRANULARITY = _descriptor.Descriptor(
name='Granularity',
full_name='feast.types.Granularity',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
_GRANULARITY_ENUM,
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=46,
serialized_end=120,
)
_GRANULARITY_ENUM.containing_type = _GRANULARITY
DESCRIPTOR.message_types_by_name['Granularity'] = _GRANULARITY
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
Granularity = _reflection.GeneratedProtocolMessageType('Granularity', (_message.Message,), dict(
DESCRIPTOR = _GRANULARITY,
__module__ = 'feast.types.Granularity_pb2'
# @@protoc_insertion_point(class_scope:feast.types.Granularity)
))
_sym_db.RegisterMessage(Granularity)
DESCRIPTOR._options = None
# @@protoc_insertion_point(module_scope)