type property

String? type
getter/setter pair

The type of the protocol.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified type.
  • "A2A_AGENT" : The interfaces point to an A2A Agent following the A2A specification.
  • "CUSTOM" : Agent does not follow any standard protocol.

Implementation

core.String? type;