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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetAutomationRequest` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["The `GetAutomationRequest` class is used to make requests to the `GetAutomation` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers various versions of the API, from the latest `3.4.0` down to `1.0.0`, with `3.2.0` being the currently viewed version."],["The `GetAutomationRequest` class has two constructors, a default one and one that accepts another `GetAutomationRequest` object as a parameter, and has two properties: `AutomationName` which is a type `AutomationName` and `Name` which is a string and is a required field."],["This documentation is found in the namespace `Google.Cloud.Deploy.V1` and located within the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]