Google Cloud Deploy v1 API - Class GetAutomationRunRequest (2.15.0)

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.

The request object for GetAutomationRun

Inheritance

object > GetAutomationRunRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GetAutomationRunRequest()

public GetAutomationRunRequest()

GetAutomationRunRequest(GetAutomationRunRequest)

public GetAutomationRunRequest(GetAutomationRunRequest other)
Parameter
NameDescription
otherGetAutomationRunRequest

Properties

AutomationRunName

public AutomationRunName AutomationRunName { get; set; }

AutomationRunName-typed view over the Name resource name property.

Property Value
TypeDescription
AutomationRunName

Name

public string Name { get; set; }

Required. Name of the AutomationRun. Format must be projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

Property Value
TypeDescription
string