Class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource
The "stepEntries" collection of methods.
Inheritance
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource
Inherited Members
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 |