public interface MembershipBindingLifecycleStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract MembershipBindingLifecycleState.Code getCode()Output only. The current state of the MembershipBinding resource.
.google.events.cloud.gkehub.v1.MembershipBindingLifecycleState.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
MembershipBindingLifecycleState.Code |
The code. |
getCodeValue()
public abstract int getCodeValue()Output only. The current state of the MembershipBinding resource.
.google.events.cloud.gkehub.v1.MembershipBindingLifecycleState.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |