Interface MembershipBindingLifecycleStateOrBuilder (1.85.0)

public interface MembershipBindingLifecycleStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract MembershipBindingLifecycleState.Code getCode()

Output only. The current state of the MembershipBinding resource.

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

Returns
Type Description
MembershipBindingLifecycleState.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Output only. The current state of the MembershipBinding resource.

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

Returns
Type Description
int

The enum numeric value on the wire for code.