public static interface Release.SkaffoldSupportedConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getMaintenanceModeTime()
The time at which this release's version of Skaffold will enter
maintenance mode.
|
com.google.protobuf.TimestampOrBuilder |
getMaintenanceModeTimeOrBuilder()
The time at which this release's version of Skaffold will enter
maintenance mode.
|
SkaffoldSupportState |
getSkaffoldSupportState()
The Skaffold support state for this release's version of Skaffold.
|
int |
getSkaffoldSupportStateValue()
The Skaffold support state for this release's version of Skaffold.
|
boolean |
getStatus()
True if the version of Skaffold used by this release is supported.
|
com.google.protobuf.Timestamp |
getSupportExpirationTime()
The time at which this release's version of Skaffold will no longer be
supported.
|
com.google.protobuf.TimestampOrBuilder |
getSupportExpirationTimeOrBuilder()
The time at which this release's version of Skaffold will no longer be
supported.
|
boolean |
hasMaintenanceModeTime()
The time at which this release's version of Skaffold will enter
maintenance mode.
|
boolean |
hasSupportExpirationTime()
The time at which this release's version of Skaffold will no longer be
supported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getStatus()
True if the version of Skaffold used by this release is supported.
bool status = 1;int getSkaffoldSupportStateValue()
The Skaffold support state for this release's version of Skaffold.
.google.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;SkaffoldSupportState getSkaffoldSupportState()
The Skaffold support state for this release's version of Skaffold.
.google.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;boolean hasMaintenanceModeTime()
The time at which this release's version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;com.google.protobuf.Timestamp getMaintenanceModeTime()
The time at which this release's version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;com.google.protobuf.TimestampOrBuilder getMaintenanceModeTimeOrBuilder()
The time at which this release's version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;boolean hasSupportExpirationTime()
The time at which this release's version of Skaffold will no longer be supported.
.google.protobuf.Timestamp support_expiration_time = 4;com.google.protobuf.Timestamp getSupportExpirationTime()
The time at which this release's version of Skaffold will no longer be supported.
.google.protobuf.Timestamp support_expiration_time = 4;com.google.protobuf.TimestampOrBuilder getSupportExpirationTimeOrBuilder()
The time at which this release's version of Skaffold will no longer be supported.
.google.protobuf.Timestamp support_expiration_time = 4;Copyright © 2024 Google LLC. All rights reserved.