Uses of Class
com.google.cloud.gkehub.v1alpha.FeatureResourceState.State
-
Packages that use FeatureResourceState.State Package Description com.google.cloud.gkehub.v1alpha A client to GKE Hub -
-
Uses of FeatureResourceState.State in com.google.cloud.gkehub.v1alpha
Methods in com.google.cloud.gkehub.v1alpha that return FeatureResourceState.State Modifier and Type Method Description static FeatureResourceState.State
FeatureResourceState.State. forNumber(int value)
FeatureResourceState.State
FeatureResourceState.Builder. getState()
The current state of the Feature resource in the Hub API.FeatureResourceState.State
FeatureResourceState. getState()
The current state of the Feature resource in the Hub API.FeatureResourceState.State
FeatureResourceStateOrBuilder. getState()
The current state of the Feature resource in the Hub API.static FeatureResourceState.State
FeatureResourceState.State. valueOf(int value)
Deprecated.static FeatureResourceState.State
FeatureResourceState.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FeatureResourceState.State
FeatureResourceState.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureResourceState.State[]
FeatureResourceState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkehub.v1alpha that return types with arguments of type FeatureResourceState.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FeatureResourceState.State>
FeatureResourceState.State. internalGetValueMap()
Methods in com.google.cloud.gkehub.v1alpha with parameters of type FeatureResourceState.State Modifier and Type Method Description FeatureResourceState.Builder
FeatureResourceState.Builder. setState(FeatureResourceState.State value)
The current state of the Feature resource in the Hub API.
-