Interface FeatureStateOrBuilder (1.1.0)

public interface FeatureStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract FeatureState.Code getCode()

The high-level, machine-readable status of this Feature.

.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;

Returns
TypeDescription
FeatureState.Code

The code.

getCodeValue()

public abstract int getCodeValue()

The high-level, machine-readable status of this Feature.

.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getDescription()

public abstract String getDescription()

A human-readable description of the current status.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A human-readable description of the current status.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getUpdateTime()

public abstract Timestamp getUpdateTime()

The time this status and any related Feature-specific details were updated.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

The time this status and any related Feature-specific details were updated.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

The time this status and any related Feature-specific details were updated.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
boolean

Whether the updateTime field is set.