Class WorkflowInvocation
Represents a single invocation of a compilation result.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class WorkflowInvocation : IDirectResponseSchema
Properties
CompilationResult
Immutable. The name of the compilation result to use for this invocation. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.
Declaration
[JsonProperty("compilationResult")]
public virtual string CompilationResult { get; set; }
Property Value
Type | Description |
---|---|
string |
DataEncryptionState
Output only. Only set if the repository has a KMS Key.
Declaration
[JsonProperty("dataEncryptionState")]
public virtual DataEncryptionState DataEncryptionState { get; set; }
Property Value
Type | Description |
---|---|
DataEncryptionState |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InvocationConfig
Immutable. If left unset, a default InvocationConfig will be used.
Declaration
[JsonProperty("invocationConfig")]
public virtual InvocationConfig InvocationConfig { get; set; }
Property Value
Type | Description |
---|---|
InvocationConfig |
InvocationTiming
Output only. This workflow invocation's timing details.
Declaration
[JsonProperty("invocationTiming")]
public virtual Interval InvocationTiming { get; set; }
Property Value
Type | Description |
---|---|
Interval |
Name
Output only. The workflow invocation's name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ResolvedCompilationResult
Output only. The resolved compilation result that was used to create this invocation. Will be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.
Declaration
[JsonProperty("resolvedCompilationResult")]
public virtual string ResolvedCompilationResult { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. This workflow invocation's current state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkflowConfig
Immutable. The name of the workflow config to invoke. Must be in the format
projects/*/locations/*/repositories/*/workflowConfigs/*
.
Declaration
[JsonProperty("workflowConfig")]
public virtual string WorkflowConfig { get; set; }
Property Value
Type | Description |
---|---|
string |