Show / Hide Table of Contents

Class A2aV1AgentInterface

Defines additional transport information for the agent.

Inheritance
object
A2aV1AgentInterface
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1AgentInterface : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Tenant

Tenant to be set in the request when calling the agent. Experimental, might still change for 1.0 release.

Declaration
[JsonProperty("tenant")]
public virtual string Tenant { get; set; }
Property Value
Type Description
string

Transport

The transport supported this url. This is an open form string, to be easily extended for many transport protocols. The core ones officially supported are JSONRPC, GRPC and HTTP+JSON.

Declaration
[JsonProperty("transport")]
public virtual string Transport { get; set; }
Property Value
Type Description
string

Url

The url this interface is found at.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX