summaryrefslogtreecommitdiffstats
path: root/gen/java/openxc/Openxc.java
blob: 93a4d05f597e54682d4326e5a9bd66864dc88f8d (plain)
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: openxc.proto

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 descriptor_pb2
# @@protoc_insertion_point(imports)




DESCRIPTOR = _descriptor.FileDescriptor(
  name='openxc.proto',
  package='openxc',
  serialized_pb='\n\x0copenxc.proto\x12\x06openxc\"\xbc\x01\n\x0eVehicleMessage\x12)\n\x04type\x18\x01 \x01(\x0e\x32\x1b.openxc.VehicleMessage.Type\x12\'\n\x0braw_message\x18\x02 \x01(\x0b\x32\x12.openxc.RawMessage\x12\x35\n\x12translated_message\x18\x03 \x01(\x0b\x32\x19.openxc.TranslatedMessage\"\x1f\n\x04Type\x12\x07\n\x03RAW\x10\x01\x12\x0e\n\nTRANSLATED\x10\x02\";\n\nRawMessage\x12\x0b\n\x03\x62us\x18\x01 \x01(\x05\x12\x12\n\nmessage_id\x18\x02 \x01(\r\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x12\"\xad\x01\n\x11TranslatedMessage\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cstring_value\x18\x02 \x01(\t\x12\x17\n\x0fnumerical_value\x18\x03 \x01(\x01\x12\x15\n\rboolean_value\x18\x04 \x01(\x08\x12\x14\n\x0cstring_event\x18\x05 \x01(\t\x12\x17\n\x0fnumerical_event\x18\x06 \x01(\x01\x12\x15\n\rboolean_event\x18\x07 \x01(\x08')



_VEHICLEMESSAGE_TYPE = _descriptor.EnumDescriptor(
  name='Type',
  full_name='openxc.VehicleMessage.Type',
  filename=None,
  file=DESCRIPTOR,
  values=[
    _descriptor.EnumValueDescriptor(
      name='RAW', index=0, number=1,
      options=None,
      type=None),
    _descriptor.EnumValueDescriptor(
      name='TRANSLATED', index=1, number=2,
      options=None,
      type=None),
  ],
  containing_type=None,
  options=None,
  serialized_start=182,
  serialized_end=213,
)


