Interface CommonFeatureStateOrBuilder (1.85.0)

public interface CommonFeatureStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureStateCase()

public abstract CommonFeatureState.FeatureStateCase getFeatureStateCase()
Returns
Type Description
CommonFeatureState.FeatureStateCase

getRbacrolebindingactuation()

public abstract FeatureState getRbacrolebindingactuation()

RBAC Role Binding Actuation feature state

.google.cloud.gkehub.rbacrolebindingactuation.v1.FeatureState rbacrolebindingactuation = 120;

Returns
Type Description
FeatureState

The rbacrolebindingactuation.

getRbacrolebindingactuationOrBuilder()

public abstract FeatureStateOrBuilder getRbacrolebindingactuationOrBuilder()

RBAC Role Binding Actuation feature state

.google.cloud.gkehub.rbacrolebindingactuation.v1.FeatureState rbacrolebindingactuation = 120;

Returns
Type Description
FeatureStateOrBuilder

getState()

public abstract FeatureState getState()

Output only. The "running state" of the Feature in this Fleet.

.google.cloud.gkehub.v1.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureState

The state.

getStateOrBuilder()

public abstract FeatureStateOrBuilder getStateOrBuilder()

Output only. The "running state" of the Feature in this Fleet.

.google.cloud.gkehub.v1.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureStateOrBuilder

hasRbacrolebindingactuation()

public abstract boolean hasRbacrolebindingactuation()

RBAC Role Binding Actuation feature state

.google.cloud.gkehub.rbacrolebindingactuation.v1.FeatureState rbacrolebindingactuation = 120;

Returns
Type Description
boolean

Whether the rbacrolebindingactuation field is set.

hasState()

public abstract boolean hasState()

Output only. The "running state" of the Feature in this Fleet.

.google.cloud.gkehub.v1.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the state field is set.