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."],[[["This document provides reference information for the `CancelRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.3.0."],["The `CancelRolloutRequest` class is used to create request objects for the `CancelRollout` method, as documented in the Google Cloud Deploy v1 API."],["The `CancelRolloutRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page lists all available versions of the `CancelRolloutRequest` documentation, from version 1.0.0 up to the latest 3.4.0, alongside providing details regarding the class constructors and properties, such as Name and RolloutName."],["The `Name` property of `CancelRolloutRequest` specifies the required format for identifying the rollout to cancel, using a detailed path that includes project, location, delivery pipeline, release, and rollout names."]]],[]]