Module bento.protos.services_pb2
Generated protocol buffer code.
Expand source code
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: bento/protos/services.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()
from bento.protos import values_pb2 as bento_dot_protos_dot_values__pb2
from bento.protos import references_pb2 as bento_dot_protos_dot_references__pb2
from bento.protos import sim_pb2 as bento_dot_protos_dot_sim__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='bento/protos/services.proto',
package='bento.protos',
syntax='proto3',
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_pb=b'\n\x1b\x62\x65nto/protos/services.proto\x12\x0c\x62\x65nto.protos\x1a\x19\x62\x65nto/protos/values.proto\x1a\x1d\x62\x65nto/protos/references.proto\x1a\x16\x62\x65nto/protos/sim.proto\"\x0f\n\rGetVersionReq\"%\n\x0eGetVersionResp\x12\x13\n\x0b\x63ommit_hash\x18\x01 \x01(\t\"E\n\x12\x41pplySimulationReq\x12/\n\nsimulation\x18\x01 \x01(\x0b\x32\x1b.bento.protos.SimulationDef\"F\n\x13\x41pplySimulationResp\x12/\n\nsimulation\x18\x01 \x01(\x0b\x32\x1b.bento.protos.SimulationDef\" \n\x10GetSimulationReq\x12\x0c\n\x04name\x18\x01 \x01(\t\"D\n\x11GetSimulationResp\x12/\n\nsimulation\x18\x01 \x01(\x0b\x32\x1b.bento.protos.SimulationDef\"\x13\n\x11ListSimulationReq\"\'\n\x12ListSimulationResp\x12\x11\n\tsim_names\x18\x01 \x03(\t\"!\n\x11\x44ropSimulationReq\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x14\n\x12\x44ropSimulationResp\"!\n\x11StepSimulationReq\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x14\n\x12StepSimulationResp\"R\n\x0fGetAttributeReq\x12\x10\n\x08sim_name\x18\x01 \x01(\t\x12-\n\tattribute\x18\x02 \x01(\x0b\x32\x1a.bento.protos.AttributeRef\"6\n\x10GetAttributeResp\x12\"\n\x05value\x18\x01 \x01(\x0b\x32\x13.bento.protos.Value\"v\n\x0fSetAttributeReq\x12\x10\n\x08sim_name\x18\x01 \x01(\t\x12-\n\tattribute\x18\x02 \x01(\x0b\x32\x1a.bento.protos.AttributeRef\x12\"\n\x05value\x18\x03 \x01(\x0b\x32\x13.bento.protos.Value\"\x12\n\x10SetAttributeResp2\x9f\x05\n\rEngineService\x12G\n\nGetVersion\x12\x1b.bento.protos.GetVersionReq\x1a\x1c.bento.protos.GetVersionResp\x12V\n\x0f\x41pplySimulation\x12 .bento.protos.ApplySimulationReq\x1a!.bento.protos.ApplySimulationResp\x12P\n\rGetSimulation\x12\x1e.bento.protos.GetSimulationReq\x1a\x1f.bento.protos.GetSimulationResp\x12S\n\x0eListSimulation\x12\x1f.bento.protos.ListSimulationReq\x1a .bento.protos.ListSimulationResp\x12S\n\x0e\x44ropSimulation\x12\x1f.bento.protos.DropSimulationReq\x1a .bento.protos.DropSimulationResp\x12S\n\x0eStepSimulation\x12\x1f.bento.protos.StepSimulationReq\x1a .bento.protos.StepSimulationResp\x12M\n\x0cGetAttribute\x12\x1d.bento.protos.GetAttributeReq\x1a\x1e.bento.protos.GetAttributeResp\x12M\n\x0cSetAttribute\x12\x1d.bento.protos.SetAttributeReq\x1a\x1e.bento.protos.SetAttributeRespb\x06proto3'
,
dependencies=[bento_dot_protos_dot_values__pb2.DESCRIPTOR,bento_dot_protos_dot_references__pb2.DESCRIPTOR,bento_dot_protos_dot_sim__pb2.DESCRIPTOR,])
_GETVERSIONREQ = _descriptor.Descriptor(
name='GetVersionReq',
full_name='bento.protos.GetVersionReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=127,
serialized_end=142,
)
_GETVERSIONRESP = _descriptor.Descriptor(
name='GetVersionResp',
full_name='bento.protos.GetVersionResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='commit_hash', full_name='bento.protos.GetVersionResp.commit_hash', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=144,
serialized_end=181,
)
_APPLYSIMULATIONREQ = _descriptor.Descriptor(
name='ApplySimulationReq',
full_name='bento.protos.ApplySimulationReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='simulation', full_name='bento.protos.ApplySimulationReq.simulation', index=0,
number=1, 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,
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=183,
serialized_end=252,
)
_APPLYSIMULATIONRESP = _descriptor.Descriptor(
name='ApplySimulationResp',
full_name='bento.protos.ApplySimulationResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='simulation', full_name='bento.protos.ApplySimulationResp.simulation', index=0,
number=1, 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,
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=254,
serialized_end=324,
)
_GETSIMULATIONREQ = _descriptor.Descriptor(
name='GetSimulationReq',
full_name='bento.protos.GetSimulationReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='name', full_name='bento.protos.GetSimulationReq.name', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=326,
serialized_end=358,
)
_GETSIMULATIONRESP = _descriptor.Descriptor(
name='GetSimulationResp',
full_name='bento.protos.GetSimulationResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='simulation', full_name='bento.protos.GetSimulationResp.simulation', index=0,
number=1, 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,
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=360,
serialized_end=428,
)
_LISTSIMULATIONREQ = _descriptor.Descriptor(
name='ListSimulationReq',
full_name='bento.protos.ListSimulationReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=430,
serialized_end=449,
)
_LISTSIMULATIONRESP = _descriptor.Descriptor(
name='ListSimulationResp',
full_name='bento.protos.ListSimulationResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='sim_names', full_name='bento.protos.ListSimulationResp.sim_names', index=0,
number=1, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=451,
serialized_end=490,
)
_DROPSIMULATIONREQ = _descriptor.Descriptor(
name='DropSimulationReq',
full_name='bento.protos.DropSimulationReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='name', full_name='bento.protos.DropSimulationReq.name', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=492,
serialized_end=525,
)
_DROPSIMULATIONRESP = _descriptor.Descriptor(
name='DropSimulationResp',
full_name='bento.protos.DropSimulationResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=527,
serialized_end=547,
)
_STEPSIMULATIONREQ = _descriptor.Descriptor(
name='StepSimulationReq',
full_name='bento.protos.StepSimulationReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='name', full_name='bento.protos.StepSimulationReq.name', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=549,
serialized_end=582,
)
_STEPSIMULATIONRESP = _descriptor.Descriptor(
name='StepSimulationResp',
full_name='bento.protos.StepSimulationResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=584,
serialized_end=604,
)
_GETATTRIBUTEREQ = _descriptor.Descriptor(
name='GetAttributeReq',
full_name='bento.protos.GetAttributeReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='sim_name', full_name='bento.protos.GetAttributeReq.sim_name', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='attribute', full_name='bento.protos.GetAttributeReq.attribute', 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,
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=606,
serialized_end=688,
)
_GETATTRIBUTERESP = _descriptor.Descriptor(
name='GetAttributeResp',
full_name='bento.protos.GetAttributeResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='value', full_name='bento.protos.GetAttributeResp.value', index=0,
number=1, 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,
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=690,
serialized_end=744,
)
_SETATTRIBUTEREQ = _descriptor.Descriptor(
name='SetAttributeReq',
full_name='bento.protos.SetAttributeReq',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='sim_name', full_name='bento.protos.SetAttributeReq.sim_name', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='attribute', full_name='bento.protos.SetAttributeReq.attribute', 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,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='value', full_name='bento.protos.SetAttributeReq.value', 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,
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=746,
serialized_end=864,
)
_SETATTRIBUTERESP = _descriptor.Descriptor(
name='SetAttributeResp',
full_name='bento.protos.SetAttributeResp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=866,
serialized_end=884,
)
_APPLYSIMULATIONREQ.fields_by_name['simulation'].message_type = bento_dot_protos_dot_sim__pb2._SIMULATIONDEF
_APPLYSIMULATIONRESP.fields_by_name['simulation'].message_type = bento_dot_protos_dot_sim__pb2._SIMULATIONDEF
_GETSIMULATIONRESP.fields_by_name['simulation'].message_type = bento_dot_protos_dot_sim__pb2._SIMULATIONDEF
_GETATTRIBUTEREQ.fields_by_name['attribute'].message_type = bento_dot_protos_dot_references__pb2._ATTRIBUTEREF
_GETATTRIBUTERESP.fields_by_name['value'].message_type = bento_dot_protos_dot_values__pb2._VALUE
_SETATTRIBUTEREQ.fields_by_name['attribute'].message_type = bento_dot_protos_dot_references__pb2._ATTRIBUTEREF
_SETATTRIBUTEREQ.fields_by_name['value'].message_type = bento_dot_protos_dot_values__pb2._VALUE
DESCRIPTOR.message_types_by_name['GetVersionReq'] = _GETVERSIONREQ
DESCRIPTOR.message_types_by_name['GetVersionResp'] = _GETVERSIONRESP
DESCRIPTOR.message_types_by_name['ApplySimulationReq'] = _APPLYSIMULATIONREQ
DESCRIPTOR.message_types_by_name['ApplySimulationResp'] = _APPLYSIMULATIONRESP
DESCRIPTOR.message_types_by_name['GetSimulationReq'] = _GETSIMULATIONREQ
DESCRIPTOR.message_types_by_name['GetSimulationResp'] = _GETSIMULATIONRESP
DESCRIPTOR.message_types_by_name['ListSimulationReq'] = _LISTSIMULATIONREQ
DESCRIPTOR.message_types_by_name['ListSimulationResp'] = _LISTSIMULATIONRESP
DESCRIPTOR.message_types_by_name['DropSimulationReq'] = _DROPSIMULATIONREQ
DESCRIPTOR.message_types_by_name['DropSimulationResp'] = _DROPSIMULATIONRESP
DESCRIPTOR.message_types_by_name['StepSimulationReq'] = _STEPSIMULATIONREQ
DESCRIPTOR.message_types_by_name['StepSimulationResp'] = _STEPSIMULATIONRESP
DESCRIPTOR.message_types_by_name['GetAttributeReq'] = _GETATTRIBUTEREQ
DESCRIPTOR.message_types_by_name['GetAttributeResp'] = _GETATTRIBUTERESP
DESCRIPTOR.message_types_by_name['SetAttributeReq'] = _SETATTRIBUTEREQ
DESCRIPTOR.message_types_by_name['SetAttributeResp'] = _SETATTRIBUTERESP
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
GetVersionReq = _reflection.GeneratedProtocolMessageType('GetVersionReq', (_message.Message,), {
'DESCRIPTOR' : _GETVERSIONREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.GetVersionReq)
})
_sym_db.RegisterMessage(GetVersionReq)
GetVersionResp = _reflection.GeneratedProtocolMessageType('GetVersionResp', (_message.Message,), {
'DESCRIPTOR' : _GETVERSIONRESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.GetVersionResp)
})
_sym_db.RegisterMessage(GetVersionResp)
ApplySimulationReq = _reflection.GeneratedProtocolMessageType('ApplySimulationReq', (_message.Message,), {
'DESCRIPTOR' : _APPLYSIMULATIONREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.ApplySimulationReq)
})
_sym_db.RegisterMessage(ApplySimulationReq)
ApplySimulationResp = _reflection.GeneratedProtocolMessageType('ApplySimulationResp', (_message.Message,), {
'DESCRIPTOR' : _APPLYSIMULATIONRESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.ApplySimulationResp)
})
_sym_db.RegisterMessage(ApplySimulationResp)
GetSimulationReq = _reflection.GeneratedProtocolMessageType('GetSimulationReq', (_message.Message,), {
'DESCRIPTOR' : _GETSIMULATIONREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.GetSimulationReq)
})
_sym_db.RegisterMessage(GetSimulationReq)
GetSimulationResp = _reflection.GeneratedProtocolMessageType('GetSimulationResp', (_message.Message,), {
'DESCRIPTOR' : _GETSIMULATIONRESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.GetSimulationResp)
})
_sym_db.RegisterMessage(GetSimulationResp)
ListSimulationReq = _reflection.GeneratedProtocolMessageType('ListSimulationReq', (_message.Message,), {
'DESCRIPTOR' : _LISTSIMULATIONREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.ListSimulationReq)
})
_sym_db.RegisterMessage(ListSimulationReq)
ListSimulationResp = _reflection.GeneratedProtocolMessageType('ListSimulationResp', (_message.Message,), {
'DESCRIPTOR' : _LISTSIMULATIONRESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.ListSimulationResp)
})
_sym_db.RegisterMessage(ListSimulationResp)
DropSimulationReq = _reflection.GeneratedProtocolMessageType('DropSimulationReq', (_message.Message,), {
'DESCRIPTOR' : _DROPSIMULATIONREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.DropSimulationReq)
})
_sym_db.RegisterMessage(DropSimulationReq)
DropSimulationResp = _reflection.GeneratedProtocolMessageType('DropSimulationResp', (_message.Message,), {
'DESCRIPTOR' : _DROPSIMULATIONRESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.DropSimulationResp)
})
_sym_db.RegisterMessage(DropSimulationResp)
StepSimulationReq = _reflection.GeneratedProtocolMessageType('StepSimulationReq', (_message.Message,), {
'DESCRIPTOR' : _STEPSIMULATIONREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.StepSimulationReq)
})
_sym_db.RegisterMessage(StepSimulationReq)
StepSimulationResp = _reflection.GeneratedProtocolMessageType('StepSimulationResp', (_message.Message,), {
'DESCRIPTOR' : _STEPSIMULATIONRESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.StepSimulationResp)
})
_sym_db.RegisterMessage(StepSimulationResp)
GetAttributeReq = _reflection.GeneratedProtocolMessageType('GetAttributeReq', (_message.Message,), {
'DESCRIPTOR' : _GETATTRIBUTEREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.GetAttributeReq)
})
_sym_db.RegisterMessage(GetAttributeReq)
GetAttributeResp = _reflection.GeneratedProtocolMessageType('GetAttributeResp', (_message.Message,), {
'DESCRIPTOR' : _GETATTRIBUTERESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.GetAttributeResp)
})
_sym_db.RegisterMessage(GetAttributeResp)
SetAttributeReq = _reflection.GeneratedProtocolMessageType('SetAttributeReq', (_message.Message,), {
'DESCRIPTOR' : _SETATTRIBUTEREQ,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.SetAttributeReq)
})
_sym_db.RegisterMessage(SetAttributeReq)
SetAttributeResp = _reflection.GeneratedProtocolMessageType('SetAttributeResp', (_message.Message,), {
'DESCRIPTOR' : _SETATTRIBUTERESP,
'__module__' : 'bento.protos.services_pb2'
# @@protoc_insertion_point(class_scope:bento.protos.SetAttributeResp)
})
_sym_db.RegisterMessage(SetAttributeResp)
_ENGINESERVICE = _descriptor.ServiceDescriptor(
name='EngineService',
full_name='bento.protos.EngineService',
file=DESCRIPTOR,
index=0,
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_start=887,
serialized_end=1558,
methods=[
_descriptor.MethodDescriptor(
name='GetVersion',
full_name='bento.protos.EngineService.GetVersion',
index=0,
containing_service=None,
input_type=_GETVERSIONREQ,
output_type=_GETVERSIONRESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='ApplySimulation',
full_name='bento.protos.EngineService.ApplySimulation',
index=1,
containing_service=None,
input_type=_APPLYSIMULATIONREQ,
output_type=_APPLYSIMULATIONRESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='GetSimulation',
full_name='bento.protos.EngineService.GetSimulation',
index=2,
containing_service=None,
input_type=_GETSIMULATIONREQ,
output_type=_GETSIMULATIONRESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='ListSimulation',
full_name='bento.protos.EngineService.ListSimulation',
index=3,
containing_service=None,
input_type=_LISTSIMULATIONREQ,
output_type=_LISTSIMULATIONRESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='DropSimulation',
full_name='bento.protos.EngineService.DropSimulation',
index=4,
containing_service=None,
input_type=_DROPSIMULATIONREQ,
output_type=_DROPSIMULATIONRESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='StepSimulation',
full_name='bento.protos.EngineService.StepSimulation',
index=5,
containing_service=None,
input_type=_STEPSIMULATIONREQ,
output_type=_STEPSIMULATIONRESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='GetAttribute',
full_name='bento.protos.EngineService.GetAttribute',
index=6,
containing_service=None,
input_type=_GETATTRIBUTEREQ,
output_type=_GETATTRIBUTERESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='SetAttribute',
full_name='bento.protos.EngineService.SetAttribute',
index=7,
containing_service=None,
input_type=_SETATTRIBUTEREQ,
output_type=_SETATTRIBUTERESP,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
])
_sym_db.RegisterServiceDescriptor(_ENGINESERVICE)
DESCRIPTOR.services_by_name['EngineService'] = _ENGINESERVICE
# @@protoc_insertion_point(module_scope)
Classes
class ApplySimulationReq (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var simulation
-
Field bento.protos.ApplySimulationReq.simulation
class ApplySimulationResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var simulation
-
Field bento.protos.ApplySimulationResp.simulation
class DropSimulationReq (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var name
-
Field bento.protos.DropSimulationReq.name
class DropSimulationResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
class GetAttributeReq (*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.GetAttributeReq.attribute
var sim_name
-
Field bento.protos.GetAttributeReq.sim_name
class GetAttributeResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var value
-
Field bento.protos.GetAttributeResp.value
class GetSimulationReq (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var name
-
Field bento.protos.GetSimulationReq.name
class GetSimulationResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var simulation
-
Field bento.protos.GetSimulationResp.simulation
class GetVersionReq (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
class GetVersionResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var commit_hash
-
Field bento.protos.GetVersionResp.commit_hash
class ListSimulationReq (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
class ListSimulationResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var sim_names
-
Field bento.protos.ListSimulationResp.sim_names
class SetAttributeReq (*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.SetAttributeReq.attribute
var sim_name
-
Field bento.protos.SetAttributeReq.sim_name
var value
-
Field bento.protos.SetAttributeReq.value
class SetAttributeResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
class StepSimulationReq (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR
Instance variables
var name
-
Field bento.protos.StepSimulationReq.name
class StepSimulationResp (*args, **kwargs)
-
A ProtocolMessage
Ancestors
- google.protobuf.pyext._message.CMessage
- google.protobuf.message.Message
Class variables
var DESCRIPTOR