Gemini Enterprise for Customer Experience v1 API - Class DeleteDeploymentRequest (1.0.0-beta01)

public sealed class DeleteDeploymentRequest : IMessage<DeleteDeploymentRequest>, IEquatable<DeleteDeploymentRequest>, IDeepCloneable<DeleteDeploymentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DeleteDeploymentRequest.

Request message for [AgentService.DeleteDeployment][google.cloud.ces.v1.AgentService.DeleteDeployment].

Inheritance

object > DeleteDeploymentRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

DeleteDeploymentRequest()

public DeleteDeploymentRequest()

DeleteDeploymentRequest(DeleteDeploymentRequest)

public DeleteDeploymentRequest(DeleteDeploymentRequest other)
Parameter
Name Description
other DeleteDeploymentRequest

Properties

DeploymentName

public DeploymentName DeploymentName { get; set; }

DeploymentName-typed view over the Name resource name property.

Property Value
Type Description
DeploymentName

Etag

public string Etag { get; set; }

Optional. The etag of the deployment. If an etag is provided and does not match the current etag of the deployment, deletion will be blocked and an ABORTED error will be returned.

Property Value
Type Description
string

Name

public string Name { get; set; }

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

Property Value
Type Description
string