Interface CommonFeatureStateOrBuilder (1.3.6)

See more code actions.
public interface CommonFeatureStateOrBuilder extends MessageOrBuilder
MessageOrBuilder
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.