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.
Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/
releases/{release}/rollouts/{rollout}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides reference documentation for the `IgnoreJobRequest` class within the Google Cloud Deploy v1 API."],["The `IgnoreJobRequest` class is used as the request object for the `IgnoreJob` functionality and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has several properties including `JobId`, `PhaseId`, `Rollout`, and `RolloutAsRolloutName`, all of which are required to specify the job and rollout to ignore."],["There is a full list of past versions of the `IgnoreJobRequest` class going back to version 1.0.0, with the latest being version 3.4.0."],["The page indicates how to use the `IgnoreJobRequest` class, including the constructors and properties required to correctly execute it, along with the respective values for each."]]],[]]