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.CodeStatus.Code. fromCodeNumber(int num)static Status.CodeStatus.Code. fromProto(com.google.rpc.Code proto)Status.CodeStatus. getCode()Gets the typesafe code.static Status.CodeStatus.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.
-