public interface CommonFeatureStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CommonFeatureState.FeatureStateCase |
getFeatureStateCase() |
FeatureState |
getServicemesh()
Service Mesh-specific state.
|
FeatureStateOrBuilder |
getServicemeshOrBuilder()
Service Mesh-specific state.
|
FeatureState |
getState()
Output only.
|
FeatureStateOrBuilder |
getStateOrBuilder()
Output only.
|
boolean |
hasServicemesh()
Service Mesh-specific state.
|
boolean |
hasState()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServicemesh()
Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;FeatureState getServicemesh()
Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;FeatureStateOrBuilder getServicemeshOrBuilder()
Service Mesh-specific state.
.google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;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];
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];
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];
CommonFeatureState.FeatureStateCase getFeatureStateCase()
Copyright © 2024 Google LLC. All rights reserved.