package golem.customapi

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

message CompiledInputSchema

core.proto:105

Used in: RouteBehaviour.CallAgent

message CompiledOutputSchema

core.proto:110

Used in: RouteBehaviour.CallAgent

message CompiledRoute

core.proto:193

Used in: CompiledRoutes

message CompiledRoutes

core.proto:184

Used in: registry.v1.GetActiveRoutesForDomainSuccessResponse

message CompiledSchema

core.proto:101

A self-contained schema carrier persisted in a compiled route. `graph.root` is the exact root being parsed/rendered/invoked; `graph.defs` carry the per-agent named-type definitions so `SchemaType::Ref`s resolve without an `AgentTypeSchema` lookup at runtime.

Used in: RequestBodySchema.BinaryBody, RequestBodySchema.JsonBody, RequestBodySchema.TextBody

message ConstructorParameter

core.proto:138

Used in: RouteBehaviour.CallAgent

message ConstructorParameter.Path

core.proto:143

Used in: ConstructorParameter

message CorsOptions

core.proto:280

Used in: CompiledRoute

message MethodParameter

core.proto:149

Used in: RouteBehaviour.CallAgent

message MethodParameter.Header

core.proto:169

Used in: MethodParameter

message MethodParameter.JsonObjectBodyField

core.proto:174

Used in: MethodParameter

message MethodParameter.Path

core.proto:159

Used in: MethodParameter

message MethodParameter.Query

core.proto:164

Used in: MethodParameter

message MethodParameter.UnstructuredBinaryBody

core.proto:178

Used in: MethodParameter

(message has no fields)

message MethodParameter.UnstructuredTextBody

core.proto:180

Used in: MethodParameter

(message has no fields)

message PathSegment

core.proto:16

Used in: CompiledRoute

message PathSegment.CatchAll

core.proto:31

Used in: PathSegment

message PathSegment.Literal

core.proto:23

Used in: PathSegment

message PathSegment.Variable

core.proto:27

Used in: PathSegment

message PathSegmentEnum

core.proto:67

Local mirror of the enum case-set used by path-segment types. Field numbers match the legacy wasm.rpc.TypeEnum (names = 1, name = 2, owner = 3) so previously persisted bytes remain decodable.

Used in: PathSegmentType.Enum

message PathSegmentType

core.proto:36

Used in: ConstructorParameter.Path, MethodParameter.Path, QueryOrHeaderType.List, QueryOrHeaderType.Option, QueryOrHeaderType.Primitive

message PathSegmentType.Enum

core.proto:59

Used in: PathSegmentType

enum PathSegmentType.Primitive

core.proto:42

Used in: PathSegmentType

message QueryOrHeaderType

core.proto:73

Used in: MethodParameter.Header, MethodParameter.Query

message QueryOrHeaderType.List

core.proto:90

Used in: QueryOrHeaderType

message QueryOrHeaderType.Option

core.proto:84

Used in: QueryOrHeaderType

message QueryOrHeaderType.Primitive

core.proto:80

Used in: QueryOrHeaderType

message RequestBodySchema

core.proto:115

Used in: CompiledRoute

message RequestBodySchema.BinaryBody

core.proto:129

Used in: RequestBodySchema

message RequestBodySchema.JsonBody

core.proto:125

Used in: RequestBodySchema

message RequestBodySchema.TextBody

core.proto:133

Used in: RequestBodySchema

message RequestBodySchema.Unused

core.proto:123

Used in: RequestBodySchema

(message has no fields)

message RouteBehaviour

core.proto:203

Used in: CompiledRoute

message RouteBehaviour.CallAgent

core.proto:211

Used in: RouteBehaviour

message RouteBehaviour.CorsPreflight

core.proto:227

Used in: RouteBehaviour

message RouteBehaviour.CorsPreflight.MethodPolicy

core.proto:228

Used in: CorsPreflight

message RouteBehaviour.OpenApiSpec

core.proto:241

Used in: RouteBehaviour

enum RouteBehaviour.OpenApiSpec.Format

core.proto:242

Used in: OpenApiSpec

message RouteBehaviour.WebhookCallback

core.proto:237

Used in: RouteBehaviour

message RouteSecurity

core.proto:252

Used in: CompiledRoute

message RouteSecurity.None

core.proto:259

Used in: RouteSecurity

(message has no fields)

message RouteSecurity.SecurityScheme

core.proto:265

Used in: RouteSecurity

message RouteSecurity.SessionFromHeader

core.proto:261

Used in: RouteSecurity

message SecuritySchemeDetails

core.proto:270

Used in: CompiledRoutes, mcp.CompiledMcp