Get Rollout Result
data class GetRolloutResult(val annotations: Map<String, String>, val approvalState: String, val approveTime: String, val controllerRollout: String, val createTime: String, val deployEndTime: String, val deployFailureCause: String, val deployStartTime: String, val deployingBuild: String, val description: String, val enqueueTime: String, val etag: String, val failureReason: String, val labels: Map<String, String>, val metadata: MetadataResponse, val name: String, val phases: List<PhaseResponse>, val state: String, val targetId: String, val uid: String)
Constructors
Link copied to clipboard
fun GetRolloutResult(annotations: Map<String, String>, approvalState: String, approveTime: String, controllerRollout: String, createTime: String, deployEndTime: String, deployFailureCause: String, deployStartTime: String, deployingBuild: String, description: String, enqueueTime: String, etag: String, failureReason: String, labels: Map<String, String>, metadata: MetadataResponse, name: String, phases: List<PhaseResponse>, state: String, targetId: String, uid: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
Link copied to clipboard
Link copied to clipboard