mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Fix incorrect field name in EppMetric
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132688882
This commit is contained in:
@@ -123,7 +123,9 @@ public abstract class EppMetric implements BigQueryMetric {
|
||||
addOptional("clientId", getClientId(), map);
|
||||
addOptional("privilegeLevel", getPrivilegeLevel(), map);
|
||||
addOptional("eppTarget", getEppTarget(), map);
|
||||
addOptional("status", getStatus(), map);
|
||||
if (getStatus().isPresent()) {
|
||||
map.put("eppStatus", Integer.toString(getStatus().get().code));
|
||||
}
|
||||
|
||||
return map.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user