Cloud Run Admin v2 API - Class GetExecutionRequest (2.7.0)

public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Run Admin v2 API class GetExecutionRequest.

Request message for obtaining a Execution by its full name.

Inheritance

object > GetExecutionRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

GetExecutionRequest()

public GetExecutionRequest()

GetExecutionRequest(GetExecutionRequest)

public GetExecutionRequest(GetExecutionRequest other)
Parameter
NameDescription
otherGetExecutionRequest

Properties

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

Name

public string Name { get; set; }

Required. The full name of the Execution. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}, where {project} can be project id or number.

Property Value
TypeDescription
string