Interface MembershipBindingLifecycleStateOrBuilder (0.14.1)

public interface MembershipBindingLifecycleStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for code.