Uses of Class
com.google.container.v1.StatusCondition.Code
-
Packages that use StatusCondition.Code Package Description com.google.container.v1 -
-
Uses of StatusCondition.Code in com.google.container.v1
Methods in com.google.container.v1 that return StatusCondition.Code Modifier and Type Method Description static StatusCondition.CodeStatusCondition.Code. forNumber(int value)StatusCondition.CodeStatusCondition.Builder. getCode()Deprecated.google.container.v1.StatusCondition.code is deprecated.StatusCondition.CodeStatusCondition. getCode()Deprecated.google.container.v1.StatusCondition.code is deprecated.StatusCondition.CodeStatusConditionOrBuilder. getCode()Deprecated.google.container.v1.StatusCondition.code is deprecated.static StatusCondition.CodeStatusCondition.Code. valueOf(int value)Deprecated.static StatusCondition.CodeStatusCondition.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static StatusCondition.CodeStatusCondition.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusCondition.Code[]StatusCondition.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1 that return types with arguments of type StatusCondition.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StatusCondition.Code>StatusCondition.Code. internalGetValueMap()Methods in com.google.container.v1 with parameters of type StatusCondition.Code Modifier and Type Method Description StatusCondition.BuilderStatusCondition.Builder. setCode(StatusCondition.Code value)Deprecated.google.container.v1.StatusCondition.code is deprecated.
-