protodoc.io
Project JanusGraph/janusgraph
Welcome
Readme
Commits
GitHub project
Download proto files
Desktop application
Contact us
google.protobuf
janusgraph.schema.v1
janusgraph.types.v1
janusgraph.v1
janusgraph.v1
JanusGraphManagerService
GetJanusGraphContextByGraphName
GetJanusGraphContexts
GetVersion
GetJanusGraphContextByGraphNameRequest
GetJanusGraphContextByGraphNameResponse
GetJanusGraphContextsRequest
GetJanusGraphContextsResponse
GetVersionRequest
GetVersionResponse
package
janusgraph.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
JanusGraphManagerService
graph_manager.proto:46
rpc
GetJanusGraphContexts
(
GetJanusGraphContextsRequest
,
GetJanusGraphContextsResponse
)
graph_manager.proto:47
message
GetJanusGraphContextsRequest
graph_manager.proto:37
(message has no fields)
message
GetJanusGraphContextsResponse
graph_manager.proto:33
repeated
types.v1.JanusGraphContext
contexts
= 1
rpc
GetJanusGraphContextByGraphName
(
GetJanusGraphContextByGraphNameRequest
,
GetJanusGraphContextByGraphNameResponse
)
graph_manager.proto:48
message
GetJanusGraphContextByGraphNameRequest
graph_manager.proto:29
string
graph_name
= 1
message
GetJanusGraphContextByGraphNameResponse
graph_manager.proto:25
optional
types.v1.JanusGraphContext
context
= 1
rpc
GetVersion
(
GetVersionRequest
,
GetVersionResponse
)
graph_manager.proto:49
message
GetVersionRequest
graph_manager.proto:39
(message has no fields)
message
GetVersionResponse
graph_manager.proto:41
string
janusgraph_version
= 1
string
tinkerpop_version
= 2