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 latest version available for the `GetAutomationRunRequest` is 3.4.0, which can be found alongside other versions from 3.3.0 down to 1.0.0."],["`GetAutomationRunRequest` is a class in the Google Cloud Deploy v1 API, used as a request object for the `GetAutomationRun` operation."],["The `GetAutomationRunRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring functionality for message handling, equality checks, and deep cloning."],["The class has two constructors, one parameterless and another which accepts a `GetAutomationRunRequest` object, allowing for creating new requests or cloning existing ones, and also includes properties such as `AutomationRunName` and `Name` to identify the specific automation run being requested."],["The `Name` property, a string, is a required field for the `GetAutomationRunRequest` which takes the format of `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}`."]]],[]]