Show / Hide Table of Contents

Class UsersResource.GetCapabilitiesRequest

Gets the user capabilities.

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

Constructors

GetCapabilitiesRequest(IClientService, string)

Constructs a new GetCapabilities request.

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

Properties

Customer

The customer to scope this request to. For example: "customers/abcd1234". If unset, will return settings within the current customer.

Declaration
[RequestParameter("customer", RequestParameterType.Query)]
public virtual string Customer { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the user. Only "users/me/capabilities" is supported.

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<GoogleAppsDriveLabelsV2betaUserCapabilities>.RestPath

Methods

InitParameters()

Initializes GetCapabilities parameter list.

Declaration
protected override void InitParameters()
Overrides
DriveLabelsBaseServiceRequest<GoogleAppsDriveLabelsV2betaUserCapabilities>.InitParameters()

Implements

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