public sealed class CreateChildRolloutJobRun : IMessage<CreateChildRolloutJobRun>, IEquatable<CreateChildRolloutJobRun>, IDeepCloneable<CreateChildRolloutJobRun>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class CreateChildRolloutJobRun.
CreateChildRolloutJobRun contains information specific to a
createChildRollout JobRun.
Implements
IMessageCreateChildRolloutJobRun, IEquatableCreateChildRolloutJobRun, IDeepCloneableCreateChildRolloutJobRun, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CreateChildRolloutJobRun()
public CreateChildRolloutJobRun()CreateChildRolloutJobRun(CreateChildRolloutJobRun)
public CreateChildRolloutJobRun(CreateChildRolloutJobRun other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateChildRolloutJobRun |
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 Phase initiated by this JobRun.
| Property Value | |
|---|---|
| Type | Description |
string |
|