public static interface Release.ReleaseConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Release.ReleaseReadyCondition |
getReleaseReadyCondition()
Details around the Releases's overall status.
|
Release.ReleaseReadyConditionOrBuilder |
getReleaseReadyConditionOrBuilder()
Details around the Releases's overall status.
|
Release.SkaffoldSupportedCondition |
getSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold
version.
|
Release.SkaffoldSupportedConditionOrBuilder |
getSkaffoldSupportedConditionOrBuilder()
Details around the support state of the release's Skaffold
version.
|
boolean |
hasReleaseReadyCondition()
Details around the Releases's overall status.
|
boolean |
hasSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold
version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReleaseReadyCondition()
Details around the Releases's overall status.
.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Release.ReleaseReadyCondition getReleaseReadyCondition()
Details around the Releases's overall status.
.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Release.ReleaseReadyConditionOrBuilder getReleaseReadyConditionOrBuilder()
Details around the Releases's overall status.
.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
boolean hasSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold version.
.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Release.SkaffoldSupportedCondition getSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold version.
.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Release.SkaffoldSupportedConditionOrBuilder getSkaffoldSupportedConditionOrBuilder()
Details around the support state of the release's Skaffold version.
.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Copyright © 2024 Google LLC. All rights reserved.