Uses of Class
com.google.cloud.gkehub.v1beta.FeatureState.Code
-
Packages that use FeatureState.Code Package Description com.google.cloud.gkehub.v1beta A client to GKE Hub -
-
Uses of FeatureState.Code in com.google.cloud.gkehub.v1beta
Methods in com.google.cloud.gkehub.v1beta that return FeatureState.Code Modifier and Type Method Description static FeatureState.CodeFeatureState.Code. forNumber(int value)FeatureState.CodeFeatureState.Builder. getCode()The high-level, machine-readable status of this Feature.FeatureState.CodeFeatureState. getCode()The high-level, machine-readable status of this Feature.FeatureState.CodeFeatureStateOrBuilder. getCode()The high-level, machine-readable status of this Feature.static FeatureState.CodeFeatureState.Code. valueOf(int value)Deprecated.static FeatureState.CodeFeatureState.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FeatureState.CodeFeatureState.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureState.Code[]FeatureState.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkehub.v1beta that return types with arguments of type FeatureState.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FeatureState.Code>FeatureState.Code. internalGetValueMap()Methods in com.google.cloud.gkehub.v1beta with parameters of type FeatureState.Code Modifier and Type Method Description FeatureState.BuilderFeatureState.Builder. setCode(FeatureState.Code value)The high-level, machine-readable status of this Feature.
-