databaseId property
If not empty, the ID of the database to which the entities belong.
Implementation
@$pb.TagNumber(3)
$core.String get databaseId => $_getSZ(1);
Implementation
@$pb.TagNumber(3)
set databaseId($core.String v) {
$_setString(1, v);
}