public interface DatabaseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppEngineIntegrationMode()
public abstract Database.AppEngineIntegrationMode getAppEngineIntegrationMode()
The App Engine integration mode to use for this database.
.google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19;
Type | Description |
Database.AppEngineIntegrationMode | The appEngineIntegrationMode. |
getAppEngineIntegrationModeValue()
public abstract int getAppEngineIntegrationModeValue()
The App Engine integration mode to use for this database.
.google.firestore.admin.v1.Database.AppEngineIntegrationMode app_engine_integration_mode = 19;
Type | Description |
int | The enum numeric value on the wire for appEngineIntegrationMode. |
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. |
getKeyPrefix()
public abstract String getKeyPrefix()
Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id ("<key prefix>~<project id>") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The keyPrefix. |
getKeyPrefixBytes()
public abstract ByteString getKeyPrefixBytes()
Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id ("<key prefix>~<project id>") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
string key_prefix = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for keyPrefix. |
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. |