public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class GetDeploymentRequest.
Request message for [AgentService.GetDeployment][google.cloud.ces.v1.AgentService.GetDeployment].
Implements
IMessageGetDeploymentRequest, IEquatableGetDeploymentRequest, IDeepCloneableGetDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
GetDeploymentRequest()
public GetDeploymentRequest()GetDeploymentRequest(GetDeploymentRequest)
public GetDeploymentRequest(GetDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDeploymentRequest |
Properties
DeploymentName
public DeploymentName DeploymentName { get; set; }DeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentName |
|
Name
public string Name { get; set; }Required. The name of the deployment.
Format:
projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
| Property Value | |
|---|---|
| Type | Description |
string |
|