public interface SkaffoldVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getMaintenanceModeTime()
The time at which this version of Skaffold will enter maintenance mode.
|
com.google.protobuf.TimestampOrBuilder |
getMaintenanceModeTimeOrBuilder()
The time at which this version of Skaffold will enter maintenance mode.
|
com.google.type.Date |
getSupportEndDate()
Date when this version is expected to no longer be supported.
|
com.google.type.DateOrBuilder |
getSupportEndDateOrBuilder()
Date when this version is expected to no longer be supported.
|
com.google.protobuf.Timestamp |
getSupportExpirationTime()
The time at which this version of Skaffold will no longer be supported.
|
com.google.protobuf.TimestampOrBuilder |
getSupportExpirationTimeOrBuilder()
The time at which this version of Skaffold will no longer be supported.
|
String |
getVersion()
Release version number.
|
com.google.protobuf.ByteString |
getVersionBytes()
Release version number.
|
boolean |
hasMaintenanceModeTime()
The time at which this version of Skaffold will enter maintenance mode.
|
boolean |
hasSupportEndDate()
Date when this version is expected to no longer be supported.
|
boolean |
hasSupportExpirationTime()
The time at which this version of Skaffold will no longer be supported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
Release version number. For example, "1.20.3".
string version = 1;com.google.protobuf.ByteString getVersionBytes()
Release version number. For example, "1.20.3".
string version = 1;boolean hasMaintenanceModeTime()
The time at which this version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;com.google.protobuf.Timestamp getMaintenanceModeTime()
The time at which this version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;com.google.protobuf.TimestampOrBuilder getMaintenanceModeTimeOrBuilder()
The time at which this version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;boolean hasSupportExpirationTime()
The time at which this 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 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 version of Skaffold will no longer be supported.
.google.protobuf.Timestamp support_expiration_time = 4;boolean hasSupportEndDate()
Date when this version is expected to no longer be supported.
.google.type.Date support_end_date = 2;com.google.type.Date getSupportEndDate()
Date when this version is expected to no longer be supported.
.google.type.Date support_end_date = 2;com.google.type.DateOrBuilder getSupportEndDateOrBuilder()
Date when this version is expected to no longer be supported.
.google.type.Date support_end_date = 2;Copyright © 2024 Google LLC. All rights reserved.