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
Implements
IMessageGetAutomationRunRequest, IEquatableGetAutomationRunRequest, IDeepCloneableGetAutomationRunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
GetAutomationRunRequest()
public GetAutomationRunRequest()
GetAutomationRunRequest(GetAutomationRunRequest)
public GetAutomationRunRequest(GetAutomationRunRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAutomationRunRequest |
Properties
AutomationRunName
public AutomationRunName AutomationRunName { get; set; }
AutomationRunName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |