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