public interface FeatureResourceStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getState()
public abstract FeatureResourceState.State getState()The current state of the Feature resource in the Hub API.
.google.events.cloud.gkehub.v1.FeatureResourceState.State state = 1;
| Returns | |
|---|---|
| Type | Description |
FeatureResourceState.State |
The state. |
getStateValue()
public abstract int getStateValue()The current state of the Feature resource in the Hub API.
.google.events.cloud.gkehub.v1.FeatureResourceState.State state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |