Interface CommonFeatureStateOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CommonFeatureState, CommonFeatureState.Builder

    public interface CommonFeatureStateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasServicemesh

        boolean hasServicemesh()
         Service Mesh-specific state.
         
        .google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
        Returns:
        Whether the servicemesh field is set.
      • getServicemesh

        FeatureState getServicemesh()
         Service Mesh-specific state.
         
        .google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
        Returns:
        The servicemesh.
      • getServicemeshOrBuilder

        FeatureStateOrBuilder getServicemeshOrBuilder()
         Service Mesh-specific state.
         
        .google.cloud.gkehub.servicemesh.v1alpha.FeatureState servicemesh = 100;
      • hasState

        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:
        Whether the state field is set.
      • getState

        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:
        The state.
      • getStateOrBuilder

        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];