Class Protocol
Represents the protocol of an Agent.
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class Protocol : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Interfaces
Output only. The connection details for the Agent.
Declaration
[JsonProperty("interfaces")]
public virtual IList<Interface> Interfaces { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Interface> |
ProtocolVersion
Output only. The version of the protocol, for example, the A2A Agent Card version.
Declaration
[JsonProperty("protocolVersion")]
public virtual string ProtocolVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Output only. The type of the protocol.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |