public sealed class AdvanceChildRolloutJobRun : IMessage<AdvanceChildRolloutJobRun>, IEquatable<AdvanceChildRolloutJobRun>, IDeepCloneable<AdvanceChildRolloutJobRun>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AdvanceChildRolloutJobRun.
AdvanceChildRolloutJobRun contains information specific to a
advanceChildRollout JobRun
.
Implements
IMessageAdvanceChildRolloutJobRun, IEquatableAdvanceChildRolloutJobRun, IDeepCloneableAdvanceChildRolloutJobRun, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
AdvanceChildRolloutJobRun()
public AdvanceChildRolloutJobRun()
AdvanceChildRolloutJobRun(AdvanceChildRolloutJobRun)
public AdvanceChildRolloutJobRun(AdvanceChildRolloutJobRun other)
Parameter | |
---|---|
Name | Description |
other |
AdvanceChildRolloutJobRun |
Properties
Rollout
public string Rollout { get; set; }
Output only. Name of the ChildRollout
. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}
.
Property Value | |
---|---|
Type | Description |
string |
RolloutPhaseId
public string RolloutPhaseId { get; set; }
Output only. the ID of the ChildRollout's Phase.
Property Value | |
---|---|
Type | Description |
string |