Interface OnClusterStateOrBuilder (1.54.0)

public interface OnClusterStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract String getDetails()

Surface potential errors or information logs.

string details = 2;

Returns
Type Description
String

The details.

getDetailsBytes()

public abstract ByteString getDetailsBytes()

Surface potential errors or information logs.

string details = 2;

Returns
Type Description
ByteString

The bytes for details.

getState()

public abstract MembershipState.LifecycleState getState()

The lifecycle state of this component.

.google.cloud.gkehub.policycontroller.v1beta.MembershipState.LifecycleState state = 1;

Returns
Type Description
MembershipState.LifecycleState

The state.

getStateValue()

public abstract int getStateValue()

The lifecycle state of this component.

.google.cloud.gkehub.policycontroller.v1beta.MembershipState.LifecycleState state = 1;

Returns
Type Description
int

The enum numeric value on the wire for state.