Google Cloud Deploy v1 API - Class ChildRolloutJobs (2.15.0)

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

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

ChildRollouts job composition

Inheritance

object > ChildRolloutJobs

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ChildRolloutJobs()

public ChildRolloutJobs()

ChildRolloutJobs(ChildRolloutJobs)

public ChildRolloutJobs(ChildRolloutJobs other)
Parameter
NameDescription
otherChildRolloutJobs

Properties

AdvanceRolloutJobs

public RepeatedField<Job> AdvanceRolloutJobs { get; }

Output only. List of AdvanceChildRolloutJobs

Property Value
TypeDescription
RepeatedFieldJob

CreateRolloutJobs

public RepeatedField<Job> CreateRolloutJobs { get; }

Output only. List of CreateChildRolloutJobs

Property Value
TypeDescription
RepeatedFieldJob