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

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

Reference 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].

Inheritance

object > CreateDeploymentRequest

Namespace

Google.Cloud.Ces.V1

Assembly

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; }

AppName-typed view over the Parent resource name property.

Property Value
Type Description
AppName