| Modifier and Type | Method and Description |
|---|---|
static Database.OptionsCase |
Database.OptionsCase.forNumber(int value) |
Database.OptionsCase |
DatabaseOrBuilder.getOptionsCase() |
Database.OptionsCase |
Database.getOptionsCase() |
Database.OptionsCase |
Database.Builder.getOptionsCase() |
static Database.OptionsCase |
Database.OptionsCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Database.OptionsCase |
Database.OptionsCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.OptionsCase[] |
Database.OptionsCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Google LLC. All rights reserved.