Interface CommonFeatureStateOrBuilder (1.3.4)

public interface CommonFeatureStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureStateCase()

public abstract CommonFeatureState.FeatureStateCase getFeatureStateCase()
Returns
TypeDescription
CommonFeatureState.FeatureStateCase

getServicemesh()

public abstract FeatureState getServicemesh()

Service Mesh-specific state.

.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;

Returns
TypeDescription
FeatureState

The servicemesh.

getServicemeshOrBuilder()

public abstract FeatureStateOrBuilder getServicemeshOrBuilder()

Service Mesh-specific state.

.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
FeatureStateOrBuilder

hasServicemesh()

public abstract boolean hasServicemesh()

Service Mesh-specific state.

.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the state field is set.