Show / Hide Table of Contents

Class AccountTypesResource.AccountsResource.UserListDirectLicensesResource.PatchRequest

Updates a user list direct license. This feature is only available to data partners.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<UserListDirectLicense>
DataManagerBaseServiceRequest<UserListDirectLicense>
AccountTypesResource.AccountsResource.UserListDirectLicensesResource.PatchRequest
Implements
IClientServiceRequest<UserListDirectLicense>
IClientServiceRequest
Inherited Members
DataManagerBaseServiceRequest<UserListDirectLicense>.Xgafv
DataManagerBaseServiceRequest<UserListDirectLicense>.AccessToken
DataManagerBaseServiceRequest<UserListDirectLicense>.Alt
DataManagerBaseServiceRequest<UserListDirectLicense>.Callback
DataManagerBaseServiceRequest<UserListDirectLicense>.Fields
DataManagerBaseServiceRequest<UserListDirectLicense>.Key
DataManagerBaseServiceRequest<UserListDirectLicense>.OauthToken
DataManagerBaseServiceRequest<UserListDirectLicense>.PrettyPrint
DataManagerBaseServiceRequest<UserListDirectLicense>.QuotaUser
DataManagerBaseServiceRequest<UserListDirectLicense>.UploadType
DataManagerBaseServiceRequest<UserListDirectLicense>.UploadProtocol
ClientServiceRequest<UserListDirectLicense>.Execute()
ClientServiceRequest<UserListDirectLicense>.ExecuteAsStream()
ClientServiceRequest<UserListDirectLicense>.ExecuteAsync()
ClientServiceRequest<UserListDirectLicense>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UserListDirectLicense>.ExecuteAsStreamAsync()
ClientServiceRequest<UserListDirectLicense>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UserListDirectLicense>.CreateRequest(bool?)
ClientServiceRequest<UserListDirectLicense>.GenerateRequestUri()
ClientServiceRequest<UserListDirectLicense>.GetDefaultETagAction(string)
ClientServiceRequest<UserListDirectLicense>.ETagAction
ClientServiceRequest<UserListDirectLicense>.ModifyRequest
ClientServiceRequest<UserListDirectLicense>.ValidateParameters
ClientServiceRequest<UserListDirectLicense>.ApiVersion
ClientServiceRequest<UserListDirectLicense>.RequestParameters
ClientServiceRequest<UserListDirectLicense>.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.DataManager.v1
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class AccountTypesResource.AccountsResource.UserListDirectLicensesResource.PatchRequest : DataManagerBaseServiceRequest<UserListDirectLicense>, IClientServiceRequest<UserListDirectLicense>, IClientServiceRequest

Constructors

PatchRequest(IClientService, UserListDirectLicense, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, UserListDirectLicense body, string name)
Parameters
Type Name Description
IClientService service
UserListDirectLicense body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Identifier. The resource name of the user list direct license.

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

UpdateMask

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
DataManagerBaseServiceRequest<UserListDirectLicense>.InitParameters()

Implements

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