public interface DatabaseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConcurrencyMode()
public abstract Database.ConcurrencyMode getConcurrencyMode()
The concurrency control mode to use for this database.
.google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15;
Type | Description |
Database.ConcurrencyMode | The concurrencyMode. |
getConcurrencyModeValue()
public abstract int getConcurrencyModeValue()
The concurrency control mode to use for this database.
.google.firestore.admin.v1.Database.ConcurrencyMode concurrency_mode = 15;
Type | Description |
int | The enum numeric value on the wire for concurrencyMode. |
getEtag()
public abstract String getEtag()
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string etag = 99;
Type | Description |
String | The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string etag = 99;
Type | Description |
ByteString | The bytes for etag. |
getLocationId()
public abstract String getLocationId()
The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
string location_id = 9;
Type | Description |
String | The locationId. |
getLocationIdBytes()
public abstract ByteString getLocationIdBytes()
The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
string location_id = 9;
Type | Description |
ByteString | The bytes for locationId. |
getName()
public abstract String getName()
The resource name of the Database.
Format: projects/{project}/databases/{database}
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The resource name of the Database.
Format: projects/{project}/databases/{database}
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getType()
public abstract Database.DatabaseType getType()
The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
.google.firestore.admin.v1.Database.DatabaseType type = 10;
Type | Description |
Database.DatabaseType | The type. |
getTypeValue()
public abstract int getTypeValue()
The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
.google.firestore.admin.v1.Database.DatabaseType type = 10;
Type | Description |
int | The enum numeric value on the wire for type. |