public interface UpdateDatabaseRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatabase()
public abstract Database getDatabase()
Required. The database to update.
.google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Database |
The database. |
getDatabaseOrBuilder()
public abstract DatabaseOrBuilder getDatabaseOrBuilder()
Required. The database to update.
.google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DatabaseOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasDatabase()
public abstract boolean hasDatabase()
Required. The database to update.
.google.firestore.admin.v1.Database database = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the database field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |