public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class GetAgentRequest.
Message for getting a Agent
Implements
IMessageGetAgentRequest, IEquatableGetAgentRequest, IDeepCloneableGetAgentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
GetAgentRequest()
public GetAgentRequest()GetAgentRequest(GetAgentRequest)
public GetAgentRequest(GetAgentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAgentRequest |
Properties
AgentName
public AgentName AgentName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AgentName |
|
Name
public string Name { get; set; }Required. Name of the resource
| Property Value | |
|---|---|
| Type | Description |
string |
|