Module bento.protos.references_pb2

Generated protocol buffer code.

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

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor.FileDescriptor(
  name='bento/protos/references.proto',
  package='bento.protos',
  syntax='proto3',
  serialized_options=None,
  create_key=_descriptor._internal_create_key,
  serialized_pb=b'\n\x1d\x62\x65nto/protos/references.proto\x12\x0c\x62\x65nto.protos\"G\n\x0c\x41ttributeRef\x12\x11\n\tentity_id\x18\x01 \x01(\r\x12\x11\n\tcomponent\x18\x02 \x01(\t\x12\x11\n\tattribute\x18\x03 \x01(\tb\x06proto3'
)




_ATTRIBUTEREF = _descriptor.Descriptor(
  name='AttributeRef',
  full_name='bento.protos.AttributeRef',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  create_key=_descriptor._internal_create_key,
  fields=[
    _descriptor.FieldDescriptor(
      name='entity_id', full_name='bento.protos.AttributeRef.entity_id', index=0,
      number=1, 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,
      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='component', full_name='bento.protos.AttributeRef.component', index=1,
      number=2, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=b"".decode('utf-8'),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='attribute', full_name='bento.protos.AttributeRef.attribute', index=2,
      number=3, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=b"".decode('utf-8'),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=47,
  serialized_end=118,
)

DESCRIPTOR.message_types_by_name['AttributeRef'] = _ATTRIBUTEREF
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

AttributeRef = _reflection.GeneratedProtocolMessageType('AttributeRef', (_message.Message,), {
  'DESCRIPTOR' : _ATTRIBUTEREF,
  '__module__' : 'bento.protos.references_pb2'
  # @@protoc_insertion_point(class_scope:bento.protos.AttributeRef)
  })
_sym_db.RegisterMessage(AttributeRef)


# @@protoc_insertion_point(module_scope)

Classes

class AttributeRef (*args, **kwargs)

A ProtocolMessage

Ancestors

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

Class variables

var DESCRIPTOR

Instance variables

var attribute

Field bento.protos.AttributeRef.attribute

var component

Field bento.protos.AttributeRef.component

var entity_id

Field bento.protos.AttributeRef.entity_id