public sealed class CancelAutomationRunRequest : IMessage<CancelAutomationRunRequest>, IEquatable<CancelAutomationRunRequest>, IDeepCloneable<CancelAutomationRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CancelAutomationRunRequest.
Required. Name of the AutomationRun. Format is
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.
[[["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 `CancelAutomationRunRequest` class within the Google Cloud Deploy v1 API, specifically for version 3.2.0."],["The `CancelAutomationRunRequest` class is used to create request objects for the `CancelAutomationRun` method, as described in the documentation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `CancelAutomationRunRequest` class has two constructors and two properties: `AutomationRunName` and `Name`, with `Name` being a required string field representing the automation run's resource name."],["The documentation encompasses various versions, from 1.0.0 to the latest 3.4.0, indicating the historical evolution and updates to `CancelAutomationRunRequest` in the Google Cloud Deploy v1 API."]]],[]]