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 webpage provides reference documentation for the `GetAutomationRequest` class within the Google Cloud Deploy v1 API for .NET."],["The latest version available for `GetAutomationRequest` is 3.4.0, with a list of previous versions ranging from 3.3.0 down to 1.0.0, all accessible via links."],["`GetAutomationRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `object` class."],["This class has two constructors, a default one and another that accepts a `GetAutomationRequest` object as a parameter, allowing for the creation of a copy."],["The `GetAutomationRequest` class includes two properties, `AutomationName` of type `AutomationName` and `Name` of type string, the latter being a required property for identifying an `Automation` resource."]]],[]]