Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Database.ConcurrencyMode |
Database.ConcurrencyMode.forNumber(int value) |
Database.ConcurrencyMode |
DatabaseOrBuilder.getConcurrencyMode()
The concurrency control mode to use for this database.
|
Database.ConcurrencyMode |
Database.getConcurrencyMode()
The concurrency control mode to use for this database.
|
Database.ConcurrencyMode |
Database.Builder.getConcurrencyMode()
The concurrency control mode to use for this database.
|
static Database.ConcurrencyMode |
Database.ConcurrencyMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Database.ConcurrencyMode |
Database.ConcurrencyMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Database.ConcurrencyMode |
Database.ConcurrencyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.ConcurrencyMode[] |
Database.ConcurrencyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Database.ConcurrencyMode> |
Database.ConcurrencyMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Database.Builder |
Database.Builder.setConcurrencyMode(Database.ConcurrencyMode value)
The concurrency control mode to use for this database.
|
Copyright © 2023 Google LLC. All rights reserved.