public sealed class CreateDeploymentRequest : IMessage<CreateDeploymentRequest>, IEquatable<CreateDeploymentRequest>, IDeepCloneable<CreateDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class CreateDeploymentRequest.
Request message for [AgentService.CreateDeployment][google.cloud.ces.v1.AgentService.CreateDeployment].
Implements
IMessageCreateDeploymentRequest, IEquatableCreateDeploymentRequest, IDeepCloneableCreateDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
CreateDeploymentRequest()
public CreateDeploymentRequest()CreateDeploymentRequest(CreateDeploymentRequest)
public CreateDeploymentRequest(CreateDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateDeploymentRequest |
Properties
Deployment
public Deployment Deployment { get; set; }Required. The deployment to create.
| Property Value | |
|---|---|
| Type | Description |
Deployment |
|
DeploymentId
public string DeploymentId { get; set; }Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAppName
public AppName ParentAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|