VersionServingStatus

enum VersionServingStatus : Enum<VersionServingStatus> , ConvertibleToJava<VersionServingStatus>

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.

Entries

Link copied to clipboard
Link copied to clipboard

Currently serving. Instances are created according to the scaling settings of the version.

Link copied to clipboard

Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): VersionServingStatus
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: VersionServingStatus
Link copied to clipboard
Link copied to clipboard