Workflow Executions v1 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 Workflow Executions v1 API class GetExecutionRequest.

Request for the [GetExecution][google.cloud.workflows.executions.v1.Executions.GetExecution] method.

Inheritance

object > GetExecutionRequest

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.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. Name of the execution to be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Property Value
Type Description
string

View

public ExecutionView View { get; set; }

Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.

Property Value
Type Description
ExecutionView

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.