public sealed class GetAutomationRunRequest : IMessage<GetAutomationRunRequest>, IEquatable<GetAutomationRunRequest>, IDeepCloneable<GetAutomationRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetAutomationRunRequest.
Required. Name of the AutomationRun. Format must be
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-03-21 UTC."],[[["This page provides reference documentation for the `GetAutomationRunRequest` class within the Google Cloud Deploy v1 API."],["The latest version of the `GetAutomationRunRequest` is 3.4.0, but the page focuses on version 2.14.0 which includes multiple previous versions."],["The `GetAutomationRunRequest` class is the request object for retrieving an `AutomationRun` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetAutomationRunRequest` include `AutomationRunName` (a typed view) and `Name` (a string), which specifies the `AutomationRun` to be retrieved."],["The documentation also details the constructors available for the class, including a default constructor and one that takes another `GetAutomationRunRequest` object as a parameter."]]],[]]