GetWorkflowInvocationResult

data class GetWorkflowInvocationResult(val compilationResult: String, val invocationConfig: InvocationConfigResponse, val invocationTiming: IntervalResponse, val name: String, val state: String, val workflowConfig: String)

Constructors

Link copied to clipboard
fun GetWorkflowInvocationResult(compilationResult: String, invocationConfig: InvocationConfigResponse, invocationTiming: IntervalResponse, name: String, state: String, workflowConfig: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The name of the compilation result to compile. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

Link copied to clipboard

Immutable. If left unset, a default InvocationConfig will be used.

Link copied to clipboard

This workflow invocation's timing details.

Link copied to clipboard

The workflow invocation's name.

Link copied to clipboard

This workflow invocation's current state.

Link copied to clipboard

Immutable. The name of the workflow config to invoke. Must be in the format projects/*/locations/*/repositories/*/workflowConfigs/*. ////////