Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource

The "stepEntries" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkflowExecutions.v1
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource

Constructors

StepEntriesResource(IClientService)

Constructs a new resource.

Declaration
public StepEntriesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a step entry.

Declaration
public virtual ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the step entry to retrieve. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}

Returns
Type Description
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.GetRequest

List(string)

Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.

Declaration
public virtual ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the workflow execution to list entries for. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Returns
Type Description
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.ListRequest
In this article
Back to top Generated by DocFX