Interface FeatureResourceStateOrBuilder

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

    public interface FeatureResourceStateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeatureResourceState.State getState()
      The current state of the Feature resource in the Hub API.
      int getStateValue()
      The current state of the Feature resource in the Hub API.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStateValue

        int getStateValue()
         The current state of the Feature resource in the Hub API.
         
        .google.cloud.gkehub.v1beta.FeatureResourceState.State state = 1;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        FeatureResourceState.State getState()
         The current state of the Feature resource in the Hub API.
         
        .google.cloud.gkehub.v1beta.FeatureResourceState.State state = 1;
        Returns:
        The state.