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