protodoc.io
Project synnaxlabs/synnax
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
api.channel.pb
api.ranger.pb
arc.compiler.pb
arc.graph.pb
arc.ir.pb
arc.program.pb
arc.text.pb
arc.types.pb
aspen.v1
distribution.channel.pb
distribution.group.pb
distribution.ontology.pb
errors
freighter.grpc.v1
google.protobuf
grpc.alias
grpc.arc
grpc.auth
grpc.channel
grpc.connectivity
grpc.device
grpc.framer
grpc.kv
grpc.rack
grpc.ranger
grpc.status
grpc.task
grpc.view
service.access.pb
service.alias.pb
service.arc.pb
service.device.pb
service.kv.pb
service.lineplot.pb
service.log.pb
service.rack.pb
service.ranger.pb
service.schematic.pb
service.table.pb
service.task.pb
service.user.pb
service.view.pb
service.workspace.pb
synnax.distribution.framer
test
x.color.pb
x.control.pb
x.label.pb
x.notation.pb
x.spatial.pb
x.status.pb
x.telem.pb
x.text.pb
grpc.view
ViewCreateService
Exec
ViewDeleteService
Exec
ViewRetrieveService
Exec
CreateRequest
CreateResponse
DeleteRequest
RetrieveRequest
RetrieveResponse
package
grpc.view
Get desktop application:
View/edit binary Protocol Buffers messages
service
ViewCreateService
view.proto:19
rpc
Exec
(
CreateRequest
,
CreateResponse
)
view.proto:20
message
CreateRequest
view.proto:31
repeated
service.view.pb.View
views
= 1
message
CreateResponse
view.proto:35
repeated
service.view.pb.View
views
= 1
service
ViewDeleteService
view.proto:27
rpc
Exec
(
DeleteRequest
,
google.protobuf.Empty
)
view.proto:28
message
DeleteRequest
view.proto:51
repeated
string
keys
= 1
service
ViewRetrieveService
view.proto:23
rpc
Exec
(
RetrieveRequest
,
RetrieveResponse
)
view.proto:24
message
RetrieveRequest
view.proto:39
repeated
string
keys
= 1
repeated
string
types
= 2
string
search_term
= 3
int32
limit
= 4
int32
offset
= 5
message
RetrieveResponse
view.proto:47
repeated
service.view.pb.View
views
= 1