| _key | core | string | |
| abandoned | core | bool | Output only. Indicates whether this is an abandoned release. |
| 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. See https://google.aip.dev/128#annotations for more details such as format and size limitations. |
| build_artifacts | core | json | Optional. List of artifacts to pass through to Skaffold command. |
| condition | core | json | Output only. Information around the state of the Release. |
| create_time | core | timestamp | Output only. Time at which the `Release` was created. |
| custom_target_type_snapshots | core | json | Output only. Snapshot of the custom target types referenced by the targets taken at release creation time. |
| datadog_display_name | core | string | |
| delivery_pipeline_snapshot | core | json | Output only. Snapshot of the parent pipeline taken at release creation time. |
| description | core | string | Optional. Description of the `Release`. 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> | |
| name | core | string | Identifier. Name of the `Release`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}`. The `release` 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 | |
| render_end_time | core | timestamp | Output only. Time at which the render completed. |
| render_start_time | core | timestamp | Output only. Time at which the render began. |
| render_state | core | string | Output only. Current state of the render operation. Possible values: ['RENDER_STATE_UNSPECIFIED', 'SUCCEEDED', 'FAILED', 'IN_PROGRESS']. Values descriptions: ['The render state is unspecified.', 'All rendering operations have completed successfully.', 'All rendering operations have completed, and one or more have failed.', 'Rendering has started and is not complete.'] |
| resource_name | core | string | |
| skaffold_config_path | core | string | Optional. Filepath of the Skaffold config inside of the config URI. |
| skaffold_config_uri | core | string | Optional. Cloud Storage URI of tar.gz archive containing Skaffold configuration. |
| skaffold_version | core | string | Optional. The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent supported Skaffold version will be used. |
| tags | core | hstore | |
| target_snapshots | core | json | Output only. Snapshot of the targets taken at release creation time. |
| uid | core | string | Output only. Unique identifier of the `Release`. |