Interface MembershipFeatureStateOrBuilder (0.15.0)

public interface MembershipFeatureStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the state field is set.