disabledReason property

String? disabledReason
getter/setter pair

Reason why incremental query results are/were not written by the query. Possible string values are:

  • "DISABLED_REASON_UNSPECIFIED" : Disabled reason not specified.
  • "OTHER" : Some other reason.

Implementation

core.String? disabledReason;