_VEHICLEMESSAGE = _descriptor.Descriptor(
  name='VehicleMessage',
  full_name='openxc.VehicleMessage',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='type', full_name='openxc.VehicleMessage.type', index=0,
      number=1, type=14, cpp_type=8, label=1,
      has_default_value=False, default_value=1,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    _descriptor.FieldDescriptor(
      name='raw_message', full_name='openxc.VehicleMessage.raw_message', 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,
      options=None),
    _descriptor.FieldDescriptor(
      name='translated_message', full_name='openxc.VehicleMessage.translated_message', 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,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
    _VEHICLEMESSAGE_TYPE,
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=25,
  serialized_end=213,
)


_RAWMESSAGE = _descriptor.Descriptor(
  name='RawMessage',
  full_name='openxc.RawMessage',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='bus', full_name='openxc.RawMessage.bus', index=0,
      number=1, 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,
      options=None),
    _descriptor.FieldDescriptor(
      name='message_id', full_name='openxc.RawMessage.message_id', 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,
      is_extension=False, extension_scope=None,
      options=None),
    _descriptor.FieldDescriptor(
      name='data', full_name='openxc.RawMessage.data', index=2,
      number=3, type=18, 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,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=215,
  serialized_end=274,
)


_TRANSLATEDMESSAGE = _descriptor.Descriptor(
  name='TranslatedMessage',
  full_name='openxc.TranslatedMessage',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='name', full_name='openxc.TranslatedMessage.name', index=0,
      number=1, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=unicode("", "utf-8"),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    _descriptor.FieldDescriptor(
      name='string_value', full_name='openxc.TranslatedMessage.string_value', index=1,
      number=2, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=unicode("", "utf-8"),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    _descriptor.FieldDescriptor(
      name='numerical_value', full_name='openxc.TranslatedMessage.numerical_value', index=2,
      number=3, type=1, cpp_type=5, label=1,
      has_default_value=False, default_value=0,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    _descriptor.FieldDescriptor(
      name='boolean_value', full_name='openxc.TranslatedMessage.boolean_value', index=3,
      number=4, 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,
      options=None),
    _descriptor.FieldDescriptor(
      name='string_event', full_name='openxc.TranslatedMessage.string_event', index=4,
      number=5, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=unicode("", "utf-8"),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    _descriptor.FieldDescriptor(
      name='numerical_event', full_name='openxc.TranslatedMessage.numerical_event', index=5,
      number=6, type=1, cpp_type=5, label=1,
      has_default_value=False, default_value=0,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    _descriptor.FieldDescriptor(
      name='boolean_event', full_name='openxc.TranslatedMessage.boolean_event', index=6,
      number=7, 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,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=277,
  serialized_end=450,
)

_VEHICLEMESSAGE.fields_by_name['type'].enum_type = _VEHICLEMESSAGE_TYPE
_VEHICLEMESSAGE.fields_by_name['raw_message'].message_type = _RAWMESSAGE
_VEHICLEMESSAGE.fields_by_name['translated_message'].message_type = _TRANSLATEDMESSAGE
_VEHICLEMESSAGE_TYPE.containing_type = _VEHICLEMESSAGE;
DESCRIPTOR.message_types_by_name['VehicleMessage'] = _VEHICLEMESSAGE
DESCRIPTOR.message_types_by_name['RawMessage'] = _RAWMESSAGE
DESCRIPTOR.message_types_by_name['TranslatedMessage'] = _TRANSLATEDMESSAGE

class VehicleMessage(_message.Message):
  __metaclass__ = _reflection.GeneratedProtocolMessageType
  DESCRIPTOR = _VEHICLEMESSAGE

  # @@protoc_insertion_point(class_scope:openxc.VehicleMessage)

class RawMessage(_message.Message):
  __metaclass__ = _reflection.GeneratedProtocolMessageType
  DESCRIPTOR = _RAWMESSAGE

  # @@protoc_insertion_point(class_scope:openxc.RawMessage)

class TranslatedMessage(_message.Message):
  __metaclass__ = _reflection.GeneratedProtocolMessageType
  DESCRIPTOR = _TRANSLATEDMESSAGE

  # @@protoc_insertion_point(class_scope:openxc.TranslatedMessage)


# @@protoc_insertion_point(module_scope)
1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: openxc.proto

package openxc;

public final class Openxc {
  private Openxc() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
  }
  public interface VehicleMessageOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional .openxc.VehicleMessage.Type type = 1;
    /**
     * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
     */
    boolean hasType();
    /**
     * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
     */
    openxc.Openxc.VehicleMessage.Type getType();

    // optional .openxc.RawMessage raw_message = 2;
    /**
     * <code>optional .openxc.RawMessage raw_message = 2;</code>
     */
    boolean hasRawMessage();
    /**
     * <code>optional .openxc.RawMessage raw_message = 2;</code>
     */
    openxc.Openxc.RawMessage getRawMessage();
    /**
     * <code>optional .openxc.RawMessage raw_message = 2;</code>
     */
    openxc.Openxc.RawMessageOrBuilder getRawMessageOrBuilder();

    // optional .openxc.TranslatedMessage translated_message = 3;
    /**
     * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
     */
    boolean hasTranslatedMessage();
    /**
     * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
     */
    openxc.Openxc.TranslatedMessage getTranslatedMessage();
    /**
     * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
     */
    openxc.Openxc.TranslatedMessageOrBuilder getTranslatedMessageOrBuilder();
  }
  /**
   * Protobuf type {@code openxc.VehicleMessage}
   */
  public static final class VehicleMessage extends
      com.google.protobuf.GeneratedMessage
      implements VehicleMessageOrBuilder {
    // Use VehicleMessage.newBuilder() to construct.
    private VehicleMessage(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private VehicleMessage(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final VehicleMessage defaultInstance;
    public static VehicleMessage getDefaultInstance() {
      return defaultInstance;
    }

    public VehicleMessage getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private VehicleMessage(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 8: {
              int rawValue = input.readEnum();
              openxc.Openxc.VehicleMessage.Type value = openxc.Openxc.VehicleMessage.Type.valueOf(rawValue);
              if (value == null) {
                unknownFields.mergeVarintField(1, rawValue);
              } else {
                bitField0_ |= 0x00000001;
                type_ = value;
              }
              break;
            }
            case 18: {
              openxc.Openxc.RawMessage.Builder subBuilder = null;
              if (((bitField0_ & 0x00000002) == 0x00000002)) {
                subBuilder = rawMessage_.toBuilder();
              }
              rawMessage_ = input.readMessage(openxc.Openxc.RawMessage.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(rawMessage_);
                rawMessage_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000002;
              break;
            }
            case 26: {
              openxc.Openxc.TranslatedMessage.Builder subBuilder = null;
              if (((bitField0_ & 0x00000004) == 0x00000004)) {
                subBuilder = translatedMessage_.toBuilder();
              }
              translatedMessage_ = input.readMessage(openxc.Openxc.TranslatedMessage.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(translatedMessage_);
                translatedMessage_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000004;
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return openxc.Openxc.internal_static_openxc_VehicleMessage_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return openxc.Openxc.internal_static_openxc_VehicleMessage_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              openxc.Openxc.VehicleMessage.class, openxc.Openxc.VehicleMessage.Builder.class);
    }

    public static com.google.protobuf.Parser<VehicleMessage> PARSER =
        new com.google.protobuf.AbstractParser<VehicleMessage>() {
      public VehicleMessage parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new VehicleMessage(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser<VehicleMessage> getParserForType() {
      return PARSER;
    }

    /**
     * Protobuf enum {@code openxc.VehicleMessage.Type}
     */
    public enum Type
        implements com.google.protobuf.ProtocolMessageEnum {
      /**
       * <code>RAW = 1;</code>
       */
      RAW(0, 1),
      /**
       * <code>TRANSLATED = 2;</code>
       */
      TRANSLATED(1, 2),
      ;

      /**
       * <code>RAW = 1;</code>
       */
      public static final int RAW_VALUE = 1;
      /**
       * <code>TRANSLATED = 2;</code>
       */
      public static final int TRANSLATED_VALUE = 2;


      public final int getNumber() { return value; }

      public static Type valueOf(int value) {
        switch (value) {
          case 1: return RAW;
          case 2: return TRANSLATED;
          default: return null;
        }
      }

      public static com.google.protobuf.Internal.EnumLiteMap<Type>
          internalGetValueMap() {
        return internalValueMap;
      }
      private static com.google.protobuf.Internal.EnumLiteMap<Type>
          internalValueMap =
            new com.google.protobuf.Internal.EnumLiteMap<Type>() {
              public Type findValueByNumber(int number) {
                return Type.valueOf(number);
              }
            };

      public final com.google.protobuf.Descriptors.EnumValueDescriptor
          getValueDescriptor() {
        return getDescriptor().getValues().get(index);
      }
      public final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptorForType() {
        return getDescriptor();
      }
      public static final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptor() {
        return openxc.Openxc.VehicleMessage.getDescriptor().getEnumTypes().get(0);
      }

      private static final Type[] VALUES = values();

      public static Type valueOf(
          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
        if (desc.getType() != getDescriptor()) {
          throw new java.lang.IllegalArgumentException(
            "EnumValueDescriptor is not for this type.");
        }
        return VALUES[desc.getIndex()];
      }

      private final int index;
      private final int value;

      private Type(int index, int value) {
        this.index = index;
        this.value = value;
      }

      // @@protoc_insertion_point(enum_scope:openxc.VehicleMessage.Type)
    }

    private int bitField0_;
    // optional .openxc.VehicleMessage.Type type = 1;
    public static final int TYPE_FIELD_NUMBER = 1;
    private openxc.Openxc.VehicleMessage.Type type_;
    /**
     * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
     */
    public boolean hasType() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
     */
    public openxc.Openxc.VehicleMessage.Type getType() {
      return type_;
    }

    // optional .openxc.RawMessage raw_message = 2;
    public static final int RAW_MESSAGE_FIELD_NUMBER = 2;
    private openxc.Openxc.RawMessage rawMessage_;
    /**
     * <code>optional .openxc.RawMessage raw_message = 2;</code>
     */
    public boolean hasRawMessage() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * <code>optional .openxc.RawMessage raw_message = 2;</code>
     */
    public openxc.Openxc.RawMessage getRawMessage() {
      return rawMessage_;
    }
    /**
     * <code>optional .openxc.RawMessage raw_message = 2;</code>
     */
    public openxc.Openxc.RawMessageOrBuilder getRawMessageOrBuilder() {
      return rawMessage_;
    }

    // optional .openxc.TranslatedMessage translated_message = 3;
    public static final int TRANSLATED_MESSAGE_FIELD_NUMBER = 3;
    private openxc.Openxc.TranslatedMessage translatedMessage_;
    /**
     * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
     */
    public boolean hasTranslatedMessage() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
     */
    public openxc.Openxc.TranslatedMessage getTranslatedMessage() {
      return translatedMessage_;
    }
    /**
     * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
     */
    public openxc.Openxc.TranslatedMessageOrBuilder getTranslatedMessageOrBuilder() {
      return translatedMessage_;
    }

    private void initFields() {
      type_ = openxc.Openxc.VehicleMessage.Type.RAW;
      rawMessage_ = openxc.Openxc.RawMessage.getDefaultInstance();
      translatedMessage_ = openxc.Openxc.TranslatedMessage.getDefaultInstance();
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeEnum(1, type_.getNumber());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeMessage(2, rawMessage_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeMessage(3, translatedMessage_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(1, type_.getNumber());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(2, rawMessage_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, translatedMessage_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static openxc.Openxc.VehicleMessage parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static openxc.Openxc.VehicleMessage parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static openxc.Openxc.VehicleMessage parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static openxc.Openxc.VehicleMessage parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static openxc.Openxc.VehicleMessage parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static openxc.Openxc.VehicleMessage parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static openxc.Openxc.VehicleMessage parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static openxc.Openxc.VehicleMessage parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static openxc.Openxc.VehicleMessage parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static openxc.Openxc.VehicleMessage parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(openxc.Openxc.VehicleMessage prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code openxc.VehicleMessage}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder<Builder>
       implements openxc.Openxc.VehicleMessageOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return openxc.Openxc.internal_static_openxc_VehicleMessage_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return openxc.Openxc.internal_static_openxc_VehicleMessage_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                openxc.Openxc.VehicleMessage.class, openxc.Openxc.VehicleMessage.Builder.class);
      }

      // Construct using openxc.Openxc.VehicleMessage.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getRawMessageFieldBuilder();
          getTranslatedMessageFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        type_ = openxc.Openxc.VehicleMessage.Type.RAW;
        bitField0_ = (bitField0_ & ~0x00000001);
        if (rawMessageBuilder_ == null) {
          rawMessage_ = openxc.Openxc.RawMessage.getDefaultInstance();
        } else {
          rawMessageBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000002);
        if (translatedMessageBuilder_ == null) {
          translatedMessage_ = openxc.Openxc.TranslatedMessage.getDefaultInstance();
        } else {
          translatedMessageBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return openxc.Openxc.internal_static_openxc_VehicleMessage_descriptor;
      }

      public openxc.Openxc.VehicleMessage getDefaultInstanceForType() {
        return openxc.Openxc.VehicleMessage.getDefaultInstance();
      }

      public openxc.Openxc.VehicleMessage build() {
        openxc.Openxc.VehicleMessage result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public openxc.Openxc.VehicleMessage buildPartial() {
        openxc.Openxc.VehicleMessage result = new openxc.Openxc.VehicleMessage(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.type_ = type_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        if (rawMessageBuilder_ == null) {
          result.rawMessage_ = rawMessage_;
        } else {
          result.rawMessage_ = rawMessageBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        if (translatedMessageBuilder_ == null) {
          result.translatedMessage_ = translatedMessage_;
        } else {
          result.translatedMessage_ = translatedMessageBuilder_.build();
        }
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof openxc.Openxc.VehicleMessage) {
          return mergeFrom((openxc.Openxc.VehicleMessage)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(openxc.Openxc.VehicleMessage other) {
        if (other == openxc.Openxc.VehicleMessage.getDefaultInstance()) return this;
        if (other.hasType()) {
          setType(other.getType());
        }
        if (other.hasRawMessage()) {
          mergeRawMessage(other.getRawMessage());
        }
        if (other.hasTranslatedMessage()) {
          mergeTranslatedMessage(other.getTranslatedMessage());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        openxc.Openxc.VehicleMessage parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (openxc.Openxc.VehicleMessage) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional .openxc.VehicleMessage.Type type = 1;
      private openxc.Openxc.VehicleMessage.Type type_ = openxc.Openxc.VehicleMessage.Type.RAW;
      /**
       * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
       */
      public boolean hasType() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
       */
      public openxc.Openxc.VehicleMessage.Type getType() {
        return type_;
      }
      /**
       * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
       */
      public Builder setType(openxc.Openxc.VehicleMessage.Type value) {
        if (value == null) {
          throw new NullPointerException();
        }
        bitField0_ |= 0x00000001;
        type_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional .openxc.VehicleMessage.Type type = 1;</code>
       */
      public Builder clearType() {
        bitField0_ = (bitField0_ & ~0x00000001);
        type_ = openxc.Openxc.VehicleMessage.Type.RAW;
        onChanged();
        return this;
      }

      // optional .openxc.RawMessage raw_message = 2;
      private openxc.Openxc.RawMessage rawMessage_ = openxc.Openxc.RawMessage.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          openxc.Openxc.RawMessage, openxc.Openxc.RawMessage.Builder, openxc.Openxc.RawMessageOrBuilder> rawMessageBuilder_;
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public boolean hasRawMessage() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public openxc.Openxc.RawMessage getRawMessage() {
        if (rawMessageBuilder_ == null) {
          return rawMessage_;
        } else {
          return rawMessageBuilder_.getMessage();
        }
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public Builder setRawMessage(openxc.Openxc.RawMessage value) {
        if (rawMessageBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          rawMessage_ = value;
          onChanged();
        } else {
          rawMessageBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000002;
        return this;
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public Builder setRawMessage(
          openxc.Openxc.RawMessage.Builder builderForValue) {
        if (rawMessageBuilder_ == null) {
          rawMessage_ = builderForValue.build();
          onChanged();
        } else {
          rawMessageBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000002;
        return this;
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public Builder mergeRawMessage(openxc.Openxc.RawMessage value) {
        if (rawMessageBuilder_ == null) {
          if (((bitField0_ & 0x00000002) == 0x00000002) &&
              rawMessage_ != openxc.Openxc.RawMessage.getDefaultInstance()) {
            rawMessage_ =
              openxc.Openxc.RawMessage.newBuilder(rawMessage_).mergeFrom(value).buildPartial();
          } else {
            rawMessage_ = value;
          }
          onChanged();
        } else {
          rawMessageBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000002;
        return this;
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public Builder clearRawMessage() {
        if (rawMessageBuilder_ == null) {
          rawMessage_ = openxc.Openxc.RawMessage.getDefaultInstance();
          onChanged();
        } else {
          rawMessageBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000002);
        return this;
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public openxc.Openxc.RawMessage.Builder getRawMessageBuilder() {
        bitField0_ |= 0x00000002;
        onChanged();
        return getRawMessageFieldBuilder().getBuilder();
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      public openxc.Openxc.RawMessageOrBuilder getRawMessageOrBuilder() {
        if (rawMessageBuilder_ != null) {
          return rawMessageBuilder_.getMessageOrBuilder();
        } else {
          return rawMessage_;
        }
      }
      /**
       * <code>optional .openxc.RawMessage raw_message = 2;</code>
       */
      private com.google.protobuf.SingleFieldBuilder<
          openxc.Openxc.RawMessage, openxc.Openxc.RawMessage.Builder, openxc.Openxc.RawMessageOrBuilder> 
          getRawMessageFieldBuilder() {
        if (rawMessageBuilder_ == null) {
          rawMessageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              openxc.Openxc.RawMessage, openxc.Openxc.RawMessage.Builder, openxc.Openxc.RawMessageOrBuilder>(
                  rawMessage_,
                  getParentForChildren(),
                  isClean());
          rawMessage_ = null;
        }
        return rawMessageBuilder_;
      }

      // optional .openxc.TranslatedMessage translated_message = 3;
      private openxc.Openxc.TranslatedMessage translatedMessage_ = openxc.Openxc.TranslatedMessage.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          openxc.Openxc.TranslatedMessage, openxc.Openxc.TranslatedMessage.Builder, openxc.Openxc.TranslatedMessageOrBuilder> translatedMessageBuilder_;
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public boolean hasTranslatedMessage() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public openxc.Openxc.TranslatedMessage getTranslatedMessage() {
        if (translatedMessageBuilder_ == null) {
          return translatedMessage_;
        } else {
          return translatedMessageBuilder_.getMessage();
        }
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public Builder setTranslatedMessage(openxc.Openxc.TranslatedMessage value) {
        if (translatedMessageBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          translatedMessage_ = value;
          onChanged();
        } else {
          translatedMessageBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000004;
        return this;
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public Builder setTranslatedMessage(
          openxc.Openxc.TranslatedMessage.Builder builderForValue) {
        if (translatedMessageBuilder_ == null) {
          translatedMessage_ = builderForValue.build();
          onChanged();
        } else {
          translatedMessageBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000004;
        return this;
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public Builder mergeTranslatedMessage(openxc.Openxc.TranslatedMessage value) {
        if (translatedMessageBuilder_ == null) {
          if (((bitField0_ & 0x00000004) == 0x00000004) &&
              translatedMessage_ != openxc.Openxc.TranslatedMessage.getDefaultInstance()) {
            translatedMessage_ =
              openxc.Openxc.TranslatedMessage.newBuilder(translatedMessage_).mergeFrom(value).buildPartial();
          } else {
            translatedMessage_ = value;
          }
          onChanged();
        } else {
          translatedMessageBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000004;
        return this;
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public Builder clearTranslatedMessage() {
        if (translatedMessageBuilder_ == null) {
          translatedMessage_ = openxc.Openxc.TranslatedMessage.getDefaultInstance();
          onChanged();
        } else {
          translatedMessageBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public openxc.Openxc.TranslatedMessage.Builder getTranslatedMessageBuilder() {
        bitField0_ |= 0x00000004;
        onChanged();
        return getTranslatedMessageFieldBuilder().getBuilder();
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      public openxc.Openxc.TranslatedMessageOrBuilder getTranslatedMessageOrBuilder() {
        if (translatedMessageBuilder_ != null) {
          return translatedMessageBuilder_.getMessageOrBuilder();
        } else {
          return translatedMessage_;
        }
      }
      /**
       * <code>optional .openxc.TranslatedMessage translated_message = 3;</code>
       */
      private com.google.protobuf.SingleFieldBuilder<
          openxc.Openxc.TranslatedMessage, openxc.Openxc.TranslatedMessage.Builder, openxc.Openxc.TranslatedMessageOrBuilder> 
          getTranslatedMessageFieldBuilder() {
        if (translatedMessageBuilder_ == null) {
          translatedMessageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              openxc.Openxc.TranslatedMessage, openxc.Openxc.TranslatedMessage.Builder, openxc.Openxc.TranslatedMessageOrBuilder>(
                  translatedMessage_,
                  getParentForChildren(),
                  isClean());
          translatedMessage_ = null;
        }
        return translatedMessageBuilder_;
      }

      // @@protoc_insertion_point(builder_scope:openxc.VehicleMessage)
    }

    static {
      defaultInstance = new VehicleMessage(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:openxc.VehicleMessage)
  }

  public interface RawMessageOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional int32 bus = 1;
    /**
     * <code>optional int32 bus = 1;</code>
     */
    boolean hasBus();
    /**
     * <code>optional int32 bus = 1;</code>
     */
    int getBus();

    // optional uint32 message_id = 2;
    /**
     * <code>optional uint32 message_id = 2;</code>
     */
    boolean hasMessageId();
    /**
     * <code>optional uint32 message_id = 2;</code>
     */
    int getMessageId();

    // optional sint64 data = 3;
    /**
     * <code>optional sint64 data = 3;</code>
     */
    boolean hasData();
    /**
     * <code>optional sint64 data = 3;</code>
     */
    long getData();
  }
  /**
   * Protobuf type {@code openxc.RawMessage}
   */
  public static final class RawMessage extends
      com.google.protobuf.GeneratedMessage
      implements RawMessageOrBuilder {
    // Use RawMessage.newBuilder() to construct.
    private RawMessage(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private RawMessage(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final RawMessage defaultInstance;
    public static RawMessage getDefaultInstance() {
      return defaultInstance;
    }

    public RawMessage getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private RawMessage(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 8: {
              bitField0_ |= 0x00000001;
              bus_ = input.readInt32();
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              messageId_ = input.readUInt32();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              data_ = input.readSInt64();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return openxc.Openxc.internal_static_openxc_RawMessage_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return openxc.Openxc.internal_static_openxc_RawMessage_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              openxc.Openxc.RawMessage.class, openxc.Openxc.RawMessage.Builder.class);
    }

    public static com.google.protobuf.Parser<RawMessage> PARSER =
        new com.google.protobuf.AbstractParser<RawMessage>() {
      public RawMessage parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new RawMessage(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser<RawMessage> getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    // optional int32 bus = 1;
    public static final int BUS_FIELD_NUMBER = 1;
    private int bus_;
    /**
     * <code>optional int32 bus = 1;</code>
     */
    public boolean hasBus() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * <code>optional int32 bus = 1;</code>
     */
    public int getBus() {
      return bus_;
    }

    // optional uint32 message_id = 2;
    public static final int MESSAGE_ID_FIELD_NUMBER = 2;
    private int messageId_;
    /**
     * <code>optional uint32 message_id = 2;</code>
     */
    public boolean hasMessageId() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * <code>optional uint32 message_id = 2;</code>
     */
    public int getMessageId() {
      return messageId_;
    }

    // optional sint64 data = 3;
    public static final int DATA_FIELD_NUMBER = 3;
    private long data_;
    /**
     * <code>optional sint64 data = 3;</code>
     */
    public boolean hasData() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * <code>optional sint64 data = 3;</code>
     */
    public long getData() {
      return data_;
    }

    private void initFields() {
      bus_ = 0;
      messageId_ = 0;
      data_ = 0L;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeInt32(1, bus_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeUInt32(2, messageId_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeSInt64(3, data_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(1, bus_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeUInt32Size(2, messageId_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeSInt64Size(3, data_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static openxc.Openxc.RawMessage parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static openxc.Openxc.RawMessage parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static openxc.Openxc.RawMessage parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static openxc.Openxc.RawMessage parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static openxc.Openxc.RawMessage parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static openxc.Openxc.RawMessage parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static openxc.Openxc.RawMessage parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static openxc.Openxc.RawMessage parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static openxc.Openxc.RawMessage parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static openxc.Openxc.RawMessage parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(openxc.Openxc.RawMessage prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code openxc.RawMessage}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder<Builder>
       implements openxc.Openxc.RawMessageOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return openxc.Openxc.internal_static_openxc_RawMessage_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return openxc.Openxc.internal_static_openxc_RawMessage_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                openxc.Openxc.RawMessage.class, openxc.Openxc.RawMessage.Builder.class);
      }

      // Construct using openxc.Openxc.RawMessage.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        bus_ = 0;
        bitField0_ = (bitField0_ & ~0x00000001);
        messageId_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        data_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return openxc.Openxc.internal_static_openxc_RawMessage_descriptor;
      }

      public openxc.Openxc.RawMessage getDefaultInstanceForType() {
        return openxc.Openxc.RawMessage.getDefaultInstance();
      }

      public openxc.Openxc.RawMessage build() {
        openxc.Openxc.RawMessage result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public openxc.Openxc.RawMessage buildPartial() {
        openxc.Openxc.RawMessage result = new openxc.Openxc.RawMessage(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.bus_ = bus_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.messageId_ = messageId_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.data_ = data_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof openxc.Openxc.RawMessage) {
          return mergeFrom((openxc.Openxc.RawMessage)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(openxc.Openxc.RawMessage other) {
        if (other == openxc.Openxc.RawMessage.getDefaultInstance()) return this;
        if (other.hasBus()) {
          setBus(other.getBus());
        }
        if (other.hasMessageId()) {
          setMessageId(other.getMessageId());
        }
        if (other.hasData()) {
          setData(other.getData());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        openxc.Openxc.RawMessage parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (openxc.Openxc.RawMessage) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional int32 bus = 1;
      private int bus_ ;
      /**
       * <code>optional int32 bus = 1;</code>
       */
      public boolean hasBus() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * <code>optional int32 bus = 1;</code>
       */
      public int getBus() {
        return bus_;
      }
      /**
       * <code>optional int32 bus = 1;</code>
       */
      public Builder setBus(int value) {
        bitField0_ |= 0x00000001;
        bus_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional int32 bus = 1;</code>
       */
      public Builder clearBus() {
        bitField0_ = (bitField0_ & ~0x00000001);
        bus_ = 0;
        onChanged();
        return this;
      }

      // optional uint32 message_id = 2;
      private int messageId_ ;
      /**
       * <code>optional uint32 message_id = 2;</code>
       */
      public boolean hasMessageId() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * <code>optional uint32 message_id = 2;</code>
       */
      public int getMessageId() {
        return messageId_;
      }
      /**
       * <code>optional uint32 message_id = 2;</code>
       */
      public Builder setMessageId(int value) {
        bitField0_ |= 0x00000002;
        messageId_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional uint32 message_id = 2;</code>
       */
      public Builder clearMessageId() {
        bitField0_ = (bitField0_ & ~0x00000002);
        messageId_ = 0;
        onChanged();
        return this;
      }

      // optional sint64 data = 3;
      private long data_ ;
      /**
       * <code>optional sint64 data = 3;</code>
       */
      public boolean hasData() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * <code>optional sint64 data = 3;</code>
       */
      public long getData() {
        return data_;
      }
      /**
       * <code>optional sint64 data = 3;</code>
       */
      public Builder setData(long value) {
        bitField0_ |= 0x00000004;
        data_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional sint64 data = 3;</code>
       */
      public Builder clearData() {
        bitField0_ = (bitField0_ & ~0x00000004);
        data_ = 0L;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:openxc.RawMessage)
    }

    static {
      defaultInstance = new RawMessage(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:openxc.RawMessage)
  }

  public interface TranslatedMessageOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional string name = 1;
    /**
     * <code>optional string name = 1;</code>
     */
    boolean hasName();
    /**
     * <code>optional string name = 1;</code>
     */
    java.lang.String getName();
    /**
     * <code>optional string name = 1;</code>
     */
    com.google.protobuf.ByteString
        getNameBytes();

    // optional string string_value = 2;
    /**
     * <code>optional string string_value = 2;</code>
     */
    boolean hasStringValue();
    /**
     * <code>optional string string_value = 2;</code>
     */
    java.lang.String getStringValue();
    /**
     * <code>optional string string_value = 2;</code>
     */
    com.google.protobuf.ByteString
        getStringValueBytes();

    // optional double numerical_value = 3;
    /**
     * <code>optional double numerical_value = 3;</code>
     */
    boolean hasNumericalValue();
    /**
     * <code>optional double numerical_value = 3;</code>
     */
    double getNumericalValue();

    // optional bool boolean_value = 4;
    /**
     * <code>optional bool boolean_value = 4;</code>
     */
    boolean hasBooleanValue();
    /**
     * <code>optional bool boolean_value = 4;</code>
     */
    boolean getBooleanValue();

    // optional string string_event = 5;
    /**
     * <code>optional string string_event = 5;</code>
     */
    boolean hasStringEvent();
    /**
     * <code>optional string string_event = 5;</code>
     */
    java.lang.String getStringEvent();
    /**
     * <code>optional string string_event = 5;</code>
     */
    com.google.protobuf.ByteString
        getStringEventBytes();

    // optional double numerical_event = 6;
    /**
     * <code>optional double numerical_event = 6;</code>
     */
    boolean hasNumericalEvent();
    /**
     * <code>optional double numerical_event = 6;</code>
     */
    double getNumericalEvent();

    // optional bool boolean_event = 7;
    /**
     * <code>optional bool boolean_event = 7;</code>
     */
    boolean hasBooleanEvent();
    /**
     * <code>optional bool boolean_event = 7;</code>
     */
    boolean getBooleanEvent();
  }
  /**
   * Protobuf type {@code openxc.TranslatedMessage}
   */
  public static final class TranslatedMessage extends
      com.google.protobuf.GeneratedMessage
      implements TranslatedMessageOrBuilder {
    // Use TranslatedMessage.newBuilder() to construct.
    private TranslatedMessage(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private TranslatedMessage(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final TranslatedMessage defaultInstance;
    public static TranslatedMessage getDefaultInstance() {
      return defaultInstance;
    }

    public TranslatedMessage getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private TranslatedMessage(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              bitField0_ |= 0x00000001;
              name_ = input.readBytes();
              break;
            }
            case 18: {
              bitField0_ |= 0x00000002;
              stringValue_ = input.readBytes();
              break;
            }
            case 25: {
              bitField0_ |= 0x00000004;
              numericalValue_ = input.readDouble();
              break;
            }
            case 32: {
              bitField0_ |= 0x00000008;
              booleanValue_ = input.readBool();
              break;
            }
            case 42: {
              bitField0_ |= 0x00000010;
              stringEvent_ = input.readBytes();
              break;
            }
            case 49: {
              bitField0_ |= 0x00000020;
              numericalEvent_ = input.readDouble();
              break;
            }
            case 56: {
              bitField0_ |= 0x00000040;
              booleanEvent_ = input.readBool();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return openxc.Openxc.internal_static_openxc_TranslatedMessage_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return openxc.Openxc.internal_static_openxc_TranslatedMessage_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              openxc.Openxc.TranslatedMessage.class, openxc.Openxc.TranslatedMessage.Builder.class);
    }

    public static com.google.protobuf.Parser<TranslatedMessage> PARSER =
        new com.google.protobuf.AbstractParser<TranslatedMessage>() {
      public TranslatedMessage parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new TranslatedMessage(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser<TranslatedMessage> getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    // optional string name = 1;
    public static final int NAME_FIELD_NUMBER = 1;
    private java.lang.Object name_;
    /**
     * <code>optional string name = 1;</code>
     */
    public boolean hasName() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * <code>optional string name = 1;</code>
     */
    public java.lang.String getName() {
      java.lang.Object ref = name_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          name_ = s;
        }
        return s;
      }
    }
    /**
     * <code>optional string name = 1;</code>
     */
    public com.google.protobuf.ByteString
        getNameBytes() {
      java.lang.Object ref = name_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        name_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional string string_value = 2;
    public static final int STRING_VALUE_FIELD_NUMBER = 2;
    private java.lang.Object stringValue_;
    /**
     * <code>optional string string_value = 2;</code>
     */
    public boolean hasStringValue() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * <code>optional string string_value = 2;</code>
     */
    public java.lang.String getStringValue() {
      java.lang.Object ref = stringValue_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          stringValue_ = s;
        }
        return s;
      }
    }
    /**
     * <code>optional string string_value = 2;</code>
     */
    public com.google.protobuf.ByteString
        getStringValueBytes() {
      java.lang.Object ref = stringValue_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        stringValue_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional double numerical_value = 3;
    public static final int NUMERICAL_VALUE_FIELD_NUMBER = 3;
    private double numericalValue_;
    /**
     * <code>optional double numerical_value = 3;</code>
     */
    public boolean hasNumericalValue() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * <code>optional double numerical_value = 3;</code>
     */
    public double getNumericalValue() {
      return numericalValue_;
    }

    // optional bool boolean_value = 4;
    public static final int BOOLEAN_VALUE_FIELD_NUMBER = 4;
    private boolean booleanValue_;
    /**
     * <code>optional bool boolean_value = 4;</code>
     */
    public boolean hasBooleanValue() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * <code>optional bool boolean_value = 4;</code>
     */
    public boolean getBooleanValue() {
      return booleanValue_;
    }

    // optional string string_event = 5;
    public static final int STRING_EVENT_FIELD_NUMBER = 5;
    private java.lang.Object stringEvent_;
    /**
     * <code>optional string string_event = 5;</code>
     */
    public boolean hasStringEvent() {
      return ((bitField0_ & 0x00000010) == 0x00000010);
    }
    /**
     * <code>optional string string_event = 5;</code>
     */
    public java.lang.String getStringEvent() {
      java.lang.Object ref = stringEvent_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          stringEvent_ = s;
        }
        return s;
      }
    }
    /**
     * <code>optional string string_event = 5;</code>
     */
    public com.google.protobuf.ByteString
        getStringEventBytes() {
      java.lang.Object ref = stringEvent_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        stringEvent_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional double numerical_event = 6;
    public static final int NUMERICAL_EVENT_FIELD_NUMBER = 6;
    private double numericalEvent_;
    /**
     * <code>optional double numerical_event = 6;</code>
     */
    public boolean hasNumericalEvent() {
      return ((bitField0_ & 0x00000020) == 0x00000020);
    }
    /**
     * <code>optional double numerical_event = 6;</code>
     */
    public double getNumericalEvent() {
      return numericalEvent_;
    }

    // optional bool boolean_event = 7;
    public static final int BOOLEAN_EVENT_FIELD_NUMBER = 7;
    private boolean booleanEvent_;
    /**
     * <code>optional bool boolean_event = 7;</code>
     */
    public boolean hasBooleanEvent() {
      return ((bitField0_ & 0x00000040) == 0x00000040);
    }
    /**
     * <code>optional bool boolean_event = 7;</code>
     */
    public boolean getBooleanEvent() {
      return booleanEvent_;
    }

    private void initFields() {
      name_ = "";
      stringValue_ = "";
      numericalValue_ = 0D;
      booleanValue_ = false;
      stringEvent_ = "";
      numericalEvent_ = 0D;
      booleanEvent_ = false;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, getNameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeBytes(2, getStringValueBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeDouble(3, numericalValue_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeBool(4, booleanValue_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        output.writeBytes(5, getStringEventBytes());
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        output.writeDouble(6, numericalEvent_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        output.writeBool(7, booleanEvent_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, getNameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(2, getStringValueBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeDoubleSize(3, numericalValue_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(4, booleanValue_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(5, getStringEventBytes());
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        size += com.google.protobuf.CodedOutputStream
          .computeDoubleSize(6, numericalEvent_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(7, booleanEvent_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static openxc.Openxc.TranslatedMessage parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static openxc.Openxc.TranslatedMessage parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static openxc.Openxc.TranslatedMessage parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static openxc.Openxc.TranslatedMessage parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static openxc.Openxc.TranslatedMessage parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static openxc.Openxc.TranslatedMessage parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static openxc.Openxc.TranslatedMessage parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static openxc.Openxc.TranslatedMessage parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static openxc.Openxc.TranslatedMessage parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static openxc.Openxc.TranslatedMessage parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(openxc.Openxc.TranslatedMessage prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code openxc.TranslatedMessage}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder<Builder>
       implements openxc.Openxc.TranslatedMessageOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return openxc.Openxc.internal_static_openxc_TranslatedMessage_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return openxc.Openxc.internal_static_openxc_TranslatedMessage_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                openxc.Openxc.TranslatedMessage.class, openxc.Openxc.TranslatedMessage.Builder.class);
      }

      // Construct using openxc.Openxc.TranslatedMessage.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        name_ = "";
        bitField0_ = (bitField0_ & ~0x00000001);
        stringValue_ = "";
        bitField0_ = (bitField0_ & ~0x00000002);
        numericalValue_ = 0D;
        bitField0_ = (bitField0_ & ~0x00000004);
        booleanValue_ = false;
        bitField0_ = (bitField0_ & ~0x00000008);
        stringEvent_ = "";
        bitField0_ = (bitField0_ & ~0x00000010);
        numericalEvent_ = 0D;
        bitField0_ = (bitField0_ & ~0x00000020);
        booleanEvent_ = false;
        bitField0_ = (bitField0_ & ~0x00000040);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return openxc.Openxc.internal_static_openxc_TranslatedMessage_descriptor;
      }

      public openxc.Openxc.TranslatedMessage getDefaultInstanceForType() {
        return openxc.Openxc.TranslatedMessage.getDefaultInstance();
      }

      public openxc.Openxc.TranslatedMessage build() {
        openxc.Openxc.TranslatedMessage result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public openxc.Openxc.TranslatedMessage buildPartial() {
        openxc.Openxc.TranslatedMessage result = new openxc.Openxc.TranslatedMessage(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.name_ = name_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.stringValue_ = stringValue_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.numericalValue_ = numericalValue_;
        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
          to_bitField0_ |= 0x00000008;
        }
        result.booleanValue_ = booleanValue_;
        if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
          to_bitField0_ |= 0x00000010;
        }
        result.stringEvent_ = stringEvent_;
        if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
          to_bitField0_ |= 0x00000020;
        }
        result.numericalEvent_ = numericalEvent_;
        if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
          to_bitField0_ |= 0x00000040;
        }
        result.booleanEvent_ = booleanEvent_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof openxc.Openxc.TranslatedMessage) {
          return mergeFrom((openxc.Openxc.TranslatedMessage)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(openxc.Openxc.TranslatedMessage other) {
        if (other == openxc.Openxc.TranslatedMessage.getDefaultInstance()) return this;
        if (other.hasName()) {
          bitField0_ |= 0x00000001;
          name_ = other.name_;
          onChanged();
        }
        if (other.hasStringValue()) {
          bitField0_ |= 0x00000002;
          stringValue_ = other.stringValue_;
          onChanged();
        }
        if (other.hasNumericalValue()) {
          setNumericalValue(other.getNumericalValue());
        }
        if (other.hasBooleanValue()) {
          setBooleanValue(other.getBooleanValue());
        }
        if (other.hasStringEvent()) {
          bitField0_ |= 0x00000010;
          stringEvent_ = other.stringEvent_;
          onChanged();
        }
        if (other.hasNumericalEvent()) {
          setNumericalEvent(other.getNumericalEvent());
        }
        if (other.hasBooleanEvent()) {
          setBooleanEvent(other.getBooleanEvent());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        openxc.Openxc.TranslatedMessage parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (openxc.Openxc.TranslatedMessage) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional string name = 1;
      private java.lang.Object name_ = "";
      /**
       * <code>optional string name = 1;</code>
       */
      public boolean hasName() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * <code>optional string name = 1;</code>
       */
      public java.lang.String getName() {
        java.lang.Object ref = name_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          name_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * <code>optional string name = 1;</code>
       */
      public com.google.protobuf.ByteString
          getNameBytes() {
        java.lang.Object ref = name_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          name_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * <code>optional string name = 1;</code>
       */
      public Builder setName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        name_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional string name = 1;</code>
       */
      public Builder clearName() {
        bitField0_ = (bitField0_ & ~0x00000001);
        name_ = getDefaultInstance().getName();
        onChanged();
        return this;
      }
      /**
       * <code>optional string name = 1;</code>
       */
      public Builder setNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        name_ = value;
        onChanged();
        return this;
      }

      // optional string string_value = 2;
      private java.lang.Object stringValue_ = "";
      /**
       * <code>optional string string_value = 2;</code>
       */
      public boolean hasStringValue() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * <code>optional string string_value = 2;</code>
       */
      public java.lang.String getStringValue() {
        java.lang.Object ref = stringValue_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          stringValue_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * <code>optional string string_value = 2;</code>
       */
      public com.google.protobuf.ByteString
          getStringValueBytes() {
        java.lang.Object ref = stringValue_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          stringValue_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * <code>optional string string_value = 2;</code>
       */
      public Builder setStringValue(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        stringValue_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional string string_value = 2;</code>
       */
      public Builder clearStringValue() {
        bitField0_ = (bitField0_ & ~0x00000002);
        stringValue_ = getDefaultInstance().getStringValue();
        onChanged();
        return this;
      }
      /**
       * <code>optional string string_value = 2;</code>
       */
      public Builder setStringValueBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        stringValue_ = value;
        onChanged();
        return this;
      }

      // optional double numerical_value = 3;
      private double numericalValue_ ;
      /**
       * <code>optional double numerical_value = 3;</code>
       */
      public boolean hasNumericalValue() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * <code>optional double numerical_value = 3;</code>
       */
      public double getNumericalValue() {
        return numericalValue_;
      }
      /**
       * <code>optional double numerical_value = 3;</code>
       */
      public Builder setNumericalValue(double value) {
        bitField0_ |= 0x00000004;
        numericalValue_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional double numerical_value = 3;</code>
       */
      public Builder clearNumericalValue() {
        bitField0_ = (bitField0_ & ~0x00000004);
        numericalValue_ = 0D;
        onChanged();
        return this;
      }

      // optional bool boolean_value = 4;
      private boolean booleanValue_ ;
      /**
       * <code>optional bool boolean_value = 4;</code>
       */
      public boolean hasBooleanValue() {
        return ((bitField0_ & 0x00000008) == 0x00000008);
      }
      /**
       * <code>optional bool boolean_value = 4;</code>
       */
      public boolean getBooleanValue() {
        return booleanValue_;
      }
      /**
       * <code>optional bool boolean_value = 4;</code>
       */
      public Builder setBooleanValue(boolean value) {
        bitField0_ |= 0x00000008;
        booleanValue_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool boolean_value = 4;</code>
       */
      public Builder clearBooleanValue() {
        bitField0_ = (bitField0_ & ~0x00000008);
        booleanValue_ = false;
        onChanged();
        return this;
      }

      // optional string string_event = 5;
      private java.lang.Object stringEvent_ = "";
      /**
       * <code>optional string string_event = 5;</code>
       */
      public boolean hasStringEvent() {
        return ((bitField0_ & 0x00000010) == 0x00000010);
      }
      /**
       * <code>optional string string_event = 5;</code>
       */
      public java.lang.String getStringEvent() {
        java.lang.Object ref = stringEvent_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          stringEvent_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * <code>optional string string_event = 5;</code>
       */
      public com.google.protobuf.ByteString
          getStringEventBytes() {
        java.lang.Object ref = stringEvent_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          stringEvent_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * <code>optional string string_event = 5;</code>
       */
      public Builder setStringEvent(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000010;
        stringEvent_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional string string_event = 5;</code>
       */
      public Builder clearStringEvent() {
        bitField0_ = (bitField0_ & ~0x00000010);
        stringEvent_ = getDefaultInstance().getStringEvent();
        onChanged();
        return this;
      }
      /**
       * <code>optional string string_event = 5;</code>
       */
      public Builder setStringEventBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000010;
        stringEvent_ = value;
        onChanged();
        return this;
      }

      // optional double numerical_event = 6;
      private double numericalEvent_ ;
      /**
       * <code>optional double numerical_event = 6;</code>
       */
      public boolean hasNumericalEvent() {
        return ((bitField0_ & 0x00000020) == 0x00000020);
      }
      /**
       * <code>optional double numerical_event = 6;</code>
       */
      public double getNumericalEvent() {
        return numericalEvent_;
      }
      /**
       * <code>optional double numerical_event = 6;</code>
       */
      public Builder setNumericalEvent(double value) {
        bitField0_ |= 0x00000020;
        numericalEvent_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional double numerical_event = 6;</code>
       */
      public Builder clearNumericalEvent() {
        bitField0_ = (bitField0_ & ~0x00000020);
        numericalEvent_ = 0D;
        onChanged();
        return this;
      }

      // optional bool boolean_event = 7;
      private boolean booleanEvent_ ;
      /**
       * <code>optional bool boolean_event = 7;</code>
       */
      public boolean hasBooleanEvent() {
        return ((bitField0_ & 0x00000040) == 0x00000040);
      }
      /**
       * <code>optional bool boolean_event = 7;</code>
       */
      public boolean getBooleanEvent() {
        return booleanEvent_;
      }
      /**
       * <code>optional bool boolean_event = 7;</code>
       */
      public Builder setBooleanEvent(boolean value) {
        bitField0_ |= 0x00000040;
        booleanEvent_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool boolean_event = 7;</code>
       */
      public Builder clearBooleanEvent() {
        bitField0_ = (bitField0_ & ~0x00000040);
        booleanEvent_ = false;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:openxc.TranslatedMessage)
    }

    static {
      defaultInstance = new TranslatedMessage(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:openxc.TranslatedMessage)
  }

  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_openxc_VehicleMessage_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_openxc_VehicleMessage_fieldAccessorTable;
  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_openxc_RawMessage_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_openxc_RawMessage_fieldAccessorTable;
  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_openxc_TranslatedMessage_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_openxc_TranslatedMessage_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\014openxc.proto\022\006openxc\"\274\001\n\016VehicleMessag" +
      "e\022)\n\004type\030\001 \001(\0162\033.openxc.VehicleMessage." +
      "Type\022\'\n\013raw_message\030\002 \001(\0132\022.openxc.RawMe" +
      "ssage\0225\n\022translated_message\030\003 \001(\0132\031.open" +
      "xc.TranslatedMessage\"\037\n\004Type\022\007\n\003RAW\020\001\022\016\n" +
      "\nTRANSLATED\020\002\";\n\nRawMessage\022\013\n\003bus\030\001 \001(\005" +
      "\022\022\n\nmessage_id\030\002 \001(\r\022\014\n\004data\030\003 \001(\022\"\255\001\n\021T" +
      "ranslatedMessage\022\014\n\004name\030\001 \001(\t\022\024\n\014string" +
      "_value\030\002 \001(\t\022\027\n\017numerical_value\030\003 \001(\001\022\025\n" +
      "\rboolean_value\030\004 \001(\010\022\024\n\014string_event\030\005 \001",
      "(\t\022\027\n\017numerical_event\030\006 \001(\001\022\025\n\rboolean_e" +
      "vent\030\007 \001(\010"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
      new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
        public com.google.protobuf.ExtensionRegistry assignDescriptors(
            com.google.protobuf.Descriptors.FileDescriptor root) {
          descriptor = root;
          internal_static_openxc_VehicleMessage_descriptor =
            getDescriptor().getMessageTypes().get(0);
          internal_static_openxc_VehicleMessage_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_openxc_VehicleMessage_descriptor,
              new java.lang.String[] { "Type", "RawMessage", "TranslatedMessage", });
          internal_static_openxc_RawMessage_descriptor =
            getDescriptor().getMessageTypes().get(1);
          internal_static_openxc_RawMessage_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_openxc_RawMessage_descriptor,
              new java.lang.String[] { "Bus", "MessageId", "Data", });
          internal_static_openxc_TranslatedMessage_descriptor =
            getDescriptor().getMessageTypes().get(2);
          internal_static_openxc_TranslatedMessage_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_openxc_TranslatedMessage_descriptor,
              new java.lang.String[] { "Name", "StringValue", "NumericalValue", "BooleanValue", "StringEvent", "NumericalEvent", "BooleanEvent", });
          return null;
        }
      };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
  }

  // @@protoc_insertion_point(outer_class_scope)
}