Agent Registry v1 API - Class Service.Types.AgentSpec (1.0.0-beta01)

public sealed class Service.Types.AgentSpec : IMessage<Service.Types.AgentSpec>, IEquatable<Service.Types.AgentSpec>, IDeepCloneable<Service.Types.AgentSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Agent Registry v1 API class Service.Types.AgentSpec.

The spec of the agent.

Inheritance

object > Service.Types.AgentSpec

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

Google.Cloud.AgentRegistry.V1.dll

Constructors

AgentSpec()

public AgentSpec()

AgentSpec(AgentSpec)

public AgentSpec(Service.Types.AgentSpec other)
Parameter
Name Description
other ServiceTypesAgentSpec

Properties

Content

public Struct Content { get; set; }

Optional. The content of the Agent spec in the JSON format. This payload is validated against the schema for the specified type. The content size is limited to 10KB.

Property Value
Type Description
Struct

Type

public Service.Types.AgentSpec.Types.Type Type { get; set; }

Required. The type of the agent spec content.

Property Value
Type Description
ServiceTypesAgentSpecTypesType