Interface NamespaceLifecycleStateOrBuilder (1.85.0)

public interface NamespaceLifecycleStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract NamespaceLifecycleState.Code getCode()

Output only. The current state of the Namespace resource.

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

Returns
Type Description
NamespaceLifecycleState.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Output only. The current state of the Namespace resource.

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

Returns
Type Description
int

The enum numeric value on the wire for code.