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 webpage provides reference documentation for the `GetAutomationRunRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `GetAutomationRunRequest` class is used to construct requests for the `GetAutomationRun` operation, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API documentation available is version 3.4.0, with a historical record of versions ranging from 1.0.0 to the latest, that are all available to reference."],["The `GetAutomationRunRequest` class has two constructors and two properties, `AutomationRunName` and `Name`, used for identifying the specific automation run."],["The documentation outlines inherited members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`, and contains a namespace and assembly name."]]],[]]