Package com.google.cloud.deploy.v1
Interface Release.SkaffoldSupportedConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Release.SkaffoldSupportedCondition
,Release.SkaffoldSupportedCondition.Builder
- Enclosing class:
- Release
public static interface Release.SkaffoldSupportedConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStatus
boolean getStatus()
True if the version of skaffold used by this release is supported.
bool status = 1;
- Returns:
- The status.
-
getSkaffoldSupportStateValue
int getSkaffoldSupportStateValue()
The skaffold support state for this release's version of skaffold.
.google.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;
- Returns:
- The enum numeric value on the wire for skaffoldSupportState.
-
getSkaffoldSupportState
SkaffoldSupportState getSkaffoldSupportState()
The skaffold support state for this release's version of skaffold.
.google.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;
- Returns:
- The skaffoldSupportState.
-
hasMaintenanceModeTime
boolean hasMaintenanceModeTime()
The time at which this release's version of skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;
- Returns:
- Whether the maintenanceModeTime field is set.
-
getMaintenanceModeTime
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;
- Returns:
- The maintenanceModeTime.
-
getMaintenanceModeTimeOrBuilder
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;
-
hasSupportExpirationTime
boolean hasSupportExpirationTime()
The time at which this release's version of skaffold will no longer be supported.
.google.protobuf.Timestamp support_expiration_time = 4;
- Returns:
- Whether the supportExpirationTime field is set.
-
getSupportExpirationTime
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;
- Returns:
- The supportExpirationTime.
-
getSupportExpirationTimeOrBuilder
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;
-
-