Uses of Class
com.google.cloud.bigtable.common.Status.Code
-
Packages that use Status.Code Package Description com.google.cloud.bigtable.common -
-
Uses of Status.Code in com.google.cloud.bigtable.common
Methods in com.google.cloud.bigtable.common that return Status.Code Modifier and Type Method Description static Status.Code
Status.Code. fromCodeNumber(int num)
static Status.Code
Status.Code. fromProto(com.google.rpc.Code proto)
Status.Code
Status. getCode()
Gets the typesafe code.static Status.Code
Status.Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static Status.Code[]
Status.Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-