Class Release (2.0.0)

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

A Release resource in the Google Cloud Deploy API.

A Release defines a specific Skaffold configuration instance that can be deployed.

Inheritance

Object > Release

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Release()

public Release()

Release(Release)

public Release(Release other)
Parameter
NameDescription
otherRelease

Properties

Annotations

public MapField<string, string> Annotations { get; }

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.

Property Value
TypeDescription
MapField<String, String>

BuildArtifacts

public RepeatedField<BuildArtifact> BuildArtifacts { get; }

List of artifacts to pass through to Skaffold command.

Property Value
TypeDescription
RepeatedField<BuildArtifact>

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time at which the Release was created.

Property Value
TypeDescription
Timestamp

DeliveryPipelineSnapshot

public DeliveryPipeline DeliveryPipelineSnapshot { get; set; }

Output only. Snapshot of the parent pipeline taken at release creation time.

Property Value
TypeDescription
DeliveryPipeline

Description

public string Description { get; set; }

Description of the Release. Max length is 255 characters.

Property Value
TypeDescription
String

Etag

public string Etag { get; set; }

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.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

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.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

ReleaseName

public ReleaseName ReleaseName { get; set; }

ReleaseName-typed view over the Name resource name property.

Property Value
TypeDescription
ReleaseName

RenderEndTime

public Timestamp RenderEndTime { get; set; }

Output only. Time at which the render completed.

Property Value
TypeDescription
Timestamp

RenderStartTime

public Timestamp RenderStartTime { get; set; }

Output only. Time at which the render began.

Property Value
TypeDescription
Timestamp

RenderState

public Release.Types.RenderState RenderState { get; set; }

Output only. Current state of the render operation.

Property Value
TypeDescription
Release.Types.RenderState

SkaffoldConfigPath

public string SkaffoldConfigPath { get; set; }

Filepath of the Skaffold config inside of the config URI.

Property Value
TypeDescription
String

SkaffoldConfigUri

public string SkaffoldConfigUri { get; set; }

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

Property Value
TypeDescription
String

SkaffoldVersion

public string SkaffoldVersion { get; set; }

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.

Property Value
TypeDescription
String

TargetArtifacts

public MapField<string, TargetArtifact> TargetArtifacts { get; }

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

Property Value
TypeDescription
MapField<String, TargetArtifact>

TargetRenders

public MapField<string, Release.Types.TargetRender> TargetRenders { get; }

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

Property Value
TypeDescription
MapField<String, Release.Types.TargetRender>

TargetSnapshots

public RepeatedField<Target> TargetSnapshots { get; }

Output only. Snapshot of the targets taken at release creation time.

Property Value
TypeDescription
RepeatedField<Target>

Uid

public string Uid { get; set; }

Output only. Unique identifier of the Release.

Property Value
TypeDescription
String