public sealed class DeleteDeploymentRequest : IMessage<DeleteDeploymentRequest>, IEquatable<DeleteDeploymentRequest>, IDeepCloneable<DeleteDeploymentRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessageDeleteDeploymentRequest, IEquatableDeleteDeploymentRequest, IDeepCloneableDeleteDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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 |
|