Google Cloud Deploy v1 API - Class CreateChildRolloutJobRun (2.15.0)

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

Reference documentation and code samples for the Google Cloud Deploy v1 API class CreateChildRolloutJobRun.

CreateChildRolloutJobRun contains information specific to a createChildRollout JobRun.

Inheritance

object > CreateChildRolloutJobRun

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CreateChildRolloutJobRun()

public CreateChildRolloutJobRun()

CreateChildRolloutJobRun(CreateChildRolloutJobRun)

public CreateChildRolloutJobRun(CreateChildRolloutJobRun other)
Parameter
NameDescription
otherCreateChildRolloutJobRun

Properties

Rollout

public string Rollout { get; set; }

Output only. Name of the ChildRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.

Property Value
TypeDescription
string

RolloutPhaseId

public string RolloutPhaseId { get; set; }

Output only. The ID of the childRollout Phase initiated by this JobRun.

Property Value
TypeDescription
string