VersionOrigin

enum VersionOrigin : Enum<VersionOrigin> , ConvertibleToJava<VersionOrigin>

Optional. The origin that indicates where this integration is coming from.

Entries

Link copied to clipboard
Link copied to clipboard

Workflow is being created via event bus UI.

Link copied to clipboard

User checked in this workflow in Piper as v2 textproto format and we synced it into spanner.

Link copied to clipboard

User checked in this workflow in piper as v3 textproto format and we synced it into spanner.

Link copied to clipboard

Workflow is being created via Standalone IP Provisioning

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): VersionOrigin
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: VersionOrigin
Link copied to clipboard
Link copied to clipboard