Google Cloud Deploy V1 Client - Class ReleaseCondition (0.9.0)

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

ReleaseCondition contains all conditions relevant to a Release.

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

Namespace

Google \ Cloud \ Deploy \ V1 \ Release

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ release_ready_condition Google\Cloud\Deploy\V1\Release\ReleaseReadyCondition

Details around the Releases's overall status.

↳ skaffold_supported_condition Google\Cloud\Deploy\V1\Release\SkaffoldSupportedCondition

Details around the support state of the release's skaffold version.

getReleaseReadyCondition

Details around the Releases's overall status.

Returns
TypeDescription
Google\Cloud\Deploy\V1\Release\ReleaseReadyCondition|null

hasReleaseReadyCondition

clearReleaseReadyCondition

setReleaseReadyCondition

Details around the Releases's overall status.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\Release\ReleaseReadyCondition
Returns
TypeDescription
$this

getSkaffoldSupportedCondition

Details around the support state of the release's skaffold version.

Returns
TypeDescription
Google\Cloud\Deploy\V1\Release\SkaffoldSupportedCondition|null

hasSkaffoldSupportedCondition

clearSkaffoldSupportedCondition

setSkaffoldSupportedCondition

Details around the support state of the release's skaffold version.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\Release\SkaffoldSupportedCondition
Returns
TypeDescription
$this