Interface FeatureResourceStateOrBuilder (1.2.0)

public interface FeatureResourceStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract FeatureResourceState.State getState()

The current state of the Feature resource in the Hub API.

.google.cloud.gkehub.v1.FeatureResourceState.State state = 1;

Returns
TypeDescription
FeatureResourceState.State

The state.

getStateValue()

public abstract int getStateValue()

The current state of the Feature resource in the Hub API.

.google.cloud.gkehub.v1.FeatureResourceState.State state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.