Interface FleetLifecycleStateOrBuilder (1.85.0)

public interface FleetLifecycleStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract FleetLifecycleState.Code getCode()

Output only. The current state of the Fleet resource.

.google.cloud.gkehub.v1.FleetLifecycleState.Code code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FleetLifecycleState.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Output only. The current state of the Fleet resource.

.google.cloud.gkehub.v1.FleetLifecycleState.Code code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for code.