public interface CommonFeatureStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeatureStateCase()
public abstract CommonFeatureState.FeatureStateCase getFeatureStateCase()| Type | Description |
| CommonFeatureState.FeatureStateCase |
getServicemesh()
public abstract FeatureState getServicemesh()Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
| Type | Description |
| FeatureState | The servicemesh. |
getServicemeshOrBuilder()
public abstract FeatureStateOrBuilder getServicemeshOrBuilder()Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
| Type | Description |
| FeatureStateOrBuilder |
getState()
public abstract FeatureState getState()Output only. The "running state" of the Feature in this Hub.
.google.cloud.gkehub.v1alpha.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| FeatureState | The state. |
getStateOrBuilder()
public abstract FeatureStateOrBuilder getStateOrBuilder()Output only. The "running state" of the Feature in this Hub.
.google.cloud.gkehub.v1alpha.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| FeatureStateOrBuilder |
hasServicemesh()
public abstract boolean hasServicemesh()Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
| Type | Description |
| boolean | Whether the servicemesh field is set. |
hasState()
public abstract boolean hasState()Output only. The "running state" of the Feature in this Hub.
.google.cloud.gkehub.v1alpha.FeatureState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the state field is set. |