Show / Hide Table of Contents

Class LabelsResource.RevisionsResource.LocksResource.ListRequest

Lists the LabelLocks on a Label.

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

MethodName

Gets the method name.

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

PageSize

Maximum number of Locks to return per page. Default: 100. 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. Label on which Locks are applied. 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<GoogleAppsDriveLabelsV2betaListLabelLocksResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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