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 page provides reference documentation for the `CancelRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.14.0."],["The `CancelRolloutRequest` class is used to define the request object for the `CancelRollout` function, enabling the cancellation of a rollout in the Google Cloud Deploy service."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility and functionality within the .NET environment."],["It includes properties such as `Name` (a required string representing the rollout's resource name) and `RolloutName` (a typed view over the resource name), which are central to identifying and operating on rollouts."],["The page also contains links to previous versions of the documentation and code samples for `CancelRolloutRequest`, showing the different iterations, the latest version being 3.4.0."]]],[]]