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.
Implements
IMessageGetExecutionRequest, IEquatableGetExecutionRequest, IDeepCloneableGetExecutionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
GetExecutionRequest()
public GetExecutionRequest()
GetExecutionRequest(GetExecutionRequest)
public GetExecutionRequest(GetExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other | GetExecutionRequest |
Properties
ExecutionName
public ExecutionName ExecutionName { get; set; }
ExecutionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |