Show / Hide Table of Contents

Class CustomersResource.ThirdPartyProfileUsersResource.MoveRequest

Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU.

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

Constructors

MoveRequest(IClientService, GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest, string)

Constructs a new Move request.

Declaration
public MoveRequest(IClientService service, GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Move parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse>.InitParameters()

Implements

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