Google Cloud Deploy V1 Client - Class SkaffoldSupportedCondition (0.9.0)

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

SkaffoldSupportedCondition contains information about when support for the release's version of skaffold ends.

Generated from protobuf message google.cloud.deploy.v1.Release.SkaffoldSupportedCondition

Namespace

Google \ Cloud \ Deploy \ V1 \ Release

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ status bool

True if the version of skaffold used by this release is supported.

↳ skaffold_support_state int

The skaffold support state for this release's version of skaffold.

↳ maintenance_mode_time Google\Protobuf\Timestamp

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

↳ support_expiration_time Google\Protobuf\Timestamp

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

getStatus

True if the version of skaffold used by this release is supported.

Returns
TypeDescription
bool

setStatus

True if the version of skaffold used by this release is supported.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getSkaffoldSupportState

The skaffold support state for this release's version of skaffold.

Returns
TypeDescription
int

setSkaffoldSupportState

The skaffold support state for this release's version of skaffold.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMaintenanceModeTime

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

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasMaintenanceModeTime

clearMaintenanceModeTime

setMaintenanceModeTime

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

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

getSupportExpirationTime

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

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasSupportExpirationTime

clearSupportExpirationTime

setSupportExpirationTime

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

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