Google Cloud Deploy V1 Client - Class SkaffoldVersion (0.5.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class SkaffoldVersion.

Details of a supported Skaffold version.

Generated from protobuf message google.cloud.deploy.v1.SkaffoldVersion

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ version string

Release version number. For example, "1.20.3".

↳ maintenance_mode_time Google\Protobuf\Timestamp

The time at which this version of skaffold will enter maintenance mode.

↳ support_expiration_time Google\Protobuf\Timestamp

The time at which this version of skaffold will no longer be supported.

↳ support_end_date Google\Type\Date

Date when this version is expected to no longer be supported.

getVersion

Release version number. For example, "1.20.3".

Returns
TypeDescription
string

setVersion

Release version number. For example, "1.20.3".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMaintenanceModeTime

The time at which this version of skaffold will enter maintenance mode.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasMaintenanceModeTime

clearMaintenanceModeTime

setMaintenanceModeTime

The time at which this version of skaffold will enter maintenance mode.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getSupportExpirationTime

The time at which this version of skaffold will no longer be supported.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasSupportExpirationTime

clearSupportExpirationTime

setSupportExpirationTime

The time at which this version of skaffold will no longer be supported.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getSupportEndDate

Date when this version is expected to no longer be supported.

Returns
TypeDescription
Google\Type\Date|null

hasSupportEndDate

clearSupportEndDate

setSupportEndDate

Date when this version is expected to no longer be supported.

Parameter
NameDescription
var Google\Type\Date
Returns
TypeDescription
$this