Show / Hide Table of Contents

Class UsersResource.GetCapabilitiesRequest

Gets the user capabilities.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAppsDriveLabelsV2UserCapabilities>.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<GoogleAppsDriveLabelsV2UserCapabilities>.RestPath

Methods

InitParameters()

Initializes GetCapabilities parameter list.

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

Implements

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