servingStatus property

String? servingStatus
getter/setter pair

Current serving status of this version.

Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING. Possible string values are:

  • "SERVING_STATUS_UNSPECIFIED" : Not specified.
  • "SERVING" : Currently serving. Instances are created according to the scaling settings of the version.
  • "STOPPED" : Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING.

Implementation

core.String? servingStatus;