Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.GetRequest

Gets details of the specified app.

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

MethodName

Gets the method name.

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

Name

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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