package jina

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service JinaDataRequestRPC

jina.proto:147

* jina gRPC service for DataRequests.

service JinaDiscoverEndpointsRPC

jina.proto:175

* jina gRPC service to expose Endpoints from Executors.

service JinaGatewayDryRunRPC

jina.proto:184

* jina gRPC service to expose Endpoints from Executors.

service JinaInfoRPC

jina.proto:192

* jina gRPC service to expose information about running jina version and environment.

service JinaRPC

jina.proto:166

* jina Gateway gRPC service.

service JinaSingleDataRequestRPC

jina.proto:157

* jina gRPC service for DataRequests. This is used to send requests to Executors when a list of requests is not needed

message DataRequestProto

jina.proto:107

* Represents a DataRequest

Used as request type in: JinaRPC.Call, JinaSingleDataRequestRPC.process_single_data

Used as response type in: JinaDataRequestRPC.process_data, JinaRPC.Call, JinaSingleDataRequestRPC.process_single_data

Used as field type in: DataRequestListProto

message DataRequestProto.DataContentProto

jina.proto:115

Used in: DataRequestProto

message DataRequestProtoWoData

jina.proto:125

message HeaderProto

jina.proto:36

* Represents a Header. - The header's content will be defined by the user request. - It will be copied to the envelope.header - In-flow operations will modify the envelope.header - While returning, copy envelope.header back to request.header

Used in: DataRequestProto, DataRequestProtoWoData

message RelatedEntity

jina.proto:96

* Represents an entity (like an ExecutorRuntime)

message RouteProto

jina.proto:15

* Represents a the route paths of this message as perceived by the Gateway start_time is set when the Gateway sends a message to a Pod end_time is set when the Gateway receives a message from a Pod thus end_time - start_time includes Executor computation, runtime overhead, serialization and network

Used in: DataRequestProto, DataRequestProtoWoData

message StatusProto

jina.proto:61

* Represents a Status

Used as response type in: JinaGatewayDryRunRPC.dry_run

Used as field type in: HeaderProto, RouteProto

message StatusProto.ExceptionProto

jina.proto:74

Used in: StatusProto

enum StatusProto.StatusCode

jina.proto:63

Used in: StatusProto