Interface ScopeLifecycleStateOrBuilder (1.85.0)

public interface ScopeLifecycleStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract ScopeLifecycleState.Code getCode()

Output only. The current state of the scope resource.

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

Returns
Type Description
ScopeLifecycleState.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Output only. The current state of the scope resource.

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

Returns
Type Description
int

The enum numeric value on the wire for code.