Show / Hide Table of Contents

Class PropertiesResource.ListRequest

Lists a file's properties.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

FileId

The ID of the file.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DriveBaseServiceRequest<PropertyList>.InitParameters()

Implements

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