integrationVersionState property

String? integrationVersionState
getter/setter pair

State of the integration version

Output only. Possible string values are:

  • "INTEGRATION_STATE_UNSPECIFIED" : Default.
  • "DRAFT" : Draft.
  • "ACTIVE" : Active.
  • "ARCHIVED" : Archived.
  • "SNAPSHOT" : Snapshot.

Implementation

core.String? integrationVersionState;