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 \ ReleaseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Deploy\V1\Release\ReleaseReadyCondition|null |
hasReleaseReadyCondition
clearReleaseReadyCondition
setReleaseReadyCondition
Details around the Releases's overall status.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Deploy\V1\Release\ReleaseReadyCondition
|
Returns | |
---|---|
Type | Description |
$this |
getSkaffoldSupportedCondition
Details around the support state of the release's skaffold version.
Returns | |
---|---|
Type | Description |
Google\Cloud\Deploy\V1\Release\SkaffoldSupportedCondition|null |
hasSkaffoldSupportedCondition
clearSkaffoldSupportedCondition
setSkaffoldSupportedCondition
Details around the support state of the release's skaffold version.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Deploy\V1\Release\SkaffoldSupportedCondition
|
Returns | |
---|---|
Type | Description |
$this |