Table of Contents

Namespace Temporalio.Api.Deployment.V1

Classes

Deployment

Deployment identifies a deployment of Temporal workers. The combination of deployment series name + build ID serves as the identifier. User can use WorkerDeploymentOptions in their worker programs to specify these values.

DeploymentInfo

DeploymentInfo holds information about a deployment. Deployment information is tracked automatically by server as soon as the first poll from that deployment reaches the server. There can be multiple task queue workers in a single deployment which are listed in this message.

DeploymentInfo.Types

Container for nested types declared in the DeploymentInfo message type.

DeploymentInfo.Types.TaskQueueInfo
DeploymentListInfo

DeploymentListInfo is an abbreviated set of fields from DeploymentInfo that's returned in ListDeployments.

MessageReflection

Holder for reflection information generated from temporal/api/deployment/v1/message.proto

UpdateDeploymentMetadata

Used as part of Deployment write APIs to update metadata attached to a deployment.