public sealed class Service.Types.AgentSpec : IMessage<Service.Types.AgentSpec>, IEquatable<Service.Types.AgentSpec>, IDeepCloneable<Service.Types.AgentSpec>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class Service.Types.AgentSpec.
The spec of the agent.
Implements
IMessageServiceTypesAgentSpec, IEquatableServiceTypesAgentSpec, IDeepCloneableServiceTypesAgentSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
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 |
|