public sealed class UpdateDeploymentRequest : IMessage<UpdateDeploymentRequest>, IEquatable<UpdateDeploymentRequest>, IDeepCloneable<UpdateDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class UpdateDeploymentRequest.
Request message for [AgentService.UpdateDeployment][google.cloud.ces.v1.AgentService.UpdateDeployment].
Implements
IMessageUpdateDeploymentRequest, IEquatableUpdateDeploymentRequest, IDeepCloneableUpdateDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
UpdateDeploymentRequest()
public UpdateDeploymentRequest()UpdateDeploymentRequest(UpdateDeploymentRequest)
public UpdateDeploymentRequest(UpdateDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDeploymentRequest |
Properties
Deployment
public Deployment Deployment { get; set; }Required. The deployment to update.
| Property Value | |
|---|---|
| Type | Description |
Deployment |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|