Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource

The "agents" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AgentRegistry.v1alpha
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource

Constructors

AgentsResource(IClientService)

Constructs a new resource.

Declaration
public AgentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets details of a single Agent.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.GetRequest

List(string)

Lists Agents in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListAgentsRequest

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ListRequest

Search(SearchAgentsRequest, string)

Searches Agents in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SearchRequest Search(SearchAgentsRequest body, string parent)
Parameters
Type Name Description
SearchAgentsRequest body

The body of the request.

string parent

Required. Parent value for SearchAgentsRequest. Format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.SearchRequest
In this article
Back to top Generated by DocFX