Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.AgentsResource.ListRequest

Lists agents in the given app.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAgentsResponse>
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>
ProjectsResource.LocationsResource.AppsResource.AgentsResource.ListRequest
Implements
IClientServiceRequest<ListAgentsResponse>
IClientServiceRequest
Inherited Members
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.Xgafv
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.AccessToken
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.Alt
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.Callback
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.Fields
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.Key
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.OauthToken
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.PrettyPrint
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.QuotaUser
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.UploadType
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.UploadProtocol
ClientServiceRequest<ListAgentsResponse>.Execute()
ClientServiceRequest<ListAgentsResponse>.ExecuteAsStream()
ClientServiceRequest<ListAgentsResponse>.ExecuteAsync()
ClientServiceRequest<ListAgentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAgentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAgentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAgentsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAgentsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAgentsResponse>.GetBody()
ClientServiceRequest<ListAgentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAgentsResponse>.ETagAction
ClientServiceRequest<ListAgentsResponse>.ModifyRequest
ClientServiceRequest<ListAgentsResponse>.ValidateParameters
ClientServiceRequest<ListAgentsResponse>.ApiVersion
ClientServiceRequest<ListAgentsResponse>.RequestParameters
ClientServiceRequest<ListAgentsResponse>.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.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.AgentsResource.ListRequest : CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>, IClientServiceRequest<ListAgentsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Filter to be applied when listing the agents. See https://google.aip.dev/160 for more details.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The next_page_token value returned from a previous list AgentService.ListAgents call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The resource name of the app to list agents from.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CustomerEngagementSuiteBaseServiceRequest<ListAgentsResponse>.InitParameters()

Implements

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