Show / Hide Table of Contents

Class LabelsResource.PermissionsResource.ListRequest

Lists a Label's permissions.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Maximum number of permissions to return per page. Default: 50. Max: 200.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The token of the page to return.

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

Parent

Required. The parent Label resource name on which Label Permission are listed. Format: labels/{label}

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

RestPath

Gets the REST path.

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

UseAdminAccess

Set to true in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.

Declaration
[RequestParameter("useAdminAccess", RequestParameterType.Query)]
public virtual bool? UseAdminAccess { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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