Descriptors

The typed set of descriptors for a registry record. Exactly one descriptor field is populated based on the record type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The A2A agent card descriptor, populated when the record type is AGENT.

Link copied to clipboard

The agent skills definition descriptor, populated when the record type is SKILL.

Link copied to clipboard

The custom descriptor, populated when the record type is CUSTOM.

Link copied to clipboard

The MCP server descriptor, populated when the record type is MCP.

Functions

Link copied to clipboard
inline fun copy(block: Descriptors.Builder.() -> Unit = {}): Descriptors
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String