Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.AgentsResource.GetCardRequest

GetAgentCard returns the agent card for the agent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<A2aV1AgentCard>
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.AgentsResource.GetCardRequest
Implements
IClientServiceRequest<A2aV1AgentCard>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.Xgafv
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.AccessToken
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.Alt
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.Callback
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.Fields
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.Key
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.OauthToken
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.PrettyPrint
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.QuotaUser
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.UploadType
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.UploadProtocol
ClientServiceRequest<A2aV1AgentCard>.Execute()
ClientServiceRequest<A2aV1AgentCard>.ExecuteAsStream()
ClientServiceRequest<A2aV1AgentCard>.ExecuteAsync()
ClientServiceRequest<A2aV1AgentCard>.ExecuteAsync(CancellationToken)
ClientServiceRequest<A2aV1AgentCard>.ExecuteAsStreamAsync()
ClientServiceRequest<A2aV1AgentCard>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<A2aV1AgentCard>.CreateRequest(bool?)
ClientServiceRequest<A2aV1AgentCard>.GenerateRequestUri()
ClientServiceRequest<A2aV1AgentCard>.GetBody()
ClientServiceRequest<A2aV1AgentCard>.GetDefaultETagAction(string)
ClientServiceRequest<A2aV1AgentCard>.ETagAction
ClientServiceRequest<A2aV1AgentCard>.ModifyRequest
ClientServiceRequest<A2aV1AgentCard>.ValidateParameters
ClientServiceRequest<A2aV1AgentCard>.ApiVersion
ClientServiceRequest<A2aV1AgentCard>.RequestParameters
ClientServiceRequest<A2aV1AgentCard>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.AgentsResource.GetCardRequest : DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>, IClientServiceRequest<A2aV1AgentCard>, IClientServiceRequest

Constructors

GetCardRequest(IClientService, string)

Constructs a new GetCard request.

Declaration
public GetCardRequest(IClientService service, string tenant)
Parameters
Type Name Description
IClientService service
string tenant

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<A2aV1AgentCard>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<A2aV1AgentCard>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<A2aV1AgentCard>.RestPath

Tenant

Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.

Declaration
[RequestParameter("tenant", RequestParameterType.Path)]
public virtual string Tenant { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes GetCard parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<A2aV1AgentCard>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX