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 document provides reference documentation for the `GetAutomationRunRequest` class within the Google Cloud Deploy v1 API, specifically within the .NET environment."],["The latest version of this API is 3.4.0, and it lists historical versions dating back to version 1.0.0, allowing developers to view documentation across different releases."],["`GetAutomationRunRequest` is a class used to request an `AutomationRun`, which implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits members from the base `object` class."],["This class has two constructors, `GetAutomationRunRequest()` and `GetAutomationRunRequest(GetAutomationRunRequest other)`, for creating instances of the request."],["The class has two key properties: `AutomationRunName` providing a typed view over the resource name, and `Name`, a required string property that specifies the resource name of the AutomationRun in a specific format."]]],[]]