public interface CommonFeatureStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeatureStateCase()
public abstract CommonFeatureState.FeatureStateCase getFeatureStateCase()| Returns | |
|---|---|
| Type | Description |
CommonFeatureState.FeatureStateCase |
|
getServicemesh()
public abstract FeatureState getServicemesh()Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
| Returns | |
|---|---|
| Type | Description |
FeatureState |
The servicemesh. |
getServicemeshOrBuilder()
public abstract FeatureStateOrBuilder getServicemeshOrBuilder()Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
FeatureStateOrBuilder |
|
hasServicemesh()
public abstract boolean hasServicemesh()Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the state field is set. |