Skip to content

/AWS1/CL_BDODESCRIPTORS

Contains descriptor-type-specific configurations for a registry record. Only the descriptor matching the record's descriptorType should be populated.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_mcp TYPE REF TO /AWS1/CL_BDOMCPDESCRIPTOR /AWS1/CL_BDOMCPDESCRIPTOR

The Model Context Protocol (MCP) descriptor configuration. Use this when the descriptorType is MCP.

io_a2a TYPE REF TO /AWS1/CL_BDOA2ADESCRIPTOR /AWS1/CL_BDOA2ADESCRIPTOR

The Agent-to-Agent (A2A) protocol descriptor configuration. Use this when the descriptorType is A2A.

io_custom TYPE REF TO /AWS1/CL_BDOCUSTOMDESCRIPTOR /AWS1/CL_BDOCUSTOMDESCRIPTOR

The custom descriptor configuration. Use this when the descriptorType is CUSTOM.

io_agentskills TYPE REF TO /AWS1/CL_BDOAGNTSKILLSDESCRPTR /AWS1/CL_BDOAGNTSKILLSDESCRPTR

The agent skills descriptor configuration. Use this when the descriptorType is AGENT_SKILLS.


Queryable Attributes

mcp

The Model Context Protocol (MCP) descriptor configuration. Use this when the descriptorType is MCP.

Accessible with the following methods

Method Description
GET_MCP() Getter for MCP

a2a

The Agent-to-Agent (A2A) protocol descriptor configuration. Use this when the descriptorType is A2A.

Accessible with the following methods

Method Description
GET_A2A() Getter for A2A

custom

The custom descriptor configuration. Use this when the descriptorType is CUSTOM.

Accessible with the following methods

Method Description
GET_CUSTOM() Getter for CUSTOM

agentSkills

The agent skills descriptor configuration. Use this when the descriptorType is AGENT_SKILLS.

Accessible with the following methods

Method Description
GET_AGENTSKILLS() Getter for AGENTSKILLS