Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.AgentsResource.GetRequest

Gets details of the specified agent.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the agent to retrieve.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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