Package com.google.cloud.deploy.v1
Interface Release.ReleaseConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Release.ReleaseCondition,Release.ReleaseCondition.Builder
- Enclosing class:
- Release
public static interface Release.ReleaseConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Release.ReleaseReadyConditiongetReleaseReadyCondition()Details around the Releases's overall status.Release.ReleaseReadyConditionOrBuildergetReleaseReadyConditionOrBuilder()Details around the Releases's overall status.Release.SkaffoldSupportedConditiongetSkaffoldSupportedCondition()Details around the support state of the release's skaffold version.Release.SkaffoldSupportedConditionOrBuildergetSkaffoldSupportedConditionOrBuilder()Details around the support state of the release's skaffold version.booleanhasReleaseReadyCondition()Details around the Releases's overall status.booleanhasSkaffoldSupportedCondition()Details around the support state of the release's skaffold version.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReleaseReadyCondition
boolean hasReleaseReadyCondition()
Details around the Releases's overall status.
.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;- Returns:
- Whether the releaseReadyCondition field is set.
-
getReleaseReadyCondition
Release.ReleaseReadyCondition getReleaseReadyCondition()
Details around the Releases's overall status.
.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;- Returns:
- The releaseReadyCondition.
-
getReleaseReadyConditionOrBuilder
Release.ReleaseReadyConditionOrBuilder getReleaseReadyConditionOrBuilder()
Details around the Releases's overall status.
.google.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
-
hasSkaffoldSupportedCondition
boolean hasSkaffoldSupportedCondition()
Details around the support state of the release's skaffold version.
.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;- Returns:
- Whether the skaffoldSupportedCondition field is set.
-
getSkaffoldSupportedCondition
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:
- The skaffoldSupportedCondition.
-
getSkaffoldSupportedConditionOrBuilder
Release.SkaffoldSupportedConditionOrBuilder getSkaffoldSupportedConditionOrBuilder()
Details around the support state of the release's skaffold version.
.google.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
-
-