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-04-09 UTC."],[[["This webpage provides reference documentation for the `CancelRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.8.0."],["The `CancelRolloutRequest` class is used to create request objects for the `CancelRollout` method, with full inheritance and implementation details provided for this object."],["The page lists available versions of the API, ranging from 3.4.0 (latest) down to 1.0.0, allowing users to access documentation for different versions of the API to use with their projects."],["The documentation outlines the constructors and properties of `CancelRolloutRequest`, including the `Name` property for specifying the rollout, as well as a `RolloutName` property."],["It also details the interfaces that `CancelRolloutRequest` implements, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, alongside the inherited members."]]],[]]