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."],[[["The documentation provides reference information for the `GetAutomationRunRequest` class within the Google Cloud Deploy v1 API, specifically version 2.16.0."],["This class is used as a request object for the `GetAutomationRun` operation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAutomationRunRequest` class includes properties such as `AutomationRunName` and `Name`, where `Name` is a required field representing the name of the automation run resource."],["The documentation lists the inheritance hierarchy and inherited members for the `GetAutomationRunRequest` class, along with details about its constructors and properties."],["Multiple versions of the `GetAutomationRunRequest` documentation are available, ranging from version 1.0.0 to the latest version, 3.4.0, with a breakdown of the documentation for each version."]]],[]]