public static interface Release.SkaffoldSupportedConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMaintenanceModeTime()
public abstract Timestamp getMaintenanceModeTime()
The time at which this release's version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The maintenanceModeTime. |
getMaintenanceModeTimeOrBuilder()
public abstract TimestampOrBuilder getMaintenanceModeTimeOrBuilder()
The time at which this release's version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getSkaffoldSupportState()
public abstract SkaffoldSupportState getSkaffoldSupportState()
The Skaffold support state for this release's version of Skaffold.
.google.events.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;
Returns | |
---|---|
Type | Description |
SkaffoldSupportState |
The skaffoldSupportState. |
getSkaffoldSupportStateValue()
public abstract int getSkaffoldSupportStateValue()
The Skaffold support state for this release's version of Skaffold.
.google.events.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for skaffoldSupportState. |
getStatus()
public abstract boolean getStatus()
True if the version of Skaffold used by this release is supported.
bool status = 1;
Returns | |
---|---|
Type | Description |
boolean |
The status. |
getSupportExpirationTime()
public abstract 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 | |
---|---|
Type | Description |
Timestamp |
The supportExpirationTime. |
getSupportExpirationTimeOrBuilder()
public abstract TimestampOrBuilder getSupportExpirationTimeOrBuilder()
The time at which this release's version of Skaffold will no longer be supported.
.google.protobuf.Timestamp support_expiration_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasMaintenanceModeTime()
public abstract boolean hasMaintenanceModeTime()
The time at which this release's version of Skaffold will enter maintenance mode.
.google.protobuf.Timestamp maintenance_mode_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the maintenanceModeTime field is set. |
hasSupportExpirationTime()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the supportExpirationTime field is set. |