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.v1
Assembly: Google.Apis.CustomerEngagementSuite.v1.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

Properties

Message

Gets the Message resource.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.MessageResource Message { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.MessageResource

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

GetExtendedAgentCard(string)

Gets the extended agent card for the authenticated agent.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.GetExtendedAgentCardRequest GetExtendedAgentCard(string tenant)
Parameters
Type Name Description
string tenant

Optional. Opaque routing identifier. Must match the tenant value from the selected AgentInterface in the Agent Card when that field is set.

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

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