Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.CreateRequest

Creates a new deployment in the given app.

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

Constructors

CreateRequest(IClientService, Deployment, string)

Constructs a new Create request.

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

Properties

DeploymentId

Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent app. Format: projects/{project}/locations/{location}/apps/{app}

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
CustomerEngagementSuiteBaseServiceRequest<Deployment>.InitParameters()

Implements

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