GetReleaseResult

data class GetReleaseResult(val abandoned: Boolean, val annotations: Map<String, String>, val buildArtifacts: List<BuildArtifactResponse>, val condition: ReleaseConditionResponse, val createTime: String, val deliveryPipelineSnapshot: DeliveryPipelineResponse, val description: String, val etag: String, val labels: Map<String, String>, val name: String, val renderEndTime: String, val renderStartTime: String, val renderState: String, val skaffoldConfigPath: String, val skaffoldConfigUri: String, val skaffoldVersion: String, val targetArtifacts: Map<String, String>, val targetRenders: Map<String, String>, val targetSnapshots: List<TargetResponse>, val uid: String)

Constructors

Link copied to clipboard
fun GetReleaseResult(abandoned: Boolean, annotations: Map<String, String>, buildArtifacts: List<BuildArtifactResponse>, condition: ReleaseConditionResponse, createTime: String, deliveryPipelineSnapshot: DeliveryPipelineResponse, description: String, etag: String, labels: Map<String, String>, name: String, renderEndTime: String, renderStartTime: String, renderState: String, skaffoldConfigPath: String, skaffoldConfigUri: String, skaffoldVersion: String, targetArtifacts: Map<String, String>, targetRenders: Map<String, String>, targetSnapshots: List<TargetResponse>, uid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether this is an abandoned release.

Link copied to clipboard

User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

Link copied to clipboard

List of artifacts to pass through to Skaffold command.

Link copied to clipboard

Information around the state of the Release.

Link copied to clipboard

Time at which the Release was created.

Link copied to clipboard

Snapshot of the parent pipeline taken at release creation time.

Link copied to clipboard

Description of the Release. Max length is 255 characters.

Link copied to clipboard

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.

Link copied to clipboard

Labels are attributes that can be set and used by both the user and by Google 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.

Link copied to clipboard

Optional. Name of the Release. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/a-z{0,62}.

Link copied to clipboard

Time at which the render completed.

Link copied to clipboard

Time at which the render began.

Link copied to clipboard

Current state of the render operation.

Link copied to clipboard

Filepath of the Skaffold config inside of the config URI.

Link copied to clipboard

Cloud Storage URI of tar.gz archive containing Skaffold configuration.

Link copied to clipboard

The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions are valid; Google Cloud Deploy supports a specific set of versions. If unset, the most recent supported Skaffold version will be used.

Link copied to clipboard

Map from target ID to the target artifacts created during the render operation.

Link copied to clipboard

Map from target ID to details of the render operation for that target.

Link copied to clipboard

Snapshot of the targets taken at release creation time.

Link copied to clipboard
val uid: String

Unique identifier of the Release.