Google Cloud Deploy v1 API - Class IgnoreJobRequest (2.15.0)

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

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

The request object used by IgnoreJob.

Inheritance

object > IgnoreJobRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

IgnoreJobRequest()

public IgnoreJobRequest()

IgnoreJobRequest(IgnoreJobRequest)

public IgnoreJobRequest(IgnoreJobRequest other)
Parameter
NameDescription
otherIgnoreJobRequest

Properties

JobId

public string JobId { get; set; }

Required. The job ID for the Job to ignore.

Property Value
TypeDescription
string

PhaseId

public string PhaseId { get; set; }

Required. The phase ID the Job to ignore belongs to.

Property Value
TypeDescription
string

Rollout

public string Rollout { get; set; }

Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.

Property Value
TypeDescription
string

RolloutAsRolloutName

public RolloutName RolloutAsRolloutName { get; set; }

RolloutName-typed view over the Rollout resource name property.

Property Value
TypeDescription
RolloutName