Interface ScopeLifecycleStateOrBuilder (0.14.1)

public interface ScopeLifecycleStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract ScopeLifecycleState.Code getCode()

Output only. The current state of the scope resource.

.google.events.cloud.gkehub.v1.ScopeLifecycleState.Code code = 1;

Returns
TypeDescription
ScopeLifecycleState.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Output only. The current state of the scope resource.

.google.events.cloud.gkehub.v1.ScopeLifecycleState.Code code = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for code.