public sealed class Stage : IMessage<Stage>, IEquatable<Stage>, IDeepCloneable<Stage>, IBufferMessage, IMessage
Stage specifies a location to which to deploy.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Stage()
public Stage()
Stage(Stage)
public Stage(Stage other)
Parameter | |
---|---|
Name | Description |
other | Stage |
Properties
Profiles
public RepeatedField<string> Profiles { get; }
Skaffold profiles to use when rendering the manifest for this stage's
Target
.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
TargetId
public string TargetId { get; set; }
The target_id to which this stage points. This field refers exclusively to
the last segment of a target name. For example, this field would just be
my-target
(rather than
projects/project/deliveryPipelines/pipeline/targets/my-target
). The
parent DeliveryPipeline
of the Target
is inferred to be the parent
DeliveryPipeline
of the Release
in which this Stage
lives.
Property Value | |
---|---|
Type | Description |
String |