GetRolloutResult

data class GetRolloutResult(val createTime: String, val createdBy: String, val deleteServiceStrategy: DeleteServiceStrategyResponse, val rolloutId: String, val serviceName: String, val status: String, val trafficPercentStrategy: TrafficPercentStrategyResponse)

Constructors

Link copied to clipboard
constructor(createTime: String, createdBy: String, deleteServiceStrategy: DeleteServiceStrategyResponse, rolloutId: String, serviceName: String, status: String, trafficPercentStrategy: TrafficPercentStrategyResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user who created the Rollout. Readonly.

Link copied to clipboard

Creation time of the rollout. Readonly.

Link copied to clipboard

The strategy associated with a rollout to delete a ManagedService. Readonly.

Link copied to clipboard

Optional. Unique identifier of this Rollout. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If not specified by client, the server will generate one. The generated id will have the form of , where "date" is the create date in ISO 8601 format. "revision number" is a monotonically increasing positive number that is reset every day for each service. An example of the generated rollout_id is '2016-02-16r1'

Link copied to clipboard

The name of the service associated with this Rollout.

Link copied to clipboard

The status of this rollout. Readonly. In case of a failed rollout, the system will automatically rollback to the current Rollout version. Readonly.

Link copied to clipboard

Google Service Control selects service configurations based on traffic percentage.