public sealed class CancelRolloutRequest : IMessage<CancelRolloutRequest>, IEquatable<CancelRolloutRequest>, IDeepCloneable<CancelRolloutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CancelRolloutRequest.
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."],[[["The latest version available for the `CancelRolloutRequest` class is 3.4.0, while the current page focuses on version 2.18.0."],["`CancelRolloutRequest` is a class used within the Google Cloud Deploy v1 API, which facilitates the cancellation of a rollout."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `CancelRolloutRequest` class has a `Name` property, which is a required string for identifying the specific rollout, and a `RolloutName` property providing a typed view of the resource name."],["The page details the constructors of the class, in addition to the properties, and the inherited members of the class."]]],[]]