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 documentation for the `CancelRolloutRequest` class within the Google Cloud Deploy v1 API, specifically detailing its structure and usage."],["The `CancelRolloutRequest` class is used as the request object for the `CancelRollout` operation in the API, with the latest version being 3.4.0."],["The class is a part of the `Google.Cloud.Deploy.V1` namespace and is contained in the `Google.Cloud.Deploy.V1.dll` assembly, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CancelRolloutRequest` class include `Name`, which is a required string specifying the rollout's full resource name, and `RolloutName`, which provides a typed view of the `Name`."],["The documentation also lists the history of versions, dating back to 1.0.0, for the `CancelRolloutRequest` class for those referencing older version information."]]],[]]