public sealed class Interface : IMessage<Interface>, IEquatable<Interface>, IDeepCloneable<Interface>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class Interface.
Represents the connection details for an Agent or MCP Server.
Implements
IMessageInterface, IEquatableInterface, IDeepCloneableInterface, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
Interface()
public Interface()Interface(Interface)
public Interface(Interface other)| Parameter | |
|---|---|
| Name | Description |
other |
Interface |
Properties
ProtocolBinding
public Interface.Types.ProtocolBinding ProtocolBinding { get; set; }Required. The protocol binding of the interface.
| Property Value | |
|---|---|
| Type | Description |
InterfaceTypesProtocolBinding |
|
Url
public string Url { get; set; }Required. The destination URL.
| Property Value | |
|---|---|
| Type | Description |
string |
|