Agent Registry v1 API - Class Interface (1.0.0-beta01)

public sealed class Interface : IMessage<Interface>, IEquatable<Interface>, IDeepCloneable<Interface>, IBufferMessage, IMessage

Reference documentation and code samples for the Agent Registry v1 API class Interface.

Represents the connection details for an Agent or MCP Server.

Inheritance

object > Interface

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

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