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 document provides reference documentation for the `IgnoreJobRequest` class within the Google Cloud Deploy v1 API for .NET, with the most recent version being 3.4.0 and the current version as 2.12.0."],["The `IgnoreJobRequest` class is used as the request object for the `IgnoreJob` function, allowing users to define parameters for a job to be ignored."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` ensuring compatibility and providing enhanced functionality."],["The `IgnoreJobRequest` class has properties such as `JobId`, `PhaseId`, `Rollout` and `RolloutAsRolloutName`, each serving a specific function in defining the job and context for it to be ignored."],["The namespace for the `IgnoreJobRequest` class is `Google.Cloud.Deploy.V1`, and it is contained in the assembly `Google.Cloud.Deploy.V1.dll`."]]],[]]