/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
descriptorTypeisMCP.
io_a2a TYPE REF TO /AWS1/CL_BDOA2ADESCRIPTOR /AWS1/CL_BDOA2ADESCRIPTOR¶
The Agent-to-Agent (A2A) protocol descriptor configuration. Use this when the
descriptorTypeisA2A.
io_custom TYPE REF TO /AWS1/CL_BDOCUSTOMDESCRIPTOR /AWS1/CL_BDOCUSTOMDESCRIPTOR¶
The custom descriptor configuration. Use this when the
descriptorTypeisCUSTOM.
io_agentskills TYPE REF TO /AWS1/CL_BDOAGNTSKILLSDESCRPTR /AWS1/CL_BDOAGNTSKILLSDESCRPTR¶
The agent skills descriptor configuration. Use this when the
descriptorTypeisAGENT_SKILLS.
Queryable Attributes¶
mcp¶
The Model Context Protocol (MCP) descriptor configuration. Use this when the
descriptorTypeisMCP.
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
descriptorTypeisA2A.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_A2A() |
Getter for A2A |
custom¶
The custom descriptor configuration. Use this when the
descriptorTypeisCUSTOM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOM() |
Getter for CUSTOM |
agentSkills¶
The agent skills descriptor configuration. Use this when the
descriptorTypeisAGENT_SKILLS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSKILLS() |
Getter for AGENTSKILLS |