public interface ScopeLifecycleStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |