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 documentation for the `IgnoreJobRequest` class within the Google Cloud Deploy v1 API, detailing its structure and usage."],["The `IgnoreJobRequest` class is used to create a request object for the `IgnoreJob` function, allowing users to specify which job to ignore."],["The latest documented version is 3.4.0, but documentation for multiple versions ranging from 1.0.0 to 3.4.0 is available."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `IgnoreJobRequest` class include `JobId`, `PhaseId`, and `Rollout`, which are required to identify the specific job to be ignored, as well as `RolloutAsRolloutName` which is a RolloutName-typed view of the rollout name property."]]],[]]