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