Show / Hide Table of Contents

Class AppsResource.GetRequest

Gets a specific app.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<App>
DriveBaseServiceRequest<App>
AppsResource.GetRequest
Implements
IClientServiceRequest<App>
IClientServiceRequest
Inherited Members
DriveBaseServiceRequest<App>.Alt
DriveBaseServiceRequest<App>.Fields
DriveBaseServiceRequest<App>.Key
DriveBaseServiceRequest<App>.OauthToken
DriveBaseServiceRequest<App>.PrettyPrint
DriveBaseServiceRequest<App>.QuotaUser
DriveBaseServiceRequest<App>.UserIp
ClientServiceRequest<App>.Execute()
ClientServiceRequest<App>.ExecuteAsStream()
ClientServiceRequest<App>.ExecuteAsync()
ClientServiceRequest<App>.ExecuteAsync(CancellationToken)
ClientServiceRequest<App>.ExecuteAsStreamAsync()
ClientServiceRequest<App>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<App>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<App>.GenerateRequestUri()
ClientServiceRequest<App>.GetBody()
ClientServiceRequest<App>.GetDefaultETagAction(String)
ClientServiceRequest<App>.ETagAction
ClientServiceRequest<App>.ModifyRequest
ClientServiceRequest<App>.ValidateParameters
ClientServiceRequest<App>.RequestParameters
ClientServiceRequest<App>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class GetRequest : DriveBaseServiceRequest<App>, IClientServiceRequest<App>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string appId)
Parameters
Type Name Description
IClientService service
System.String appId

Properties

AppId

The ID of the app.

Declaration
[RequestParameter("appId", RequestParameterType.Path)]
public virtual string AppId { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.App>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.App>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.App>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Drive.v2.DriveBaseServiceRequest<Google.Apis.Drive.v2.Data.App>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX