public interface FeatureStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureState.Code |
getCode()
The high-level, machine-readable status of this Feature.
|
int |
getCodeValue()
The high-level, machine-readable status of this Feature.
|
String |
getDescription()
A human-readable description of the current status.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A human-readable description of the current status.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The time this status and any related Feature-specific details were updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The time this status and any related Feature-specific details were updated.
|
boolean |
hasUpdateTime()
The time this status and any related Feature-specific details were updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCodeValue()
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;FeatureState.Code getCode()
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;String getDescription()
A human-readable description of the current status.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A human-readable description of the current status.
string description = 2;boolean hasUpdateTime()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.Timestamp getUpdateTime()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;Copyright © 2024 Google LLC. All rights reserved.