public interface CommonFeatureStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureState |
getState()
Output only.
|
FeatureStateOrBuilder |
getStateOrBuilder()
Output only.
|
boolean |
hasState()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasState()
Output only. The "running state" of the Feature in this Hub.
.google.cloud.gkehub.v1.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
FeatureState getState()
Output only. The "running state" of the Feature in this Hub.
.google.cloud.gkehub.v1.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
FeatureStateOrBuilder getStateOrBuilder()
Output only. The "running state" of the Feature in this Hub.
.google.cloud.gkehub.v1.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.