public sealed class GetAutomationRequest : IMessage<GetAutomationRequest>, IEquatable<GetAutomationRequest>, IDeepCloneable<GetAutomationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetAutomationRequest.
Required. Name of the Automation. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}.
[[["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 document provides reference documentation for the `GetAutomationRequest` class within the Google Cloud Deploy v1 API."],["The `GetAutomationRequest` class is used to request the retrieval of an `Automation` and includes a required `Name` property to specify the automation's location and identifier."],["The document outlines various versions of the Google Cloud Deploy v1 API, with version 3.4.0 being the latest and a variety of prior versions available, down to version 1.0.0."],["The `GetAutomationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetAutomationRequest\u003e`, `IDeepCloneable\u003cGetAutomationRequest\u003e`, and `IBufferMessage`, for supporting serialization, comparison, cloning, and message handling."],["The class includes two constructors, one default and one that accepts another `GetAutomationRequest` instance for copying, and defines the `AutomationName` property, representing a typed view over the resource name property."]]],[]]