Uses of Class
com.google.bigtable.admin.v2.Backup.State
-
Packages that use Backup.State Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models -
-
Uses of Backup.State in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Backup.State Modifier and Type Method Description static Backup.State
Backup.State. forNumber(int value)
Backup.State
Backup.Builder. getState()
Output only.Backup.State
Backup. getState()
Output only.Backup.State
BackupOrBuilder. getState()
Output only.static Backup.State
Backup.State. valueOf(int value)
Deprecated.static Backup.State
Backup.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Backup.State
Backup.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Backup.State[]
Backup.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.bigtable.admin.v2 that return types with arguments of type Backup.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Backup.State>
Backup.State. internalGetValueMap()
Methods in com.google.bigtable.admin.v2 with parameters of type Backup.State Modifier and Type Method Description Backup.Builder
Backup.Builder. setState(Backup.State value)
Output only. -
Uses of Backup.State in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Backup.State Modifier and Type Method Description Backup.State
Backup.State. toProto()
Creates the request protobuf.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type Backup.State Modifier and Type Method Description static Backup.State
Backup.State. fromProto(Backup.State proto)
Wraps the protobuf.
-