public static interface Release.ReleaseConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReleaseReadyCondition()
public abstract Release.ReleaseReadyCondition getReleaseReadyCondition()
Details around the Releases's overall status.
.google.events.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
The releaseReadyCondition. |
getReleaseReadyConditionOrBuilder()
public abstract Release.ReleaseReadyConditionOrBuilder getReleaseReadyConditionOrBuilder()
Details around the Releases's overall status.
.google.events.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyConditionOrBuilder |
getSkaffoldSupportedCondition()
public abstract Release.SkaffoldSupportedCondition getSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold version.
.google.events.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Returns | |
---|---|
Type | Description |
Release.SkaffoldSupportedCondition |
The skaffoldSupportedCondition. |
getSkaffoldSupportedConditionOrBuilder()
public abstract Release.SkaffoldSupportedConditionOrBuilder getSkaffoldSupportedConditionOrBuilder()
Details around the support state of the release's Skaffold version.
.google.events.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Returns | |
---|---|
Type | Description |
Release.SkaffoldSupportedConditionOrBuilder |
hasReleaseReadyCondition()
public abstract boolean hasReleaseReadyCondition()
Details around the Releases's overall status.
.google.events.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the releaseReadyCondition field is set. |
hasSkaffoldSupportedCondition()
public abstract boolean hasSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold version.
.google.events.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the skaffoldSupportedCondition field is set. |