Show / Hide Table of Contents

Class LabelsResource.PermissionsResource.ListRequest

Lists a Label's permissions.

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

MethodName

Gets the method name.

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

Implements

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