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.13.0."],["`CancelRolloutRequest` is a request object used by the `CancelRollout` method, which facilitates canceling a rollout in Google Cloud Deploy."],["The document details the inheritance, implemented interfaces, namespace, and assembly associated with the `CancelRolloutRequest` class."],["It outlines the constructors available for `CancelRolloutRequest`, including a default constructor and one that accepts another `CancelRolloutRequest` as a parameter."],["The document showcases the properties of the class, which are `Name` and `RolloutName`, offering the necessary information to specify the rollout to be canceled within the API."]]],[]]