public interface FeatureStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract FeatureState.Code getCode()
The high-level, machine-readable status of this Feature.
.google.events.cloud.gkehub.v1.FeatureState.Code code = 1;
Returns | |
---|---|
Type | Description |
FeatureState.Code |
The code. |
getCodeValue()
public abstract int getCodeValue()
The high-level, machine-readable status of this Feature.
.google.events.cloud.gkehub.v1.FeatureState.Code code = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
A human-readable description of the current status.
string description = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |