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