Interface ScopeFeatureStateOrBuilder (0.14.1)

public interface ScopeFeatureStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract FeatureState getState()

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

.google.events.cloud.gkehub.v1.FeatureState state = 1;

Returns
TypeDescription
FeatureState

The state.

getStateOrBuilder()

public abstract FeatureStateOrBuilder getStateOrBuilder()

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

.google.events.cloud.gkehub.v1.FeatureState state = 1;

Returns
TypeDescription
FeatureStateOrBuilder

hasState()

public abstract boolean hasState()

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

.google.events.cloud.gkehub.v1.FeatureState state = 1;

Returns
TypeDescription
boolean

Whether the state field is set.