public static interface MembershipState.ControlPlaneManagementOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetails(int index)
public abstract StatusDetails getDetails(int index)Explanation of state.
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 state.
repeated .google.cloud.gkehub.servicemesh.v1beta.StatusDetails details = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDetailsList()
public abstract List<StatusDetails> getDetailsList()Explanation of state.
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 state.
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 state.
repeated .google.cloud.gkehub.servicemesh.v1beta.StatusDetails details = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkehub.servicemesh.v1beta.StatusDetailsOrBuilder> |
|
getImplementation()
public abstract MembershipState.ControlPlaneManagement.Implementation getImplementation()Output only. Implementation of managed control plane.
.google.cloud.gkehub.servicemesh.v1beta.MembershipState.ControlPlaneManagement.Implementation implementation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MembershipState.ControlPlaneManagement.Implementation |
The implementation. |
getImplementationValue()
public abstract int getImplementationValue()Output only. Implementation of managed control plane.
.google.cloud.gkehub.servicemesh.v1beta.MembershipState.ControlPlaneManagement.Implementation implementation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for implementation. |
getState()
public abstract MembershipState.LifecycleState getState()LifecycleState of control plane management.
.google.cloud.gkehub.servicemesh.v1beta.MembershipState.LifecycleState state = 3;
| Returns | |
|---|---|
| Type | Description |
MembershipState.LifecycleState |
The state. |
getStateValue()
public abstract int getStateValue()LifecycleState of control plane management.
.google.cloud.gkehub.servicemesh.v1beta.MembershipState.LifecycleState state = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |