Add an action to check the status of OT&E verification

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228333195
This commit is contained in:
Shicong Huang 2019-01-08 08:18:30 -08:00
parent c3de49130a
commit a79e254e49
9 changed files with 346 additions and 10 deletions

View file

@ -701,7 +701,7 @@ public class DatastoreHelper {
/** Persists and returns a {@link Registrar} with the specified attributes. */
public static Registrar persistNewRegistrar(
String clientId, String registrarName, Registrar.Type type, long ianaIdentifier) {
String clientId, String registrarName, Registrar.Type type, @Nullable Long ianaIdentifier) {
return persistSimpleResource(
new Registrar.Builder()
.setClientId(clientId)