public interface ScopeFeatureStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the state field is set. |