status property

String? status
getter/setter pair

Provides the PrimaryStatus of this status detail. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ELIGIBLE" : The asset is eligible to serve.
  • "PAUSED" : The user-specified asset link status is paused.
  • "REMOVED" : The user-specified asset link status is removed.
  • "PENDING" : The asset may serve in the future.
  • "LIMITED" : The asset is serving in a partial capacity.
  • "NOT_ELIGIBLE" : The asset is not eligible to serve.

Implementation

core.String? status;