Show / Hide Table of Contents

Class Protocol

Represents the protocol of an Agent.

Inheritance
object
Protocol
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX