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."],[[["The latest version available for the Google Cloud Deploy v1 API class `GetAutomationRequest` is 3.4.0, with multiple earlier versions also documented."],["This document provides reference information and code samples for the `GetAutomationRequest` class within the Google Cloud Deploy v1 API."],["`GetAutomationRequest` is a request object used for the `GetAutomation` operation and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `AutomationName` and `Name`, which are used to specify the automation being requested, with `Name` being a required field."],["The documentation covers inherited members like `GetHashCode()`, `GetType()`, and `ToString()` from the base object class, along with details on constructors and the namespace `Google.Cloud.Deploy.V1`."]]],[]]