Interface MembershipState.DataPlaneManagementOrBuilder (1.45.0)

public static interface MembershipState.DataPlaneManagementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails(int index)

public abstract StatusDetails getDetails(int index)

Explanation of the status.

repeated .google.cloud.gkehub.servicemesh.v1beta.StatusDetails details = 2;

Parameter
Name Description
index int
Returns
Type Description
StatusDetails

getDetailsCount()

public abstract int getDetailsCount()

Explanation of the status.

repeated .google.cloud.gkehub.servicemesh.v1beta.StatusDetails details = 2;

Returns
Type Description
int

getDetailsList()

public abstract List<StatusDetails> getDetailsList()

Explanation of the status.

repeated .google.cloud.gkehub.servicemesh.v1beta.StatusDetails details = 2;

Returns
Type Description
List<StatusDetails>

getDetailsOrBuilder(int index)

public abstract StatusDetailsOrBuilder getDetailsOrBuilder(int index)

Explanation of the status.

repeated .google.cloud.gkehub.servicemesh.v1beta.StatusDetails details = 2;

Parameter
Name Description
index int
Returns
Type Description
StatusDetailsOrBuilder

getDetailsOrBuilderList()

public abstract List<? extends StatusDetailsOrBuilder> getDetailsOrBuilderList()

Explanation of the status.

repeated .google.cloud.gkehub.servicemesh.v1beta.StatusDetails details = 2;

Returns
Type Description
List<? extends com.google.cloud.gkehub.servicemesh.v1beta.StatusDetailsOrBuilder>

getState()

public abstract MembershipState.LifecycleState getState()

Lifecycle status of data plane management.

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

Returns
Type Description
MembershipState.LifecycleState

The state.

getStateValue()

public abstract int getStateValue()

Lifecycle status of data plane management.

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

Returns
Type Description
int

The enum numeric value on the wire for state.