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-03-21 UTC."],[[["This webpage provides documentation for the `IgnoreJobRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.15.0, with links to other versions as well."],["`IgnoreJobRequest` is used as the request object for the `IgnoreJob` function, to ignore a job, which implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IgnoreJobRequest` class includes properties such as `JobId`, `PhaseId`, and `Rollout`, which are all required and defined as strings to specify which job to ignore."],["The `RolloutAsRolloutName` property is also present and allows for a `RolloutName` typed view."],["The page lists various versions of the `IgnoreJobRequest` documentation, ranging from version 1.0.0 up to the latest at 3.4.0, indicating a history of updates and revisions."]]],[]]