Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.ToolsResource.GetRequest

Gets details of the specified tool.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the tool 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<Tool>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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