Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.DeploymentsResource

The "deployments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.DeploymentsResource

Constructors

DeploymentsResource(IClientService)

Constructs a new resource.

Declaration
public DeploymentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Deployment, string)

Creates a new deployment in the given app.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.CreateRequest Create(Deployment body, string parent)
Parameters
Type Name Description
Deployment body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.CreateRequest

Delete(string)

Deletes the specified deployment.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the deployment to delete. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.DeleteRequest

Get(string)

Gets details of the specified deployment.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.GetRequest

List(string)

Lists deployments in the given app.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.ListRequest

Patch(Deployment, string)

Updates the specified deployment.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.PatchRequest Patch(Deployment body, string name)
Parameters
Type Name Description
Deployment body

The body of the request.

string name

Identifier. The resource name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.PatchRequest
In this article
Back to top Generated by DocFX