Module meshtastic.cannedmessages_pb2

Generated protocol buffer code.

Expand source code
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: cannedmessages.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x63\x61nnedmessages.proto\"/\n\x1f\x43\x61nnedMessagePluginMessagePart1\x12\x0c\n\x04text\x18\x01 \x01(\t\"/\n\x1f\x43\x61nnedMessagePluginMessagePart2\x12\x0c\n\x04text\x18\x01 \x01(\t\"/\n\x1f\x43\x61nnedMessagePluginMessagePart3\x12\x0c\n\x04text\x18\x01 \x01(\t\"/\n\x1f\x43\x61nnedMessagePluginMessagePart4\x12\x0c\n\x04text\x18\x01 \x01(\t\"/\n\x1f\x43\x61nnedMessagePluginMessagePart5\x12\x0c\n\x04text\x18\x01 \x01(\tBU\n\x13\x63om.geeksville.meshB\x19\x43\x61nnedMessageConfigProtosH\x03Z!github.com/meshtastic/gomeshprotob\x06proto3')



_CANNEDMESSAGEPLUGINMESSAGEPART1 = DESCRIPTOR.message_types_by_name['CannedMessagePluginMessagePart1']
_CANNEDMESSAGEPLUGINMESSAGEPART2 = DESCRIPTOR.message_types_by_name['CannedMessagePluginMessagePart2']
_CANNEDMESSAGEPLUGINMESSAGEPART3 = DESCRIPTOR.message_types_by_name['CannedMessagePluginMessagePart3']
_CANNEDMESSAGEPLUGINMESSAGEPART4 = DESCRIPTOR.message_types_by_name['CannedMessagePluginMessagePart4']
_CANNEDMESSAGEPLUGINMESSAGEPART5 = DESCRIPTOR.message_types_by_name['CannedMessagePluginMessagePart5']
CannedMessagePluginMessagePart1 = _reflection.GeneratedProtocolMessageType('CannedMessagePluginMessagePart1', (_message.Message,), {
  'DESCRIPTOR' : _CANNEDMESSAGEPLUGINMESSAGEPART1,
  '__module__' : 'cannedmessages_pb2'
  # @@protoc_insertion_point(class_scope:CannedMessagePluginMessagePart1)
  })
_sym_db.RegisterMessage(CannedMessagePluginMessagePart1)

CannedMessagePluginMessagePart2 = _reflection.GeneratedProtocolMessageType('CannedMessagePluginMessagePart2', (_message.Message,), {
  'DESCRIPTOR' : _CANNEDMESSAGEPLUGINMESSAGEPART2,
  '__module__' : 'cannedmessages_pb2'
  # @@protoc_insertion_point(class_scope:CannedMessagePluginMessagePart2)
  })
_sym_db.RegisterMessage(CannedMessagePluginMessagePart2)

CannedMessagePluginMessagePart3 = _reflection.GeneratedProtocolMessageType('CannedMessagePluginMessagePart3', (_message.Message,), {
  'DESCRIPTOR' : _CANNEDMESSAGEPLUGINMESSAGEPART3,
  '__module__' : 'cannedmessages_pb2'
  # @@protoc_insertion_point(class_scope:CannedMessagePluginMessagePart3)
  })
_sym_db.RegisterMessage(CannedMessagePluginMessagePart3)

CannedMessagePluginMessagePart4 = _reflection.GeneratedProtocolMessageType('CannedMessagePluginMessagePart4', (_message.Message,), {
  'DESCRIPTOR' : _CANNEDMESSAGEPLUGINMESSAGEPART4,
  '__module__' : 'cannedmessages_pb2'
  # @@protoc_insertion_point(class_scope:CannedMessagePluginMessagePart4)
  })
_sym_db.RegisterMessage(CannedMessagePluginMessagePart4)

CannedMessagePluginMessagePart5 = _reflection.GeneratedProtocolMessageType('CannedMessagePluginMessagePart5', (_message.Message,), {
  'DESCRIPTOR' : _CANNEDMESSAGEPLUGINMESSAGEPART5,
  '__module__' : 'cannedmessages_pb2'
  # @@protoc_insertion_point(class_scope:CannedMessagePluginMessagePart5)
  })
_sym_db.RegisterMessage(CannedMessagePluginMessagePart5)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'\n\023com.geeksville.meshB\031CannedMessageConfigProtosH\003Z!github.com/meshtastic/gomeshproto'
  _CANNEDMESSAGEPLUGINMESSAGEPART1._serialized_start=24
  _CANNEDMESSAGEPLUGINMESSAGEPART1._serialized_end=71
  _CANNEDMESSAGEPLUGINMESSAGEPART2._serialized_start=73
  _CANNEDMESSAGEPLUGINMESSAGEPART2._serialized_end=120
  _CANNEDMESSAGEPLUGINMESSAGEPART3._serialized_start=122
  _CANNEDMESSAGEPLUGINMESSAGEPART3._serialized_end=169
  _CANNEDMESSAGEPLUGINMESSAGEPART4._serialized_start=171
  _CANNEDMESSAGEPLUGINMESSAGEPART4._serialized_end=218
  _CANNEDMESSAGEPLUGINMESSAGEPART5._serialized_start=220
  _CANNEDMESSAGEPLUGINMESSAGEPART5._serialized_end=267
# @@protoc_insertion_point(module_scope)

Classes

class CannedMessagePluginMessagePart1 (*args, **kwargs)

A ProtocolMessage

Ancestors

  • google.protobuf.pyext._message.CMessage
  • google.protobuf.message.Message

Class variables

var DESCRIPTOR

Instance variables

var text

Field CannedMessagePluginMessagePart1.text

class CannedMessagePluginMessagePart2 (*args, **kwargs)

A ProtocolMessage

Ancestors

  • google.protobuf.pyext._message.CMessage
  • google.protobuf.message.Message

Class variables

var DESCRIPTOR

Instance variables

var text

Field CannedMessagePluginMessagePart2.text

class CannedMessagePluginMessagePart3 (*args, **kwargs)

A ProtocolMessage

Ancestors

  • google.protobuf.pyext._message.CMessage
  • google.protobuf.message.Message

Class variables

var DESCRIPTOR

Instance variables

var text

Field CannedMessagePluginMessagePart3.text

class CannedMessagePluginMessagePart4 (*args, **kwargs)

A ProtocolMessage

Ancestors

  • google.protobuf.pyext._message.CMessage
  • google.protobuf.message.Message

Class variables

var DESCRIPTOR

Instance variables

var text

Field CannedMessagePluginMessagePart4.text

class CannedMessagePluginMessagePart5 (*args, **kwargs)

A ProtocolMessage

Ancestors

  • google.protobuf.pyext._message.CMessage
  • google.protobuf.message.Message

Class variables

var DESCRIPTOR

Instance variables

var text

Field CannedMessagePluginMessagePart5.text