Show / Hide Table of Contents

Class LimitsResource.GetLabelRequest

Get the constraints on the structure of a Label; such as, the maximum number of Fields allowed and maximum length of the label title.

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

Constructors

GetLabelRequest(IClientService)

Constructs a new GetLabel request.

Declaration
public GetLabelRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Label revision resource name Must be: "limits/label"

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetLabel parameter list.

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

Implements

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