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.schema.v1
SchemaManagerService
GetEdgeLabelByName
GetEdgeLabels
GetVertexCompositeGraphIndexByName
GetVertexCompositeGraphIndices
GetVertexLabelByName
GetVertexLabels
GetEdgeLabelByNameRequest
GetEdgeLabelByNameResponse
GetEdgeLabelsRequest
GetEdgeLabelsResponse
GetVertexCompositeGraphIndexByNameRequest
GetVertexCompositeGraphIndexByNameResponse
GetVertexCompositeGraphIndicesRequest
GetVertexCompositeGraphIndicesResponse
GetVertexLabelByNameRequest
GetVertexLabelByNameResponse
GetVertexLabelsRequest
GetVertexLabelsResponse
package
janusgraph.schema.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
SchemaManagerService
schema_manager.proto:82
rpc
GetVertexLabelByName
(
GetVertexLabelByNameRequest
,
GetVertexLabelByNameResponse
)
schema_manager.proto:83
message
GetVertexLabelByNameRequest
schema_manager.proto:27
optional
types.v1.JanusGraphContext
context
= 1
string
name
= 2
message
GetVertexLabelByNameResponse
schema_manager.proto:32
optional
types.v1.VertexLabel
vertex_label
= 1
rpc
GetVertexLabels
(
GetVertexLabelsRequest
,
GetVertexLabelsResponse
)
schema_manager.proto:84
message
GetVertexLabelsRequest
schema_manager.proto:36
optional
types.v1.JanusGraphContext
context
= 1
message
GetVertexLabelsResponse
schema_manager.proto:40
repeated
types.v1.VertexLabel
vertex_labels
= 1
rpc
GetVertexCompositeGraphIndexByName
(
GetVertexCompositeGraphIndexByNameRequest
,
GetVertexCompositeGraphIndexByNameResponse
)
schema_manager.proto:86
message
GetVertexCompositeGraphIndexByNameRequest
schema_manager.proto:46
optional
types.v1.JanusGraphContext
context
= 1
string
name
= 2
message
GetVertexCompositeGraphIndexByNameResponse
schema_manager.proto:51
optional
types.v1.VertexCompositeGraphIndex
index
= 1
rpc
GetVertexCompositeGraphIndices
(
GetVertexCompositeGraphIndicesRequest
,
GetVertexCompositeGraphIndicesResponse
)
schema_manager.proto:87
message
GetVertexCompositeGraphIndicesRequest
schema_manager.proto:55
optional
types.v1.JanusGraphContext
context
= 1
message
GetVertexCompositeGraphIndicesResponse
schema_manager.proto:59
repeated
types.v1.VertexCompositeGraphIndex
indices
= 1
rpc
GetEdgeLabelByName
(
GetEdgeLabelByNameRequest
,
GetEdgeLabelByNameResponse
)
schema_manager.proto:89
message
GetEdgeLabelByNameRequest
schema_manager.proto:65
optional
types.v1.JanusGraphContext
context
= 1
string
name
= 2
message
GetEdgeLabelByNameResponse
schema_manager.proto:70
optional
types.v1.EdgeLabel
edge_label
= 1
rpc
GetEdgeLabels
(
GetEdgeLabelsRequest
,
GetEdgeLabelsResponse
)
schema_manager.proto:90
message
GetEdgeLabelsRequest
schema_manager.proto:74
optional
types.v1.JanusGraphContext
context
= 1
message
GetEdgeLabelsResponse
schema_manager.proto:78
repeated
types.v1.EdgeLabel
edge_labels
= 1