Show / Hide Table of Contents

Class LabelsResource.UpdateLabelCopyModeRequest

Updates a Label's CopyMode. Changes to this policy are not revisioned, do not require publishing, and take effect immediately.

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

Constructors

UpdateLabelCopyModeRequest(IClientService, GoogleAppsDriveLabelsV2betaUpdateLabelCopyModeRequest, string)

Constructs a new UpdateLabelCopyMode request.

Declaration
public UpdateLabelCopyModeRequest(IClientService service, GoogleAppsDriveLabelsV2betaUpdateLabelCopyModeRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleAppsDriveLabelsV2betaUpdateLabelCopyModeRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the Label to update.

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<GoogleAppsDriveLabelsV2betaLabel>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleAppsDriveLabelsV2betaLabel>.GetBody()

InitParameters()

Initializes UpdateLabelCopyMode parameter list.

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

Implements

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