Interface Release.SkaffoldSupportedConditionOrBuilder (1.39.0)

public static interface Release.SkaffoldSupportedConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getSkaffoldSupportState()

public abstract SkaffoldSupportState getSkaffoldSupportState()

The Skaffold support state for this release's version of Skaffold.

.google.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;

Returns
TypeDescription
SkaffoldSupportState

The skaffoldSupportState.

getSkaffoldSupportStateValue()

public abstract int getSkaffoldSupportStateValue()

The Skaffold support state for this release's version of Skaffold.

.google.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the supportExpirationTime field is set.