Show / Hide Table of Contents

Class CustomersResource.ProfilesResource.CommandsResource.CreateRequest

Creates a Chrome browser profile remote command.

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

Constructors

CreateRequest(IClientService, GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand body, string parent)
Parameters
Type Name Description
IClientService service
GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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