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 document provides reference documentation for the `CancelRolloutRequest` class within the Google Cloud Deploy v1 API, specifically version 2.16.0."],["`CancelRolloutRequest` is used as the request object for the `CancelRollout` operation and inherits from various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties, including `Name` and `RolloutName`, which are essential for identifying the specific rollout to be canceled."],["The document also provides a list of previous versions for the `CancelRolloutRequest` class, ranging from version 1.0.0 to 3.4.0."],["The document shows the assembly, namespace, inheritance, implemented interfaces, constructor information, and property details for the `CancelRolloutRequest` class."]]],[]]