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 reference documentation for the `IgnoreJobRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `IgnoreJobRequest` class is used to create request objects for the `IgnoreJob` function."],["The latest version documented is 3.4.0, and the documentation includes a range of prior versions, down to 1.0.0."],["Key properties of `IgnoreJobRequest` include `JobId`, `PhaseId`, and `Rollout`, all of which are strings and required to identify the specific job to be ignored."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, allowing it to integrate with the Google Protobuf system and provides functionalities such as object comparison and deep cloning."]]],[]]