---
title: Cloud Deploy Delivery Pipeline
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Cloud Deploy Delivery Pipeline
---

# Cloud Deploy Delivery Pipeline

Cloud Deploy Delivery Pipeline in Google Cloud is a resource that defines the sequence of stages and targets for releasing applications. It manages how software moves from development through testing and into production, ensuring consistent and automated delivery. This pipeline helps teams standardize deployment processes, enforce release policies, and track progress across environments.

```
gcp.clouddeploy_delivery_pipeline
```

## Fields

| Title                | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Description |
| -------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                 | core | string        |
| ancestors            | core | array<string> |
| annotations          | core | hstore        | Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.                                                                                                                                                                                                                                                                                                                                                                                                               |
| condition            | core | json          | Output only. Information around the state of the Delivery Pipeline.                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| create_time          | core | timestamp     | Output only. Time at which the pipeline was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| datadog_display_name | core | string        |
| description          | core | string        | Optional. Description of the `DeliveryPipeline`. Max length is 255 characters.                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| etag                 | core | string        | This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.                                                                                                                                                                                                                                                                                                                                 |
| labels               | core | array<string> | Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. |
| name                 | core | string        | Identifier. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}`. The `deliveryPipeline` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`                                                                                                                                                                                                                                                                                                       |
| organization_id      | core | string        |
| parent               | core | string        |
| project_id           | core | string        |
| project_number       | core | string        |
| region_id            | core | string        |
| resource_name        | core | string        |
| serial_pipeline      | core | json          | Optional. SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| suspended            | core | bool          | Optional. When suspended, no new releases or rollouts can be created, but in-progress ones will complete.                                                                                                                                                                                                                                                                                                                                                                                                                 |
| tags                 | core | hstore_csv    |
| uid                  | core | string        | Output only. Unique identifier of the `DeliveryPipeline`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| update_time          | core | timestamp     | Output only. Most recent time at which the pipeline was updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| zone_id              | core | string        |
