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.Code
StatusCondition.Code. forNumber(int value)
StatusCondition.Code
StatusCondition.Builder. getCode()
Deprecated.google.container.v1.StatusCondition.code is deprecated.StatusCondition.Code
StatusCondition. getCode()
Deprecated.google.container.v1.StatusCondition.code is deprecated.StatusCondition.Code
StatusConditionOrBuilder. getCode()
Deprecated.google.container.v1.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)
Returns the enum constant of this type with the specified name.static StatusCondition.Code
StatusCondition.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.Builder
StatusCondition.Builder. setCode(StatusCondition.Code value)
Deprecated.google.container.v1.StatusCondition.code is deprecated.
-