Uses of Class
com.google.cloud.gkehub.v1alpha.CommonFeatureState.FeatureStateCase
-
Packages that use CommonFeatureState.FeatureStateCase Package Description com.google.cloud.gkehub.v1alpha A client to GKE Hub -
-
Uses of CommonFeatureState.FeatureStateCase in com.google.cloud.gkehub.v1alpha
Methods in com.google.cloud.gkehub.v1alpha that return CommonFeatureState.FeatureStateCase Modifier and Type Method Description static CommonFeatureState.FeatureStateCase
CommonFeatureState.FeatureStateCase. forNumber(int value)
CommonFeatureState.FeatureStateCase
CommonFeatureState.Builder. getFeatureStateCase()
CommonFeatureState.FeatureStateCase
CommonFeatureState. getFeatureStateCase()
CommonFeatureState.FeatureStateCase
CommonFeatureStateOrBuilder. getFeatureStateCase()
static CommonFeatureState.FeatureStateCase
CommonFeatureState.FeatureStateCase. valueOf(int value)
Deprecated.static CommonFeatureState.FeatureStateCase
CommonFeatureState.FeatureStateCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonFeatureState.FeatureStateCase[]
CommonFeatureState.FeatureStateCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-