desiredState property

String? desiredState
getter/setter pair

The desired state of this export.

Setting this to values other than ACTIVE and PAUSED will result in an error. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "ACTIVE" : Messages are being exported.
  • "PAUSED" : Exporting messages is suspended.
  • "PERMISSION_DENIED" : Messages cannot be exported due to permission denied errors. Output only.
  • "NOT_FOUND" : Messages cannot be exported due to missing resources. Output only.

Implementation

core.String? desiredState;