Show / Hide Table of Contents

Class StepEntry

An StepEntry contains debugging information for a step transition in a workflow execution.

Inheritance
object
StepEntry
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class StepEntry : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The creation time of the step entry.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntryId

Output only. The numeric ID of this step entry, used for navigation.

Declaration
[JsonProperty("entryId")]
public virtual long? EntryId { get; set; }
Property Value
Type Description
long?

Exception

Output only. The exception thrown by the step entry.

Declaration
[JsonProperty("exception")]
public virtual Exception Exception { get; set; }
Property Value
Type Description
Exception

Name

Output only. The full resource name of the step entry. Each step entry has a unique entry ID, which is a monotonically increasing counter. Step entry names have the format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NavigationInfo

Output only. The NavigationInfo associated with this step.

Declaration
[JsonProperty("navigationInfo")]
public virtual NavigationInfo NavigationInfo { get; set; }
Property Value
Type Description
NavigationInfo

Routine

Output only. The name of the routine this step entry belongs to. A routine name is the subworkflow name defined in the YAML source code. The top level routine name is main.

Declaration
[JsonProperty("routine")]
public virtual string Routine { get; set; }
Property Value
Type Description
string

State

Output only. The state of the step entry.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Step

Output only. The name of the step this step entry belongs to.

Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
Type Description
string

StepEntryMetadata

Output only. The StepEntryMetadata associated with this step.

Declaration
[JsonProperty("stepEntryMetadata")]
public virtual StepEntryMetadata StepEntryMetadata { get; set; }
Property Value
Type Description
StepEntryMetadata

StepType

Output only. The type of the step this step entry belongs to.

Declaration
[JsonProperty("stepType")]
public virtual string StepType { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The most recently updated time of the step entry.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

VariableData

Output only. The VariableData associated with this step.

Declaration
[JsonProperty("variableData")]
public virtual VariableData VariableData { get; set; }
Property Value
Type Description
VariableData

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX