| Package | Description |
|---|---|
| com.google.cloud.bigtable.common |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.