Uses of Class
com.google.bigtable.admin.v2.RestoreTableMetadata.SourceInfoCase
-
Packages that use RestoreTableMetadata.SourceInfoCase Package Description com.google.bigtable.admin.v2 -
-
Uses of RestoreTableMetadata.SourceInfoCase in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return RestoreTableMetadata.SourceInfoCase Modifier and Type Method Description static RestoreTableMetadata.SourceInfoCase
RestoreTableMetadata.SourceInfoCase. forNumber(int value)
RestoreTableMetadata.SourceInfoCase
RestoreTableMetadata.Builder. getSourceInfoCase()
RestoreTableMetadata.SourceInfoCase
RestoreTableMetadata. getSourceInfoCase()
RestoreTableMetadata.SourceInfoCase
RestoreTableMetadataOrBuilder. getSourceInfoCase()
static RestoreTableMetadata.SourceInfoCase
RestoreTableMetadata.SourceInfoCase. valueOf(int value)
Deprecated.static RestoreTableMetadata.SourceInfoCase
RestoreTableMetadata.SourceInfoCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestoreTableMetadata.SourceInfoCase[]
RestoreTableMetadata.SourceInfoCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-