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.Code
FeatureState.Code. forNumber(int value)
FeatureState.Code
FeatureState.Builder. getCode()
The high-level, machine-readable status of this Feature.FeatureState.Code
FeatureState. getCode()
The high-level, machine-readable status of this Feature.FeatureState.Code
FeatureStateOrBuilder. getCode()
The high-level, machine-readable status of this Feature.static FeatureState.Code
FeatureState.Code. valueOf(int value)
Deprecated.static FeatureState.Code
FeatureState.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FeatureState.Code
FeatureState.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.Builder
FeatureState.Builder. setCode(FeatureState.Code value)
The high-level, machine-readable status of this Feature.
-