public interface MembershipFeatureStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getState()
public abstract FeatureState getState()The high-level state of this Feature for a single membership.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
| Returns | |
|---|---|
| Type | Description |
FeatureState |
The state. |
getStateOrBuilder()
public abstract FeatureStateOrBuilder getStateOrBuilder()The high-level state of this Feature for a single membership.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
| Returns | |
|---|---|
| Type | Description |
FeatureStateOrBuilder |
|
hasState()
public abstract boolean hasState()The high-level state of this Feature for a single membership.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the state field is set. |