Interface Release.ReleaseConditionOrBuilder (1.14.0)

public static interface Release.ReleaseConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReleaseReadyCondition()

public abstract Release.ReleaseReadyCondition getReleaseReadyCondition()

Details around the Releases's overall status.

.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;

Returns
TypeDescription
Release.ReleaseReadyCondition

The releaseReadyCondition.

getReleaseReadyConditionOrBuilder()

public abstract Release.ReleaseReadyConditionOrBuilder getReleaseReadyConditionOrBuilder()

Details around the Releases's overall status.

.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;

Returns
TypeDescription
Release.ReleaseReadyConditionOrBuilder

getSkaffoldSupportedCondition()

public abstract Release.SkaffoldSupportedCondition getSkaffoldSupportedCondition()

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

.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;

Returns
TypeDescription
Release.SkaffoldSupportedCondition

The skaffoldSupportedCondition.

getSkaffoldSupportedConditionOrBuilder()

public abstract Release.SkaffoldSupportedConditionOrBuilder getSkaffoldSupportedConditionOrBuilder()

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

.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;

Returns
TypeDescription
Release.SkaffoldSupportedConditionOrBuilder

hasReleaseReadyCondition()

public abstract boolean hasReleaseReadyCondition()

Details around the Releases's overall status.

.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;

Returns
TypeDescription
boolean

Whether the releaseReadyCondition field is set.

hasSkaffoldSupportedCondition()

public abstract boolean hasSkaffoldSupportedCondition()

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

.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;

Returns
TypeDescription
boolean

Whether the skaffoldSupportedCondition field is set.