PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject

data class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject(val bucket: String, val generationNumber: String, val object: String)

Constructors

constructor(bucket: String, generationNumber: String, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bucket of the Cloud Storage object.

Link copied to clipboard

Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.

Link copied to clipboard

Name of the Cloud Storage object.