Interface CommonFeatureStateOrBuilder (1.3.4)

public interface CommonFeatureStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract FeatureState getState()

Output only. The "running state" of the Feature in this Hub.

.google.cloud.gkehub.v1beta.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureState

The state.

getStateOrBuilder()

public abstract FeatureStateOrBuilder getStateOrBuilder()

Output only. The "running state" of the Feature in this Hub.

.google.cloud.gkehub.v1beta.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureStateOrBuilder

hasState()

public abstract boolean hasState()

Output only. The "running state" of the Feature in this Hub.

.google.cloud.gkehub.v1beta.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the state field is set.