ServiceRevisionSummary

The information about the number of requested, pending, and running tasks for a service revision.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the service revision.

Link copied to clipboard

The number of pending tasks for the service revision.

Link copied to clipboard

The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.

Link copied to clipboard

The number of requested tasks for the service revision.

Link copied to clipboard

The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.

Link copied to clipboard

The number of running tasks for the service revision.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String