Package com.google.cloud.gkehub.v1alpha
Interface FeatureStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureState
,FeatureState.Builder
public interface FeatureStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCodeValue
int getCodeValue()
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;
- Returns:
- The enum numeric value on the wire for code.
-
getCode
FeatureState.Code getCode()
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;
- Returns:
- The code.
-
getDescription
String getDescription()
A human-readable description of the current status.
string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
A human-readable description of the current status.
string description = 2;
- Returns:
- The bytes for description.
-
hasUpdateTime
boolean hasUpdateTime()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;
-
-